{
"eventType": "subscriptions-created",
"version": 1,
"source": "checkout",
"occurredAt": "2025-10-31T16:38:29.227Z",
"subscriptionCount": 2,
"hasDynamicSubscriptions": true,
"hasFixedSubscriptions": true,
"hasGroupSubscriptions": true,
"customer": {
"customerId": "gid://shopify/Customer/7559393312828",
"email": "jane.doe@example.com",
"firstName": "Jane",
"lastName": "Doe"
},
"order": {
"id": "dd_order_uuid",
"shopifyOrderId": "gid://shopify/Order/10001",
"currencyCode": "USD",
"total": "22.98",
"orderLineItems": [
{
"shopifyProductId": "gid://shopify/Product/12345",
"imageUrl": "https://cdn.shopify.com/s/files/example/product-image.png",
"quantity": 1,
"unitPrice": "16.99",
"sku": "BOXER-XL-001",
"productVariantId": "gid://shopify/ProductVariant/123",
"name": "Classic Boxer",
"total": "16.99",
"currencyCode": "USD",
"isSubscription": true,
"subscriptionId": "dd_subscription_uuid_1"
}
]
},
"subscriptions": [
{
"id": "dd_subscription_uuid_1",
"type": "dynamic",
"productType": "Boxer",
"assignmentOptions": {
"Size": "XL"
},
"plan": "Boxer of the Month",
"theme": "Classic",
"shipmentPreference": "different",
"isPrepaid": false,
"isMatching": false,
"createdAt": "2025-10-31T16:38:29.227Z",
"frequencyDelivery": {
"count": 1,
"interval": "month"
},
"frequencyBilling": {
"count": 1,
"interval": "month"
},
"pricing": {
"unitPrice": "16.99",
"quantity": 1,
"total": "16.99",
"currencyCode": "USD"
},
"subscriptionGroup": {
"id": "dd_subscriptiongroup_uuid",
"assignmentType": "match",
"source": "order",
"productTypeGroup": {
"id": "dd_productTypeGroup_uuid",
"name": "Matching Underwear"
}
}
},
{
"id": "dd_subscription_uuid_2",
"type": "fixed",
"productType": "Boxer",
"plan": "Boxer of the Month",
"theme": "Classic",
"shipmentPreference": "same",
"isPrepaid": false,
"isMatching": false,
"createdAt": "2025-10-31T16:38:29.227Z",
"frequencyDelivery": {
"count": 1,
"interval": "month"
},
"frequencyBilling": {
"count": 1,
"interval": "month"
},
"pricing": {
"unitPrice": "16.99",
"quantity": 1,
"total": "16.99",
"currencyCode": "USD"
},
"product": {
"title": "Classic Boxer"
},
"variant": {
"title": "XL",
"price": "16.99"
},
"subscriptionGroup": null
}
]
}