Triggered when a recurring order is processed successfully
Topic
order/processedWebhook payload
{
"payload": {
"id": 343701330,
"shopifyId": 7426805662003,
"scheduledAt": "2026-09-21T06:58:56.000Z",
"status": "SUCCESS",
"currencyCode": "USD",
"shippingPriceCurrencyCode": "USD",
"totalLineItemsPrice": "38.49",
"totalDiscountAmount": "2.69",
"subtotalPrice": "35.80",
"totalShippingPrice": "8.00",
"totalTaxes": "0.00",
"totalPrice": "43.80",
"note": null,
"customAttributes": [],
"discountCodes": [
{
"code": "scsa",
"type": "percentage",
"amount": "2.69"
}
],
"lineItems": [
{
"shopifyId": 17579135172915,
"name": "3 in 1 Box - Small",
"productTitle": "3 in 1 Box",
"variantTitle": "Small",
"variantImage": "https://cdn.shopify.com/s/files/1/0981/0798/2131/files/Harry_s-Most-Popular-Product-Bundles-1024x577-1.webp?v=1780305112",
"sku": null,
"productShopifyId": 10193276207411,
"variantShopifyId": 53462862987571,
"price": 38.49,
"quantity": 1,
"properties": [],
"requiresShipping": true,
"taxable": true,
"weightInGrams": 0
}
],
"skippedLineItems": [],
"shippingAddress": {
"name": "Will Smith",
"phone": "+919994556780",
"company": null,
"address1": "House 5",
"address2": null,
"zip": "14853",
"city": "Ithaca",
"provinceCode": "NY",
"countryCode": "US"
},
"chargeOffsetDays": 2,
"shippingLines": null,
"isDunning": true,
"firstPaymentAttemptAt": "2026-09-21T06:52:54.000Z",
"customer": {
"shopifyId": 9732955898163,
"firstName": "Will",
"lastName": "Smith",
"email": "[email protected]",
"phone": null
},
"subscription": {
"id": 34964678,
"shopifyId": 33513865523,
"createdAt": "2026-08-20T06:24:56.000Z",
"status": "ACTIVE",
"originOrderShopifyId": 7365003313459,
"completedOrdersCount": 3,
"currencyCode": "USD",
"totalLineItemPrice": 38.49,
"totalLineItemDiscountedPrice": 38.49,
"deliveryPrice": 8,
"pausedAt": null,
"cancelledAt": null,
"cancellationReason": null,
"cancellationComment": null,
"hasCustomPlan": false,
"billingPolicy": {
"interval": "YEAR",
"intervalCount": 1,
"prepaidIntervalCount": 1,
"minCycles": null,
"maxCycles": null,
"anchors": null
},
"deliveryPolicy": {
"interval": "YEAR",
"intervalCount": 1
},
"isPrepaid": false,
"nextOrderDate": "2028-09-09T14:05:00.000Z",
"nextOrderDateEpoch": 1852121100,
"discounts": [],
"hasBundle": false,
"willAutoResume": false,
"note": null,
"customAttributes": [],
"lineItems": [
{
"id": 87415677,
"shopifyId": "8cf58212-643c-4e4b-aa19-c4648a0806d9",
"productShopifyId": 10193276207411,
"variantShopifyId": 53462862987571,
"name": "3 in 1 Box - Small",
"productTitle": "3 in 1 Box",
"variantTitle": "Small",
"variantImage": "https://cdn.shopify.com/s/files/1/0981/0798/2131/files/Harry_s-Most-Popular-Product-Bundles-1024x577-1.webp?v=1780305112",
"quantity": 1,
"price": "38.49",
"basePrice": "54.99",
"discountedPrice": "38.49",
"discountAllocations": [],
"pricingPolicy": {
"basePrice": {
"amount": "54.99",
"currencyCode": "USD"
},
"cycleDiscounts": [
{
"afterCycle": 0,
"computedPrice": {
"amount": "38.49",
"currencyCode": "USD"
},
"adjustmentType": "PERCENTAGE",
"adjustmentValue": {
"percentage": 30
}
}
]
},
"sellingPlanShopifyId": 10120888627,
"sellingPlanName": "Deliver every year",
"sku": null,
"requiresShipping": true,
"taxable": true,
"bundleTransactionId": null,
"bundleName": null,
"isOneTimeAdded": false,
"isOneTimeRemoved": false,
"attributes": [],
"weightInGrams": 0,
"bundleVariantName": null
}
],
"shippingAddress": {
"firstName": "Will",
"lastName": "Smith",
"company": null,
"address1": "House 5",
"address2": null,
"city": "Ithaca",
"zip": "14853",
"countryCode": "US",
"provinceCode": "NY"
},
"shippingLines": {
"code": "Standard",
"title": "Standard"
},
"isBillingRetryOn": false
},
"paymentMethod": {
"id": 38078781,
"shopifyId": "9cb4cdd414b637b70c249c174bb3e7ba",
"customerId": 443497692,
"customerShopifyId": 9732955898163,
"type": "CustomerCreditCard",
"name": "Devesh",
"brand": "visa",
"paypalAccountEmail": null,
"lastDigits": "4242",
"riskLevel": "safe",
"expiryMonth": "1",
"expiryYear": "34"
}
},
"metaData": {
"myshopifyDomain": "devesh-onboarding.myshopify.com"
}
}