Offset currently supports Webhooks for the following objects:
Customers
Orders
Groups
Notes
Addresses
Products - Coming soon
Club Members
Wishes - Coming soon
Create a new Webhook
If not yet enabled, request Webhook access from the Offset team. Once enabled, navigate to Settings > Webhooks to view existing webhooks and to create new ones. To create a new Webhook, click Add Webhook.
Endpoint URL: This is the endpoint that will receive the webhook and is typically generated in the outside application (IE: Zapier, Automate, custom integration, etc). Must be set as an accessible, absolute URL. Figure will send event data to this endpoint via an HTTP POST request.
Description: Enter something descriptive so you know what this new Webhook will do.
Events to Send: Check the box next to the event (one only) you want to enable.
Responding to a Webhook
All requests are in JSON format
Request method will always be POST
You must respond with a successful (200) status code
The request body will contain event data (see examples below).
Events
We currently support the following events:
Customers
Customer created
Customer updated
Customer deleted
Orders
Order created
Order updated
Notes
Customer note created
Customer note updated
Customer note deleted
Order note created
Order note updated
Groups
Customer added to Group
Customer removed from Group
Group Created
Group Updated
Group Deleted
Address
Address created
Address updated
Address deleted
Club Membership
Club membership created
Club membership updated
Club membership cancel
Appointment
Appointment created
Appointment updated
Wish List - Coming Soon
Products
Product Created
Product Updated
Product Deleted
Webhook Examples
Customer create
{
"event": "customer.create",
"timestamp": 1626726179,
"object": {
"id": "209",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"status": "Active",
"state": "",
"order_count": "0",
"order_total": "0.00",
"last_order": "0000-00-00 00:00:00",
"last_order_total": "0.00",
"last_update": "2021-07-19 13:22:59",
"created": "2021-07-19 13:22:59",
"active_account": "Yes",
"created_by": "Ian Tucker",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"phone": "7075017491",
"phone_call_opt_in": "Yes",
"salutation": "",
"signup_ip_address": "172.101.2.115"
}
}
Customer update
{
"event": "customer.update",
"timestamp": 1737757899,
"object": {
"id": "100230",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"status": "Active",
"state": "CA",
"order_count": "7",
"order_total": "2123.60",
"credits_total": "0.00",
"last_order": "2024-11-13 13:34:18",
"last_order_total": "204.30",
"last_update": "2025-01-24 14:31:39",
"created": "2020-01-22 00:00:00",
"active_account": "Yes",
"birthday": "1980-10-25",
"company": "Offset Partners LLC",
"country": "US",
"created_by": "Tyson Caly",
"credits": "0.00",
"customer_type": "Mailing List",
"email_template": "none",
"first_purchase_amount": "100",
"first_purchase_date": "2024-07-25 10:48:42",
"first_purchase_order_id": "84",
"last_login": "2025-01-24 13:46:09",
"last_login_ip": "24.130.167.144",
"legacy_customer_id": "100230",
"mailing_address": "1801 Old Sonoma Rd",
"mailing_city": "Napa",
"mailing_company": "Offset",
"mailing_country": "US",
"mailing_state": "CA",
"mailing_zip": "94559",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"phone": "707-287-5906",
"phone_call_opt_in": "Yes",
"preauth_expires": "2024-10-07 16:00:58",
"preauth_token": "7DSVzCRVeq7fb8-O",
"receive_text_messages": "Yes",
"score": "10",
"signup_ip_address": "34.201.218.62",
"sub_group": "Tier 1",
"vip_pickup": "Yes",
"website_source": "https://www.offsetwinery.com",
"addresses": [
{
"id": "441",
"hash": "5c904e97fdbf5494c97e6c510a94973cde49c1e8",
"created": "2025-01-24 13:49:14",
"last_update": "2025-01-24 13:49:14",
"title": "",
"salutation": "",
"first_name": "Ian",
"last_name": "Tucker",
"birthday": "1980-10-25",
"company": "Offset Partners",
"phone": "7072875906",
"email": "[email protected]",
"address": "1801 Old Sonoma Rd",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"zip_ext": "3714",
"country": "US",
"lat": "38.28764000",
"long": "-122.29492000",
"residential": "0",
"verified": "1",
"override_verification": "0",
"customer_id": "100230",
"default": "1",
"public": "0",
"legacy_id": ""
}
],
"payment": [
{
"id": "410",
"fingerprint": "Gb5yTm1DzpmfEXQq",
"account_token": "cus_QXarAoB4JeLS91",
"payment_token": "card_0Pr7UdukqU3e0iSquIg3XdwR",
"credit_type": "Visa",
"credit_number": "4242",
"credit_expires_month": "6",
"credit_expires_year": "2026",
"profile_id": "0",
"payment_profile_id": "0",
"title": "",
"first_name": "Ian",
"last_name": "Tucker",
"company": "",
"birthday": "",
"phone": "",
"address": "1801 Old Sonoma Road",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"country": "US",
"customer_id": "100230",
"default": "1",
"created": "2024-08-23 17:06:20",
"last_update": "0000-00-00 00:00:00"
}
]
}
}
Customer delete
{
"event": "customer.delete",
"timestamp": 1737758313,
"object": {
"id": "101589"
}
}
Order create
{
"event": "order.create",
"timestamp": 1626726515,
"object": {
"id": "697",
"datestamp": "2021-07-19 13:28:33",
"last_update": "2021-07-19 13:28:22",
"status": "",
"subtotal": "64.95",
"tax": "5.05",
"shipping": "5.00",
"tip": "0.00",
"discount": "19.49",
"credits": "0.00",
"refund": "0.00",
"total": "55.51",
"customer_id": "1",
"address": "523 brown st",
"address_2": "",
"address_id": "1077",
"birthday": "1982-11-01",
"city": "napa",
"company": "",
"credit_number": "4242",
"credit_type": "Visa",
"customer_credits": "0.00",
"discount_customer": "30",
"email": "[email protected]",
"email_template": "none",
"first_name": "Tyson",
"group_id": "2",
"group_name": "Mailing List",
"inventory_location": "Website",
"is_club_member": "Yes",
"item_count": "1",
"last_name": "Caly",
"manual_address": "",
"order_id": "697",
"order_type": "Admin",
"payment_id": "164",
"payment_status": "Paid",
"phone": "707-287-6262",
"referral_code": "",
"referral_source": "Friend\\\/Colleague",
"sales_agent": "Ian Tucker",
"sale_credit": "Ned Creed",
"salutation": "Mr.",
"shipping_address": "523 Brown St",
"shipping_address_2": "",
"shipping_birthday": "1982-11-01",
"shipping_city": "Napa",
"shipping_company": "",
"shipping_country": "US",
"shipping_email": "[email protected]",
"shipping_first_name": "Tyson",
"shipping_last_name": "Caly",
"shipping_method": "1",
"shipping_method_carrier": "custom",
"shipping_method_code": "UPSGND",
"shipping_method_name": "Ground",
"shipping_phone": "(707) 287-6262",
"shipping_residential": "1",
"shipping_state": "CA",
"shipping_zip": "94559",
"ship_status": "Not Shipped",
"state": "CA",
"tax_method": "StateRates",
"tax_rate": "10",
"tax_state": "CA",
"transaction_id": "320",
"zip": "94559",
"products": [
{
"id": "697",
"sku": "AA1531",
"name": "Xavier Vignon Chateauneuf du Pape La Reserve X XII XV NV",
"type": "",
"bottle_size": "750mL",
"retail_price": "64.95",
"discount": "0.00",
"discount_type": "",
"price": "64.95",
"quantity": "1",
"status": "",
"inventory_location": "",
"state": "",
"description": "Xavier Vignon Chateauneuf du Pape La Reserve X XII XV NV ",
"image": "",
"stock_status": "In Stock",
"product_channel": "",
"shipped": "0",
"created": "2021-07-19 13:28:22"
}
]
}
}
Order update
{
"event": "order.update",
"timestamp": 1737758012,
"object": {
"id": "379",
"datestamp": "2024-11-13 13:34:18",
"last_update": "2025-01-24 14:33:32",
"status": "",
"subtotal": "255.00",
"tax": "0.00",
"shipping": "0.00",
"tip": "0.00",
"discount": "51.00",
"credits": "0.00",
"refund": "0.00",
"total": "204.30",
"customer_id": "100230",
"address": "1801 Old Sonoma Road",
"address_id": "1",
"birthday": "1980-10-25",
"ca_redemption_value": "0.3",
"city": "Napa",
"credit_fingerprint": "Gb5yTm1DzpmfEXQq",
"credit_number": "4242",
"credit_type": "Visa",
"customer_credits": "0.00",
"customer_first_purchase": "2024-07-25 10:48:42",
"discount_group": "20",
"discount_group_id": "1",
"email": "[email protected]",
"email_template": "none",
"first_name": "Ian",
"gift_card_balance": "204.30",
"gift_card_code": "G37-373-WPU-6FR",
"gift_message": "Enjoy your gift!",
"group_id": "1",
"group_name": "Mailing List",
"instructions": "Do not overwrite!",
"insurance": "0",
"inventory_location": "Website",
"item_count": "3",
"last_name": "Tucker",
"method_address_id": "1",
"order_id": "379",
"order_type": "Gift",
"payment_id": "410",
"payment_status": "Paid",
"phone": "7072875906",
"referral_source": "Web",
"requested_ship_date": "2025/1/1",
"sale_credit": "Tyson Caly",
"saved_order_created": "2024-11-13 11:34:04",
"shipping_address": "1210 Church St",
"shipping_birthday": "10/25/1980",
"shipping_city": "Saint Helena",
"shipping_company": "c/o 55 Degrees",
"shipping_country": "US",
"shipping_email": "[email protected]",
"shipping_first_name": "Ian",
"shipping_last_name": "Tucker",
"shipping_method": "3",
"shipping_method_carrier": "custom",
"shipping_method_code": "TRX",
"shipping_method_id": "3",
"shipping_method_name": "Transfer to 55 Degrees",
"shipping_phone": "7072875906",
"shipping_residential": "0",
"shipping_state": "CA",
"shipping_verified": "1",
"shipping_zip": "94574",
"ship_status": "Not Shipped",
"state": "CA",
"tax_city": "ST. HELENA",
"tax_county": "NAPA",
"tax_jurisdiction": "ST. HELENA",
"tax_method": "CABOE",
"tax_rate": "8.25",
"tax_state": "CA",
"tax_tac": "280536320000",
"tax_zip": "94574",
"zip": "94559",
"products": [
{
"id": "379",
"sku": "21OFFSY750",
"name": "2021 Offset Syrah",
"subtitle": "",
"type": "",
"bottle_size": "750mL",
"retail_price": "85.00",
"discount": "0.00",
"discount_type": "",
"price": "85",
"quantity": "3",
"status": "",
"inventory_location": "",
"state": "",
"description": "2021 Offset Syrah ",
"image": "//s3.amazonaws.com/efcheckout/offsetdemo/products/--Offset-Winery-Demo-2021-Offset-Syrah-product-image-4-large.jpg",
"stock_status": "",
"return_reason": "",
"product_channel": "",
"shipped": "0",
"created": "2024-11-13 13:34:18"
}
]
}
}
Customer notes created
{
"event": "customer.notes.add",
"timestamp": 1626726179,
"object": {
"id": "209",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"status": "Active",
"state": "",
"order_count": "0",
"order_total": "0.00",
"last_order": "0000-00-00 00:00:00",
"last_order_total": "0.00",
"last_update": "2021-07-19 13:22:59",
"created": "2021-07-19 13:22:59",
"active_account": "Yes",
"created_by": "Ian Tucker",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"phone": "7075017491",
"phone_call_opt_in": "Yes",
"salutation": "",
"signup_ip_address": "172.101.2.115"
"notes": [
{
"id": "598",
"customer_id": "333",
"created": "2022-07-28 23:42:01",
"type": "Admin",
"user_id": "1",
"user_name": "Ian Tucker",
"message": "Test Note"
}
]
}
}
Customer notes updated
{
"event": "customer.note.update",
"timestamp": 1737757352,
"object": {
"id": "100230",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"status": "Active",
"state": "CA",
"order_count": "7",
"order_total": "2123.60",
"credits_total": "0.00",
"last_order": "2024-11-13 13:34:18",
"last_order_total": "204.30",
"last_update": "2025-01-24 13:46:09",
"created": "2020-01-22 00:00:00",
"active_account": "Yes",
"birthday": "1980-10-25",
"country": "US",
"created_by": "Tyson Caly",
"credits": "0.00",
"customer_source": "Internal",
"customer_type": "Mailing List",
"email_template": "none",
"first_purchase_amount": "100",
"first_purchase_date": "2024-07-25 10:48:42",
"first_purchase_order_id": "84",
"last_login": "2025-01-24 13:46:09",
"last_login_ip": "24.130.167.144",
"legacy_customer_id": "100230",
"mailing_address": "1801 Old Sonoma Rd",
"mailing_city": "Napa",
"mailing_company": "Offset",
"mailing_country": "US",
"mailing_state": "CA",
"mailing_zip": "94559",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"phone": "7072875906",
"phone_call_opt_in": "Yes",
"preauth_expires": "2024-10-07 16:00:58",
"preauth_token": "7DSVzCRVeq7fb8-O",
"receive_text_messages": "Yes",
"referral_source": "Web",
"score": "10",
"signup_ip_address": "34.201.218.62",
"sub_group": "Tier 1",
"vip_pickup": "Yes",
"website_source": "https://www.offsetwinery.com",
"addresses": [
{
"id": "441",
"hash": "5c904e97fdbf5494c97e6c510a94973cde49c1e8",
"created": "2025-01-24 13:49:14",
"last_update": "2025-01-24 13:49:14",
"title": "",
"salutation": "",
"first_name": "Ian",
"last_name": "Tucker",
"birthday": "1980-10-25",
"company": "Offset Partners",
"phone": "7072875906",
"email": "[email protected]",
"address": "1801 Old Sonoma Rd",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"zip_ext": "3714",
"country": "US",
"lat": "38.28764000",
"long": "-122.29492000",
"residential": "0",
"verified": "1",
"override_verification": "0",
"customer_id": "100230",
"default": "1",
"public": "0",
"legacy_id": ""
}
],
"payment": [
{
"id": "410",
"fingerprint": "Gb5yTm1DzpmfEXQq",
"account_token": "cus_QXarAoB4JeLS91",
"payment_token": "card_0Pr7UdukqU3e0iSquIg3XdwR",
"credit_type": "Visa",
"credit_number": "4242",
"credit_expires_month": "6",
"credit_expires_year": "2026",
"profile_id": "0",
"payment_profile_id": "0",
"title": "",
"first_name": "Ian",
"last_name": "Tucker",
"company": "",
"birthday": "",
"phone": "",
"address": "1801 Old Sonoma Road",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"country": "US",
"customer_id": "100230",
"default": "1",
"created": "2024-08-23 17:06:20",
"last_update": "0000-00-00 00:00:00"
}
],
"notes": [
{
"id": "214",
"customer_id": "100230",
"created": "2025-01-24 14:11:58",
"type": "Admin",
"category": "General",
"user_id": "1",
"user_name": "Ian Tucker",
"message": "New Edited Note for Ian</p>"
}
]
}
}
Customer notes deleted
{
"event": "customer.note.delete",
"timestamp": 1737757449,
"object": {
"id": "100230",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"status": "Active",
"state": "CA",
"order_count": "7",
"order_total": "2123.60",
"credits_total": "0.00",
"last_order": "2024-11-13 13:34:18",
"last_order_total": "204.30",
"last_update": "2025-01-24 13:46:09",
"created": "2020-01-22 00:00:00",
"active_account": "Yes",
"birthday": "1980-10-25",
"country": "US",
"created_by": "Tyson Caly",
"credits": "0.00",
"customer_source": "Internal",
"customer_type": "Mailing List",
"email_template": "none",
"first_purchase_amount": "100",
"first_purchase_date": "2024-07-25 10:48:42",
"first_purchase_order_id": "84",
"last_login": "2025-01-24 13:46:09",
"last_login_ip": "24.130.167.144",
"legacy_customer_id": "100230",
"mailing_address": "1801 Old Sonoma Rd",
"mailing_city": "Napa",
"mailing_company": "Offset",
"mailing_country": "US",
"mailing_state": "CA",
"mailing_zip": "94559",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"phone": "7072875906",
"phone_call_opt_in": "Yes",
"preauth_expires": "2024-10-07 16:00:58",
"preauth_token": "7DSVzCRVeq7fb8-O",
"receive_text_messages": "Yes",
"referral_source": "Web",
"score": "10",
"signup_ip_address": "34.201.218.62",
"sub_group": "Tier 1",
"vip_pickup": "Yes",
"website_source": "https://www.offsetwinery.com",
"addresses": [
{
"id": "441",
"hash": "5c904e97fdbf5494c97e6c510a94973cde49c1e8",
"created": "2025-01-24 13:49:14",
"last_update": "2025-01-24 13:49:14",
"title": "",
"salutation": "",
"first_name": "Ian",
"last_name": "Tucker",
"birthday": "1980-10-25",
"company": "Offset Partners",
"phone": "7072875906",
"email": "[email protected]",
"address": "1801 Old Sonoma Rd",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"zip_ext": "3714",
"country": "US",
"lat": "38.28764000",
"long": "-122.29492000",
"residential": "0",
"verified": "1",
"override_verification": "0",
"customer_id": "100230",
"default": "1",
"public": "0",
"legacy_id": ""
}
],
"payment": [
{
"id": "410",
"fingerprint": "Gb5yTm1DzpmfEXQq",
"account_token": "cus_QXarAoB4JeLS91",
"payment_token": "card_0Pr7UdukqU3e0iSquIg3XdwR",
"credit_type": "Visa",
"credit_number": "4242",
"credit_expires_month": "6",
"credit_expires_year": "2026",
"profile_id": "0",
"payment_profile_id": "0",
"title": "",
"first_name": "Ian",
"last_name": "Tucker",
"company": "",
"birthday": "",
"phone": "",
"address": "1801 Old Sonoma Road",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"country": "US",
"customer_id": "100230",
"default": "1",
"created": "2024-08-23 17:06:20",
"last_update": "0000-00-00 00:00:00"
}
],
"notes": []
}
}
Order notes created
{
"event": "order.note.create",
"timestamp": 1737756836,
"object": {
"id": "379",
"datestamp": "2024-11-13 13:34:18",
"last_update": "2024-11-13 13:34:18",
"status": "",
"subtotal": "255.00",
"tax": "0.00",
"shipping": "0.00",
"tip": "0.00",
"discount": "51.00",
"credits": "0.00",
"refund": "0.00",
"total": "204.30",
"customer_id": "100230",
"address": "1801 Old Sonoma Road",
"address_id": "1",
"birthday": "1980-10-25",
"ca_redemption_value": "0.3",
"city": "Napa",
"credit_fingerprint": "Gb5yTm1DzpmfEXQq",
"credit_number": "4242",
"credit_type": "Visa",
"customer_credits": "0.00",
"customer_first_purchase": "2024-07-25 10:48:42",
"discount_group": "20",
"discount_group_id": "1",
"email": "[email protected]",
"email_template": "none",
"first_name": "Ian",
"gift_card_balance": "204.30",
"gift_card_code": "G37-373-WPU-6FR",
"gift_message": "Enjoy your gift!",
"group_id": "1",
"group_name": "Mailing List",
"instructions": "Do not overwrite!",
"inventory_location": "Website",
"item_count": "3",
"last_name": "Tucker",
"method_address_id": "1",
"order_id": "379",
"order_type": "Gift",
"payment_id": "410",
"payment_status": "Paid",
"phone": "7072875906",
"referral_source": "Web",
"requested_ship_date": "2025/1/1",
"sale_credit": "Tyson Caly",
"saved_order_created": "2024-11-13 11:34:04",
"shipping_address": "1210 Church St",
"shipping_birthday": "1980-10-25",
"shipping_city": "Saint Helena",
"shipping_company": "c\\\/o 55 Degrees",
"shipping_country": "US",
"shipping_email": "[email protected]",
"shipping_first_name": "Ian",
"shipping_last_name": "Tucker",
"shipping_method": "3",
"shipping_method_carrier": "custom",
"shipping_method_code": "TRX",
"shipping_method_name": "Transfer to 55 Degrees",
"shipping_phone": "7072875906",
"shipping_residential": "0",
"shipping_state": "CA",
"shipping_verified": "1",
"shipping_zip": "94574",
"ship_status": "Not Shipped",
"state": "CA",
"tax_method": "ShipCompliantFallbackCache",
"tax_rate": "0.00000",
"tax_state": "CA",
"tax_zip": "94574",
"zip": "94559",
"products": [
{
"id": "379",
"sku": "21OFFSY750",
"name": "2021 Offset Syrah",
"subtitle": "",
"type": "",
"bottle_size": "750mL",
"retail_price": "85.00",
"discount": "0.00",
"discount_type": "",
"price": "85",
"quantity": "3",
"status": "",
"inventory_location": "",
"state": "",
"description": "2021 Offset Syrah ",
"image": "//s3.amazonaws.com\\\/efcheckout\\\/offsetdemo\\\/products\\\/--Offset-Winery-Demo-2021-Offset-Syrah-product-image-4-large.jpg",
"stock_status": "",
"return_reason": "",
"product_channel": "",
"shipped": "0",
"created": "2024-11-13 13:34:18"
}
],
"notes": [
{
"id": "2285",
"order_id": "379",
"created": "2025-01-24 14:13:56",
"type": "Admin",
"category": "General",
"user_id": "1",
"user_name": "Ian Tucker",
"message": "New Note for Ian's Order"
},
{
"id": "2103",
"order_id": "379",
"created": "2024-11-13 13:37:58",
"type": "Admin",
"category": "General",
"user_id": "1955",
"user_name": "Jason Lankford",
"message": "Test Note 1"
}
]
}
}
Order notes updated
{
"event": "order.note.delete",
"timestamp": 1737757227,
"object": {
"id": "379",
"datestamp": "2024-11-13 13:34:18",
"last_update": "2024-11-13 13:34:18",
"status": "",
"subtotal": "255.00",
"tax": "0.00",
"shipping": "0.00",
"tip": "0.00",
"discount": "51.00",
"credits": "0.00",
"refund": "0.00",
"total": "204.30",
"customer_id": "100230",
"address": "1801 Old Sonoma Road",
"address_id": "1",
"birthday": "1980-10-25",
"ca_redemption_value": "0.3",
"city": "Napa",
"credit_fingerprint": "Gb5yTm1DzpmfEXQq",
"credit_number": "4242",
"credit_type": "Visa",
"customer_credits": "0.00",
"customer_first_purchase": "2024-07-25 10:48:42",
"discount_group": "20",
"discount_group_id": "1",
"email": "[email protected]",
"email_template": "none",
"first_name": "Ian",
"gift_card_balance": "204.30",
"gift_card_code": "G37-373-WPU-6FR",
"gift_message": "Enjoy your gift!",
"group_id": "1",
"group_name": "Mailing List",
"instructions": "Do not overwrite!",
"inventory_location": "Website",
"item_count": "3",
"last_name": "Tucker",
"method_address_id": "1",
"order_id": "379",
"order_type": "Gift",
"payment_id": "410",
"payment_status": "Paid",
"phone": "7072875906",
"referral_source": "Web",
"requested_ship_date": "2025/1/1",
"sale_credit": "Tyson Caly",
"saved_order_created": "2024-11-13 11:34:04",
"shipping_address": "1210 Church St",
"shipping_birthday": "1980-10-25",
"shipping_city": "Saint Helena",
"shipping_company": "c/o 55 Degrees",
"shipping_country": "US",
"shipping_email": "[email protected]",
"shipping_first_name": "Ian",
"shipping_last_name": "Tucker",
"shipping_method": "3",
"shipping_method_carrier": "custom",
"shipping_method_code": "TRX",
"shipping_method_name": "Transfer to 55 Degrees",
"shipping_phone": "7072875906",
"shipping_residential": "0",
"shipping_state": "CA",
"shipping_verified": "1",
"shipping_zip": "94574",
"ship_status": "Not Shipped",
"state": "CA",
"tax_method": "ShipCompliantFallbackCache",
"tax_rate": "0.00000",
"tax_state": "CA",
"tax_zip": "94574",
"zip": "94559",
"products": [
{
"id": "379",
"sku": "21OFFSY750",
"name": "2021 Offset Syrah",
"subtitle": "",
"type": "",
"bottle_size": "750mL",
"retail_price": "85.00",
"discount": "0.00",
"discount_type": "",
"price": "85",
"quantity": "3",
"status": "",
"inventory_location": "",
"state": "",
"description": "2021 Offset Syrah ",
"image": "//s3.amazonaws.com/efcheckout/offsetdemo/products/--Offset-Winery-Demo-2021-Offset-Syrah-product-image-4-large.jpg",
"stock_status": "",
"return_reason": "",
"product_channel": "",
"shipped": "0",
"created": "2024-11-13 13:34:18"
}
],
"notes": [
{
"id": "2103",
"order_id": "379",
"created": "2024-11-13 13:37:58",
"type": "Admin",
"category": "General",
"user_id": "1955",
"user_name": "Jason Lankford",
"message": "Test Note 1"
}
]
}
}
Customer added to a group
{
"event": "customer.groups.add",
"timestamp": 1626726179,
"object": {
"id": "209",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"status": "Active",
"state": "",
"order_count": "0",
"order_total": "0.00",
"last_order": "0000-00-00 00:00:00",
"last_order_total": "0.00",
"last_update": "2021-07-19 13:22:59",
"created": "2021-07-19 13:22:59",
"active_account": "Yes",
"created_by": "Ian Tucker",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"phone": "7075017491",
"phone_call_opt_in": "Yes",
"salutation": "",
"signup_ip_address": "172.101.2.115"
"groups": {
"3": {
"id": "3",
"name": "Test Group",
"discount": "10",
"free_shipping": "0",
"checkout_cart_min": "0"
},
"7": {
"id": "7",
"name": "Definitely Not Real",
"discount": "0",
"free_shipping": "0",
"checkout_cart_min": "0"
}
}
}
}
Customer removed from a group
{
"event": "customer.groups.remove",
"timestamp": 1626726179,
"object": {
"id": "209",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"status": "Active",
"state": "",
"order_count": "0",
"order_total": "0.00",
"last_order": "0000-00-00 00:00:00",
"last_order_total": "0.00",
"last_update": "2021-07-19 13:22:59",
"created": "2021-07-19 13:22:59",
"active_account": "Yes",
"created_by": "Ian Tucker",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"phone": "7075017491",
"phone_call_opt_in": "Yes",
"salutation": "",
"signup_ip_address": "172.101.2.115"
"groups": {
"3": {
"id": "3",
"name": "Test Group",
"discount": "10",
"free_shipping": "0",
"checkout_cart_min": "0"
}
}
}
}
Customer group created
{
"event": "group.create",
"timestamp": 1738347336,
"object": {
"id": "19",
"name": "Test Group for Webhooks",
"status": "Inactive",
"type": "Standard",
"sort": "0",
"allocation_message": "",
"allocation_start": "0000-00-00 00:00:00",
"checkout_cart_min": "0",
"allocation_end": "0000-00-00 00:00:00",
"discount": "0",
"free_shipping": "0"
}
}
Customer group updated
{
"event": "group.update",
"timestamp": 1738347421,
"object": {
"id": "19",
"name": "Webhooks",
"status": "Inactive",
"type": "Standard",
"sort": "0",
"allocation_message": "",
"allocation_start": "0000-00-00 00:00:00",
"checkout_cart_min": "0",
"allocation_end": "0000-00-00 00:00:00",
"discount": "15",
"free_shipping": "0",
"description": "Test Group for Webhooks",
"allocation_title": "",
"purchase_message": "",
"sku": "",
"min_quantity": "0",
"quantity": "",
"max_wish": "",
"checkout_cart_max": "",
"checkout_dollar_min": ""
}
}
Customer group removed
{
"event": "group.delete",
"timestamp": 1738347481,
"object": {
"id": "19"
}
}
Address created
{
"event": "customer.address.create",
"timestamp": 1737411945,
"object": {
"id": "100230",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"status": "Active",
"state": "CA",
"order_count": "7",
"order_total": "2123.60",
"credits_total": "0.00",
"last_order": "2024-11-13 13:34:18",
"last_order_total": "204.30",
"last_update": "2025-01-23 23:15:43",
"created": "2020-01-22 00:00:00",
"active_account": "Yes",
"alt_admin_notes": "",
"alt_payment_notes": "",
"alt_shipping_notes": "",
"assigned_owner": "",
"birthday": "1980-10-25",
"comments": "",
"company": "",
"country": "US",
"created_by": "Tyson Caly",
"credits": "0.00",
"customer_source": "Internal",
"customer_type": "Mailing List",
"email_template": "none",
"first_purchase_amount": "100",
"first_purchase_date": "2024-07-25 10:48:42",
"first_purchase_order_id": "84",
"job_title": "",
"last_login": "2025-01-23 23:15:43",
"last_login_ip": "24.130.167.144",
"legacy_customer_id": "100230",
"mailing_address": "1801 Old Sonoma Rd",
"mailing_address_2": "",
"mailing_city": "Napa",
"mailing_company": "Offset",
"mailing_country": "US",
"mailing_state": "CA",
"mailing_zip": "94559",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"mobile": "",
"pets": "",
"phone": "7072875906",
"phone_call_opt_in": "Yes",
"preauth_expires": "2024-10-07 16:00:58",
"preauth_token": "7DSVzCRVeq7fb8-O",
"receive_text_messages": "Yes",
"referral_code": "",
"referral_source": "Web",
"score": "10",
"signup_ip_address": "34.201.218.62",
"sports": "",
"sub_group": "Tier 1",
"temporary_customer_notes": "",
"vip_pickup": "Yes",
"website_source": "https:\\\/\\\/www.offsetwinery.com",
"addresses": {
"440": {
"id": "440",
"hash": "5c904e97fdbf5494c97e6c510a94973cde49c1e8",
"created": "2025-01-20 14:23:24",
"last_update": "2025-01-20 14:23:24",
"title": "",
"salutation": "",
"first_name": "Ian",
"last_name": "Tucker",
"birthday": "1980-10-25",
"company": "Offset Partners",
"phone": "7072875906",
"email": "[email protected]",
"address": "1801 Old Sonoma Rd",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"zip_ext": "3714",
"country": "US",
"lat": "38.28764000",
"long": "-122.29492000",
"residential": "0",
"verified": "1",
"override_verification": "0",
"customer_id": "100230",
"default": "1",
"public": "0",
"legacy_id": ""
}
},
"payment": [
{
"id": "410",
"fingerprint": "Gb5yTm1DzpmfEXQq",
"account_token": "cus_QXarAoB4JeLS91",
"payment_token": "card_0Pr7UdukqU3e0iSquIg3XdwR",
"credit_type": "Visa",
"credit_number": "4242",
"credit_expires_month": "6",
"credit_expires_year": "2026",
"profile_id": "0",
"payment_profile_id": "0",
"title": "",
"first_name": "Ian",
"last_name": "Tucker",
"company": "",
"birthday": "",
"phone": "",
"address": "1801 Old Sonoma Road",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"country": "US",
"customer_id": "100230",
"default": "1",
"created": "2024-08-23 17:06:20",
"last_update": "0000-00-00 00:00:00"
}
]
}
}
Address updated
{
"event": "customer.address.update",
"timestamp": 1737704017,
"object": {
"id": "100230",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"status": "Active",
"state": "CA",
"order_count": "7",
"order_total": "2123.60",
"credits_total": "0.00",
"last_order": "2024-11-13 13:34:18",
"last_order_total": "204.30",
"last_update": "2025-01-23 23:15:43",
"created": "2020-01-22 00:00:00",
"active_account": "Yes",
"alt_admin_notes": "",
"alt_payment_notes": "",
"alt_shipping_notes": "",
"assigned_owner": "",
"birthday": "1980-10-25",
"comments": "",
"company": "",
"country": "US",
"created_by": "Tyson Caly",
"credits": "0.00",
"customer_source": "Internal",
"customer_type": "Mailing List",
"email_template": "none",
"first_purchase_amount": "100",
"first_purchase_date": "2024-07-25 10:48:42",
"first_purchase_order_id": "84",
"job_title": "",
"last_login": "2025-01-23 23:15:43",
"last_login_ip": "24.130.167.144",
"legacy_customer_id": "100230",
"mailing_address": "1801 Old Sonoma Rd",
"mailing_address_2": "",
"mailing_city": "Napa",
"mailing_company": "Offset",
"mailing_country": "US",
"mailing_state": "CA",
"mailing_zip": "94559",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"mobile": "",
"pets": "",
"phone": "7072875906",
"phone_call_opt_in": "Yes",
"preauth_expires": "2024-10-07 16:00:58",
"preauth_token": "7DSVzCRVeq7fb8-O",
"receive_text_messages": "Yes",
"referral_code": "",
"referral_source": "Web",
"score": "10",
"signup_ip_address": "34.201.218.62",
"sports": "",
"sub_group": "Tier 1",
"temporary_customer_notes": "",
"vip_pickup": "Yes",
"website_source": "https:\\\/\\\/www.offsetwinery.com",
"addresses": {
"440": {
"id": "440",
"hash": "5c904e97fdbf5494c97e6c510a94973cde49c1e8",
"created": "2025-01-23 23:23:24",
"last_update": "2025-01-23 23:33:36",
"title": "",
"salutation": "",
"first_name": "Ian",
"last_name": "Tucker",
"birthday": "1980-10-25",
"company": "Offset Partners LLC",
"phone": "7072875906",
"email": "[email protected]",
"address": "1801 Old Sonoma Rd",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"zip_ext": "3714",
"country": "US",
"lat": "38.28764000",
"long": "-122.29492000",
"residential": "0",
"verified": "1",
"override_verification": "0",
"customer_id": "100230",
"default": "1",
"public": "0",
"legacy_id": ""
}
},
"payment": [
{
"id": "410",
"fingerprint": "Gb5yTm1DzpmfEXQq",
"account_token": "cus_QXarAoB4JeLS91",
"payment_token": "card_0Pr7UdukqU3e0iSquIg3XdwR",
"credit_type": "Visa",
"credit_number": "4242",
"credit_expires_month": "6",
"credit_expires_year": "2026",
"profile_id": "0",
"payment_profile_id": "0",
"title": "",
"first_name": "Ian",
"last_name": "Tucker",
"company": "",
"birthday": "",
"phone": "",
"address": "1801 Old Sonoma Road",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"country": "US",
"customer_id": "100230",
"default": "1",
"created": "2024-08-23 17:06:20",
"last_update": "0000-00-00 00:00:00"
}
]
}
}
Address deleted
{
"event": "customer.address.delete",
"timestamp": 1737704210,
"object": {
"id": "100230",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"status": "Active",
"state": "CA",
"order_count": "7",
"order_total": "2123.60",
"credits_total": "0.00",
"last_order": "2024-11-13 13:34:18",
"last_order_total": "204.30",
"last_update": "2025-01-23 23:15:43",
"created": "2020-01-22 00:00:00",
"active_account": "Yes",
"alt_admin_notes": "",
"alt_payment_notes": "",
"alt_shipping_notes": "",
"assigned_owner": "",
"birthday": "1980-10-25",
"comments": "",
"company": "",
"country": "US",
"created_by": "Tyson Caly",
"credits": "0.00",
"customer_source": "Internal",
"customer_type": "Mailing List",
"email_template": "none",
"first_purchase_amount": "100",
"first_purchase_date": "2024-07-25 10:48:42",
"first_purchase_order_id": "84",
"job_title": "",
"last_login": "2025-01-23 23:15:43",
"last_login_ip": "24.130.167.144",
"legacy_customer_id": "100230",
"mailing_address": "1801 Old Sonoma Rd",
"mailing_address_2": "",
"mailing_city": "Napa",
"mailing_company": "Offset",
"mailing_country": "US",
"mailing_state": "CA",
"mailing_zip": "94559",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"mobile": "",
"pets": "",
"phone": "7072875906",
"phone_call_opt_in": "Yes",
"preauth_expires": "2024-10-07 16:00:58",
"preauth_token": "7DSVzCRVeq7fb8-O",
"receive_text_messages": "Yes",
"referral_code": "",
"referral_source": "Web",
"score": "10",
"signup_ip_address": "34.201.218.62",
"sports": "",
"sub_group": "Tier 1",
"temporary_customer_notes": "",
"vip_pickup": "Yes",
"website_source": "https:\\\/\\\/www.offsetwinery.com",
"payment": [
{
"id": "410",
"fingerprint": "Gb5yTm1DzpmfEXQq",
"account_token": "cus_QXarAoB4JeLS91",
"payment_token": "card_0Pr7UdukqU3e0iSquIg3XdwR",
"credit_type": "Visa",
"credit_number": "4242",
"credit_expires_month": "6",
"credit_expires_year": "2026",
"profile_id": "0",
"payment_profile_id": "0",
"title": "",
"first_name": "Ian",
"last_name": "Tucker",
"company": "",
"birthday": "",
"phone": "",
"address": "1801 Old Sonoma Road",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"country": "US",
"customer_id": "100230",
"default": "1",
"created": "2024-08-23 17:06:20",
"last_update": "0000-00-00 00:00:00"
}
],
"addresses": []
}
}
Club membership created
{
"event": "customer.membership.create",
"timestamp": 1737756370,
"object": {
"id": "100230",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"status": "Active",
"state": "CA",
"order_count": "7",
"order_total": "2123.60",
"credits_total": "0.00",
"last_order": "2024-11-13 13:34:18",
"last_order_total": "204.30",
"last_update": "2025-01-24 13:46:09",
"created": "2020-01-22 00:00:00",
"active_account": "Yes",
"alt_admin_notes": "",
"alt_payment_notes": "",
"alt_shipping_notes": "",
"assigned_owner": "",
"birthday": "1980-10-25",
"comments": "",
"company": "",
"country": "US",
"created_by": "Tyson Caly",
"credits": "0.00",
"customer_source": "Internal",
"customer_type": "Mailing List",
"email_template": "none",
"first_purchase_amount": "100",
"first_purchase_date": "2024-07-25 10:48:42",
"first_purchase_order_id": "84",
"job_title": "",
"last_login": "2025-01-24 13:46:09",
"last_login_ip": "24.130.167.144",
"legacy_customer_id": "100230",
"mailing_address": "1801 Old Sonoma Rd",
"mailing_address_2": "",
"mailing_city": "Napa",
"mailing_company": "Offset",
"mailing_country": "US",
"mailing_state": "CA",
"mailing_zip": "94559",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"mobile": "",
"pets": "",
"phone": "7072875906",
"phone_call_opt_in": "Yes",
"preauth_expires": "2024-10-07 16:00:58",
"preauth_token": "7DSVzCRVeq7fb8-O",
"receive_text_messages": "Yes",
"referral_code": "",
"referral_source": "Web",
"score": "10",
"signup_ip_address": "34.201.218.62",
"sports": "",
"sub_group": "Tier 1",
"temporary_customer_notes": "",
"vip_pickup": "Yes",
"website_source": "https://www.offsetwinery.com",
"addresses": [
{
"id": "441",
"hash": "5c904e97fdbf5494c97e6c510a94973cde49c1e8",
"created": "2025-01-24 13:49:14",
"last_update": "2025-01-24 13:49:14",
"title": "",
"salutation": "",
"first_name": "Ian",
"last_name": "Tucker",
"birthday": "1980-10-25",
"company": "Offset Partners",
"phone": "7072875906",
"email": "[email protected]",
"address": "1801 Old Sonoma Rd",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"zip_ext": "3714",
"country": "US",
"lat": "38.28764000",
"long": "-122.29492000",
"residential": "0",
"verified": "1",
"override_verification": "0",
"customer_id": "100230",
"default": "1",
"public": "0",
"legacy_id": ""
}
],
"payment": [
{
"id": "410",
"fingerprint": "Gb5yTm1DzpmfEXQq",
"account_token": "cus_QXarAoB4JeLS91",
"payment_token": "card_0Pr7UdukqU3e0iSquIg3XdwR",
"credit_type": "Visa",
"credit_number": "4242",
"credit_expires_month": "6",
"credit_expires_year": "2026",
"profile_id": "0",
"payment_profile_id": "0",
"title": "",
"first_name": "Ian",
"last_name": "Tucker",
"company": "",
"birthday": "",
"phone": "",
"address": "1801 Old Sonoma Road",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"country": "US",
"customer_id": "100230",
"default": "1",
"created": "2024-08-23 17:06:20",
"last_update": "0000-00-00 00:00:00"
}
],
"clubs": {
"53": {
"id": "53",
"club_id": "1",
"customer_id": "100230",
"payment_id": "410",
"address_id": "441",
"method_id": "1",
"cart_session": "",
"exclude_until": null,
"status": "",
"authorization": "",
"amount": "0",
"total": "0",
"error": "",
"created": "2025-01-24 14:06:09",
"last_update": "2025-01-24 14:06:09",
"canceled": "0",
"cancelation_date": "0000-00-00 00:00:00",
"cancellation_reason": "",
"signup_type": "Web"
}
}
}
}
Club membership updated
{
"event": "customer.membership.update",
"timestamp": 1737756528,
"object": {
"id": "100230",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"status": "Active",
"state": "CA",
"order_count": "7",
"order_total": "2123.60",
"credits_total": "0.00",
"last_order": "2024-11-13 13:34:18",
"last_order_total": "204.30",
"last_update": "2025-01-24 13:46:09",
"created": "2020-01-22 00:00:00",
"active_account": "Yes",
"birthday": "1980-10-25",
"country": "US",
"created_by": "Tyson Caly",
"credits": "0.00",
"customer_source": "Internal",
"customer_type": "Mailing List",
"email_template": "none",
"first_purchase_amount": "100",
"first_purchase_date": "2024-07-25 10:48:42",
"first_purchase_order_id": "84",
"last_login": "2025-01-24 13:46:09",
"last_login_ip": "24.130.167.144",
"legacy_customer_id": "100230",
"mailing_address": "1801 Old Sonoma Rd",
"mailing_city": "Napa",
"mailing_company": "Offset",
"mailing_country": "US",
"mailing_state": "CA",
"mailing_zip": "94559",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"phone": "7072875906",
"phone_call_opt_in": "Yes",
"preauth_expires": "2024-10-07 16:00:58",
"preauth_token": "7DSVzCRVeq7fb8-O",
"receive_text_messages": "Yes",
"referral_source": "Web",
"score": "10",
"signup_ip_address": "34.201.218.62",
"sub_group": "Tier 1",
"vip_pickup": "Yes",
"website_source": "https://www.offsetwinery.com",
"addresses": [
{
"id": "441",
"hash": "5c904e97fdbf5494c97e6c510a94973cde49c1e8",
"created": "2025-01-24 13:49:14",
"last_update": "2025-01-24 13:49:14",
"title": "",
"salutation": "",
"first_name": "Ian",
"last_name": "Tucker",
"birthday": "1980-10-25",
"company": "Offset Partners",
"phone": "7072875906",
"email": "[email protected]",
"address": "1801 Old Sonoma Rd",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"zip_ext": "3714",
"country": "US",
"lat": "38.28764000",
"long": "-122.29492000",
"residential": "0",
"verified": "1",
"override_verification": "0",
"customer_id": "100230",
"default": "1",
"public": "0",
"legacy_id": ""
}
],
"payment": [
{
"id": "410",
"fingerprint": "Gb5yTm1DzpmfEXQq",
"account_token": "cus_QXarAoB4JeLS91",
"payment_token": "card_0Pr7UdukqU3e0iSquIg3XdwR",
"credit_type": "Visa",
"credit_number": "4242",
"credit_expires_month": "6",
"credit_expires_year": "2026",
"profile_id": "0",
"payment_profile_id": "0",
"title": "",
"first_name": "Ian",
"last_name": "Tucker",
"company": "",
"birthday": "",
"phone": "",
"address": "1801 Old Sonoma Road",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"country": "US",
"customer_id": "100230",
"default": "1",
"created": "2024-08-23 17:06:20",
"last_update": "0000-00-00 00:00:00"
}
],
"clubs": {
"53": {
"id": "53",
"club_id": "1",
"customer_id": "100230",
"payment_id": "410",
"address_id": "441",
"method_id": "1",
"cart_session": "",
"exclude_until": "0000-00-00 00:00:00",
"status": "",
"authorization": "",
"amount": "0",
"total": "0",
"error": "",
"created": "2025-01-24 00:00:00",
"last_update": "2025-01-24 14:08:48",
"canceled": "0",
"cancelation_date": "0000-00-00 00:00:00",
"cancellation_reason": "",
"signup_type": "phone",
"is_gift": "0",
"sales_person": "...",
"referral": "",
"admin_comments": "Note",
"notify_recipient": "0",
"special_instructions": "0",
"do_not_combine": "0",
"override_shipping": "0"
}
}
}
}
Club membership cancel
{
"event": "customer.membership.cancel",
"timestamp": 1737756631,
"object": {
"id": "100230",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"status": "Active",
"state": "CA",
"order_count": "7",
"order_total": "2123.60",
"credits_total": "0.00",
"last_order": "2024-11-13 13:34:18",
"last_order_total": "204.30",
"last_update": "2025-01-24 13:46:09",
"created": "2020-01-22 00:00:00",
"active_account": "Yes",
"birthday": "1980-10-25",
"country": "US",
"created_by": "Tyson Caly",
"credits": "0.00",
"customer_source": "Internal",
"customer_type": "Mailing List",
"email_template": "none",
"first_purchase_amount": "100",
"first_purchase_date": "2024-07-25 10:48:42",
"first_purchase_order_id": "84",
"last_login": "2025-01-24 13:46:09",
"last_login_ip": "24.130.167.144",
"legacy_customer_id": "100230",
"mailing_address": "1801 Old Sonoma Rd",
"mailing_city": "Napa",
"mailing_company": "Offset",
"mailing_country": "US",
"mailing_state": "CA",
"mailing_zip": "94559",
"mail_marketing_opt_in": "Yes",
"marketing_opt_in": "Yes",
"phone": "7072875906",
"phone_call_opt_in": "Yes",
"preauth_expires": "2024-10-07 16:00:58",
"preauth_token": "7DSVzCRVeq7fb8-O",
"receive_text_messages": "Yes",
"referral_source": "Web",
"score": "10",
"signup_ip_address": "34.201.218.62",
"sub_group": "Tier 1",
"vip_pickup": "Yes",
"website_source": "https:\\\/\\\/www.offsetwinery.com",
"addresses": [
{
"id": "441",
"hash": "5c904e97fdbf5494c97e6c510a94973cde49c1e8",
"created": "2025-01-24 13:49:14",
"last_update": "2025-01-24 13:49:14",
"title": "",
"salutation": "",
"first_name": "Ian",
"last_name": "Tucker",
"birthday": "1980-10-25",
"company": "Offset Partners",
"phone": "7072875906",
"email": "[email protected]",
"address": "1801 Old Sonoma Rd",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"zip_ext": "3714",
"country": "US",
"lat": "38.28764000",
"long": "-122.29492000",
"residential": "0",
"verified": "1",
"override_verification": "0",
"customer_id": "100230",
"default": "1",
"public": "0",
"legacy_id": ""
}
],
"payment": [
{
"id": "410",
"fingerprint": "Gb5yTm1DzpmfEXQq",
"account_token": "cus_QXarAoB4JeLS91",
"payment_token": "card_0Pr7UdukqU3e0iSquIg3XdwR",
"credit_type": "Visa",
"credit_number": "4242",
"credit_expires_month": "6",
"credit_expires_year": "2026",
"profile_id": "0",
"payment_profile_id": "0",
"title": "",
"first_name": "Ian",
"last_name": "Tucker",
"company": "",
"birthday": "",
"phone": "",
"address": "1801 Old Sonoma Road",
"address_2": "",
"city": "Napa",
"state": "CA",
"zip": "94559",
"country": "US",
"customer_id": "100230",
"default": "1",
"created": "2024-08-23 17:06:20",
"last_update": "0000-00-00 00:00:00"
}
],
"clubs": []
}
}
Appointment created
{
"event": "appointment.create",
"timestamp": 1737704499,
"object": {
"id": "42",
"created": "2025-01-23 23:41:39",
"customer_id": "100230",
"status": "Requested",
"location": "",
"timestamp": "2025-01-29 10:00:00",
"page_source": "Visit",
"created_by": "Customer",
"ip_address": "24.130.167.144",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"mobile_phone": "7075017491",
"alternate_date": "2025-02-04 10:00:00",
"hour": "10:00 AM",
"size": "4",
"appointment_type": "Tasting",
"occasion": "Vacation",
"name": "Ian Tucker"
}
}
Appointment updated
{
"event": "appointment.update",
"timestamp": 1737757680,
"object": {
"id": "40",
"created": "2025-01-23 23:38:33",
"customer_id": "100230",
"status": "Requested",
"location": "Cave Nook",
"timestamp": "2025-01-29 10:00:00",
"page_source": "Visit",
"created_by": "Customer",
"ip_address": "24.130.167.144",
"first_name": "Ian",
"last_name": "Tucker",
"email": "[email protected]",
"mobile_phone": "7075017491",
"alternate_date": "2025-01-28 10:00:00",
"hour": "10:00 AM",
"size": "4",
"appointment_type": "Tasting",
"occasion": "Vacation",
"name": "Ian Tucker",
"customer_first_name": "Ian",
"endtime": "8:00 AM",
"guests": "",
"room": "Bar",
"table": "",
"host": "Jon",
"reason": "",
"category": "",
"notes": "",
"customer_other_wineries": "",
"customer_wines_enjoyed": "",
"wine_1": "",
"cancellation_reason": ""
}
}
Product created
{
"event": "product.create",
"timestamp": 1738347021,
"object": {
"id": "54",
"name": "2024 Test Cab",
"sku": "24ABCWEB",
"price": "100",
"description": "",
"status": "Inactive",
"created": "2025-01-31 10:10:20",
"last_update": "2025-01-31 10:10:20",
"product_category": "Wine",
"product_type": "Wine",
"seo_slug": "2024-test-cab",
"starting_quantity": "1200",
"subtitle": "for webhooks",
"categories": [],
"quantity": "1200"
}
}
Product updated
{
"event": "product.update",
"timestamp": 1738347152,
"object": {
"id": "54",
"name": "2024 Test Cab",
"sku": "24ABCWEB",
"price": "100",
"description": "",
"status": "Active",
"created": "2025-01-31 10:10:20",
"last_update": "2025-01-31 10:12:32",
"bottle_count": "1",
"bottle_size": "750mL",
"bottle_size_display": "750mL",
"cost": "0.00",
"credits_exempt": "0",
"increment": "1",
"is_gift_card": "No",
"product_category": "Wine",
"product_type": "Wine",
"retail_price": "0.00",
"seo_slug": "2024-test-cab",
"shipping_included": "0",
"starting_quantity": "1200",
"status_availability": "Active",
"subtitle": "for webhooks",
"tax_exempt": "0",
"website_visibility": "On",
"categories": [],
"quantity": "1200"
}
}
Product delete
{
"event": "product.delete",
"timestamp": 1738347263,
"object": {
"id": "54",
"sku": "24ABCWEB"
}
}