shopify-webhook-schemas 0.1.9 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/dist/src/infer-schema.js +90 -0
  2. package/metadatas/2025-04/app_purchases_one_time/update.json +1 -1
  3. package/metadatas/2025-04/app_subscriptions/approaching_capped_amount.json +1 -1
  4. package/metadatas/2025-04/app_subscriptions/update.json +5 -2
  5. package/metadatas/2025-04/bulk_operations/finish.json +1 -1
  6. package/metadatas/2025-04/checkouts/create.json +6 -6
  7. package/metadatas/2025-04/checkouts/update.json +6 -6
  8. package/metadatas/2025-04/discounts/create.json +2 -2
  9. package/metadatas/2025-04/discounts/delete.json +1 -1
  10. package/metadatas/2025-04/discounts/redeemcode_added.json +1 -1
  11. package/metadatas/2025-04/discounts/redeemcode_removed.json +1 -1
  12. package/metadatas/2025-04/discounts/update.json +2 -2
  13. package/metadatas/2025-04/draft_orders/create.json +24 -24
  14. package/metadatas/2025-04/draft_orders/update.json +26 -26
  15. package/metadatas/2025-04/fulfillments/create.json +71 -24
  16. package/metadatas/2025-04/fulfillments/update.json +71 -24
  17. package/metadatas/2025-04/inventory_items/create.json +2 -1
  18. package/metadatas/2025-04/inventory_items/delete.json +2 -1
  19. package/metadatas/2025-04/inventory_items/update.json +2 -1
  20. package/metadatas/2025-04/markets_backup_region/update.json +18 -0
  21. package/metadatas/2025-04/order_transactions/create.json +3 -3
  22. package/metadatas/2025-04/orders/cancelled.json +91 -41
  23. package/metadatas/2025-04/orders/create.json +91 -41
  24. package/metadatas/2025-04/orders/edited.json +1 -1
  25. package/metadatas/2025-04/orders/fulfilled.json +91 -41
  26. package/metadatas/2025-04/orders/paid.json +91 -41
  27. package/metadatas/2025-04/orders/partially_fulfilled.json +91 -41
  28. package/metadatas/2025-04/orders/updated.json +91 -41
  29. package/metadatas/2025-04/refunds/create.json +110 -34
  30. package/metadatas/2025-04/selling_plan_groups/create.json +2 -2
  31. package/metadatas/2025-04/selling_plan_groups/delete.json +2 -2
  32. package/metadatas/2025-04/selling_plan_groups/update.json +2 -2
  33. package/metadatas/2025-04/subscription_billing_attempts/challenged.json +2 -2
  34. package/metadatas/2025-04/subscription_billing_attempts/failure.json +2 -2
  35. package/metadatas/2025-04/subscription_billing_attempts/success.json +2 -2
  36. package/metadatas/2025-04/subscription_contracts/activate.json +4 -4
  37. package/metadatas/2025-04/subscription_contracts/cancel.json +4 -4
  38. package/metadatas/2025-04/subscription_contracts/create.json +4 -4
  39. package/metadatas/2025-04/subscription_contracts/expire.json +4 -4
  40. package/metadatas/2025-04/subscription_contracts/fail.json +4 -4
  41. package/metadatas/2025-04/subscription_contracts/pause.json +4 -4
  42. package/metadatas/2025-04/subscription_contracts/update.json +4 -4
  43. package/metadatas/2025-04/tender_transactions/create.json +1 -1
  44. package/package.json +1 -1
  45. package/schemas/2025-04/app_subscriptions/update.json +12 -0
  46. package/schemas/2025-04/carts/create.json +4 -1
  47. package/schemas/2025-04/carts/update.json +4 -1
  48. package/schemas/2025-04/checkouts/create.json +26 -16
  49. package/schemas/2025-04/checkouts/delete.json +3 -0
  50. package/schemas/2025-04/checkouts/update.json +26 -16
  51. package/schemas/2025-04/collections/create.json +20 -0
  52. package/schemas/2025-04/collections/update.json +20 -0
  53. package/schemas/2025-04/company_locations/create.json +37 -6
  54. package/schemas/2025-04/company_locations/delete.json +37 -6
  55. package/schemas/2025-04/company_locations/update.json +37 -6
  56. package/schemas/2025-04/customer_payment_methods/create.json +1 -1
  57. package/schemas/2025-04/customer_payment_methods/revoke.json +1 -1
  58. package/schemas/2025-04/customer_payment_methods/update.json +1 -1
  59. package/schemas/2025-04/customers/create.json +86 -4
  60. package/schemas/2025-04/customers/delete.json +78 -2
  61. package/schemas/2025-04/customers/disable.json +86 -4
  62. package/schemas/2025-04/customers/enable.json +86 -4
  63. package/schemas/2025-04/customers/update.json +86 -4
  64. package/schemas/2025-04/customers_email_marketing_consent/update.json +13 -3
  65. package/schemas/2025-04/customers_marketing_consent/update.json +13 -3
  66. package/schemas/2025-04/disputes/create.json +0 -1
  67. package/schemas/2025-04/disputes/update.json +0 -1
  68. package/schemas/2025-04/domains/create.json +4 -2
  69. package/schemas/2025-04/domains/destroy.json +4 -2
  70. package/schemas/2025-04/domains/update.json +4 -2
  71. package/schemas/2025-04/draft_orders/create.json +138 -4
  72. package/schemas/2025-04/draft_orders/update.json +138 -4
  73. package/schemas/2025-04/fulfillments/create.json +196 -66
  74. package/schemas/2025-04/fulfillments/update.json +196 -66
  75. package/schemas/2025-04/inventory_items/create.json +7 -3
  76. package/schemas/2025-04/inventory_items/update.json +7 -3
  77. package/schemas/2025-04/markets_backup_region/update.json +17 -0
  78. package/schemas/2025-04/order_transactions/create.json +15 -5
  79. package/schemas/2025-04/orders/cancelled.json +76 -4
  80. package/schemas/2025-04/orders/create.json +76 -4
  81. package/schemas/2025-04/orders/edited.json +8 -2
  82. package/schemas/2025-04/orders/fulfilled.json +76 -4
  83. package/schemas/2025-04/orders/paid.json +76 -4
  84. package/schemas/2025-04/orders/partially_fulfilled.json +76 -4
  85. package/schemas/2025-04/orders/risk_assessment_changed.json +9 -2
  86. package/schemas/2025-04/orders/shopify_protect_eligibility_changed.json +8 -1
  87. package/schemas/2025-04/orders/updated.json +76 -4
  88. package/schemas/2025-04/payment_terms/create.json +4 -1
  89. package/schemas/2025-04/payment_terms/update.json +4 -1
  90. package/schemas/2025-04/products/create.json +160 -64
  91. package/schemas/2025-04/products/update.json +160 -64
  92. package/schemas/2025-04/refunds/create.json +764 -17
  93. package/schemas/2025-04/selling_plan_groups/create.json +66 -10
  94. package/schemas/2025-04/selling_plan_groups/update.json +66 -10
  95. package/schemas/2025-04/shop/update.json +4 -3
  96. package/schemas/2025-04/subscription_billing_attempts/challenged.json +0 -1
  97. package/schemas/2025-04/subscription_billing_attempts/failure.json +0 -1
  98. package/schemas/2025-04/subscription_billing_attempts/success.json +0 -1
  99. package/schemas/2025-04/subscription_contracts/activate.json +8 -2
  100. package/schemas/2025-04/subscription_contracts/cancel.json +8 -2
  101. package/schemas/2025-04/subscription_contracts/create.json +8 -2
  102. package/schemas/2025-04/subscription_contracts/expire.json +8 -2
  103. package/schemas/2025-04/subscription_contracts/fail.json +8 -2
  104. package/schemas/2025-04/subscription_contracts/pause.json +8 -2
  105. package/schemas/2025-04/subscription_contracts/update.json +8 -2
  106. package/schemas/2025-04/tender_transactions/create.json +9 -16
  107. package/schemas/2025-04/themes/create.json +4 -1
  108. package/schemas/2025-04/themes/publish.json +4 -1
  109. package/schemas/2025-04/themes/update.json +4 -1
@@ -44,14 +44,14 @@
44
44
  "currency_code": "USD"
45
45
  }
46
46
  },
47
- "current_subtotal_price": "398.00",
47
+ "current_subtotal_price": "369.97",
48
48
  "current_subtotal_price_set": {
49
49
  "shop_money": {
50
- "amount": "398.00",
50
+ "amount": "369.97",
51
51
  "currency_code": "USD"
52
52
  },
53
53
  "presentment_money": {
54
- "amount": "398.00",
54
+ "amount": "369.97",
55
55
  "currency_code": "USD"
56
56
  }
57
57
  },
@@ -68,14 +68,14 @@
68
68
  }
69
69
  },
70
70
  "current_total_duties_set": null,
71
- "current_total_price": "398.00",
71
+ "current_total_price": "369.97",
72
72
  "current_total_price_set": {
73
73
  "shop_money": {
74
- "amount": "398.00",
74
+ "amount": "369.97",
75
75
  "currency_code": "USD"
76
76
  },
77
77
  "presentment_money": {
78
- "amount": "398.00",
78
+ "amount": "369.97",
79
79
  "currency_code": "USD"
80
80
  }
81
81
  },
@@ -124,14 +124,14 @@
124
124
  "source_identifier": null,
125
125
  "source_name": "web",
126
126
  "source_url": null,
127
- "subtotal_price": "388.00",
127
+ "subtotal_price": "359.97",
128
128
  "subtotal_price_set": {
129
129
  "shop_money": {
130
- "amount": "388.00",
130
+ "amount": "359.97",
131
131
  "currency_code": "USD"
132
132
  },
133
133
  "presentment_money": {
134
- "amount": "388.00",
134
+ "amount": "359.97",
135
135
  "currency_code": "USD"
136
136
  }
137
137
  },
@@ -172,26 +172,26 @@
172
172
  "currency_code": "USD"
173
173
  }
174
174
  },
175
- "total_line_items_price": "398.00",
175
+ "total_line_items_price": "369.97",
176
176
  "total_line_items_price_set": {
177
177
  "shop_money": {
178
- "amount": "398.00",
178
+ "amount": "369.97",
179
179
  "currency_code": "USD"
180
180
  },
181
181
  "presentment_money": {
182
- "amount": "398.00",
182
+ "amount": "369.97",
183
183
  "currency_code": "USD"
184
184
  }
185
185
  },
186
- "total_outstanding": "398.00",
187
- "total_price": "388.00",
186
+ "total_outstanding": "369.97",
187
+ "total_price": "359.97",
188
188
  "total_price_set": {
189
189
  "shop_money": {
190
- "amount": "388.00",
190
+ "amount": "359.97",
191
191
  "currency_code": "USD"
192
192
  },
193
193
  "presentment_money": {
194
- "amount": "388.00",
194
+ "amount": "359.97",
195
195
  "currency_code": "USD"
196
196
  }
197
197
  },
@@ -277,8 +277,8 @@
277
277
  "fulfillments": [],
278
278
  "line_items": [
279
279
  {
280
- "id": 866550311766439000,
281
- "admin_graphql_api_id": "gid://shopify/LineItem/866550311766439020",
280
+ "id": 487817672276298560,
281
+ "admin_graphql_api_id": "gid://shopify/LineItem/487817672276298554",
282
282
  "attributed_staffs": [
283
283
  {
284
284
  "id": "gid://shopify/StaffMember/902541635",
@@ -290,28 +290,28 @@
290
290
  "fulfillment_service": "manual",
291
291
  "fulfillment_status": null,
292
292
  "gift_card": false,
293
- "grams": 567,
294
- "name": "IPod Nano - 8GB",
295
- "price": "199.00",
293
+ "grams": 100,
294
+ "name": "Aviator sunglasses",
295
+ "price": "89.99",
296
296
  "price_set": {
297
297
  "shop_money": {
298
- "amount": "199.00",
298
+ "amount": "89.99",
299
299
  "currency_code": "USD"
300
300
  },
301
301
  "presentment_money": {
302
- "amount": "199.00",
302
+ "amount": "89.99",
303
303
  "currency_code": "USD"
304
304
  }
305
305
  },
306
306
  "product_exists": true,
307
- "product_id": 632910392,
307
+ "product_id": 788032119674292900,
308
308
  "properties": [],
309
309
  "quantity": 1,
310
310
  "requires_shipping": true,
311
311
  "sales_line_item_group_id": null,
312
- "sku": "IPOD2008PINK",
312
+ "sku": "SKU2006-001",
313
313
  "taxable": true,
314
- "title": "IPod Nano - 8GB",
314
+ "title": "Aviator sunglasses",
315
315
  "total_discount": "0.00",
316
316
  "total_discount_set": {
317
317
  "shop_money": {
@@ -323,8 +323,8 @@
323
323
  "currency_code": "USD"
324
324
  }
325
325
  },
326
- "variant_id": 808950810,
327
- "variant_inventory_management": "shopify",
326
+ "variant_id": null,
327
+ "variant_inventory_management": null,
328
328
  "variant_title": null,
329
329
  "vendor": null,
330
330
  "tax_lines": [],
@@ -332,36 +332,86 @@
332
332
  "discount_allocations": []
333
333
  },
334
334
  {
335
- "id": 141249953214522980,
336
- "admin_graphql_api_id": "gid://shopify/LineItem/141249953214522974",
335
+ "id": 976318377106520300,
336
+ "admin_graphql_api_id": "gid://shopify/LineItem/976318377106520349",
337
337
  "attributed_staffs": [],
338
338
  "current_quantity": 1,
339
339
  "fulfillable_quantity": 1,
340
340
  "fulfillment_service": "manual",
341
341
  "fulfillment_status": null,
342
342
  "gift_card": false,
343
- "grams": 567,
344
- "name": "IPod Nano - 8GB",
345
- "price": "199.00",
343
+ "grams": 1000,
344
+ "name": "Mid-century lounger",
345
+ "price": "159.99",
346
346
  "price_set": {
347
347
  "shop_money": {
348
- "amount": "199.00",
348
+ "amount": "159.99",
349
349
  "currency_code": "USD"
350
350
  },
351
351
  "presentment_money": {
352
- "amount": "199.00",
352
+ "amount": "159.99",
353
353
  "currency_code": "USD"
354
354
  }
355
355
  },
356
356
  "product_exists": true,
357
- "product_id": 632910392,
357
+ "product_id": 788032119674292900,
358
358
  "properties": [],
359
359
  "quantity": 1,
360
360
  "requires_shipping": true,
361
- "sales_line_item_group_id": null,
362
- "sku": "IPOD2008PINK",
361
+ "sales_line_item_group_id": 142831562,
362
+ "sku": "SKU2006-020",
363
+ "taxable": true,
364
+ "title": "Mid-century lounger",
365
+ "total_discount": "0.00",
366
+ "total_discount_set": {
367
+ "shop_money": {
368
+ "amount": "0.00",
369
+ "currency_code": "USD"
370
+ },
371
+ "presentment_money": {
372
+ "amount": "0.00",
373
+ "currency_code": "USD"
374
+ }
375
+ },
376
+ "variant_id": null,
377
+ "variant_inventory_management": null,
378
+ "variant_title": null,
379
+ "vendor": null,
380
+ "tax_lines": [],
381
+ "duties": [],
382
+ "discount_allocations": []
383
+ },
384
+ {
385
+ "id": 315789986012684400,
386
+ "admin_graphql_api_id": "gid://shopify/LineItem/315789986012684393",
387
+ "attributed_staffs": [],
388
+ "current_quantity": 1,
389
+ "fulfillable_quantity": 1,
390
+ "fulfillment_service": "manual",
391
+ "fulfillment_status": null,
392
+ "gift_card": false,
393
+ "grams": 500,
394
+ "name": "Coffee table",
395
+ "price": "119.99",
396
+ "price_set": {
397
+ "shop_money": {
398
+ "amount": "119.99",
399
+ "currency_code": "USD"
400
+ },
401
+ "presentment_money": {
402
+ "amount": "119.99",
403
+ "currency_code": "USD"
404
+ }
405
+ },
406
+ "product_exists": true,
407
+ "product_id": 788032119674292900,
408
+ "properties": [],
409
+ "quantity": 1,
410
+ "requires_shipping": true,
411
+ "sales_line_item_group_id": 142831562,
412
+ "sku": "SKU2006-035",
363
413
  "taxable": true,
364
- "title": "IPod Nano - 8GB",
414
+ "title": "Coffee table",
365
415
  "total_discount": "0.00",
366
416
  "total_discount_set": {
367
417
  "shop_money": {
@@ -373,8 +423,8 @@
373
423
  "currency_code": "USD"
374
424
  }
375
425
  },
376
- "variant_id": 808950810,
377
- "variant_inventory_management": "shopify",
426
+ "variant_id": null,
427
+ "variant_inventory_management": null,
378
428
  "variant_title": null,
379
429
  "vendor": null,
380
430
  "tax_lines": [],
@@ -41,20 +41,20 @@
41
41
  "order_adjustments": [],
42
42
  "refund_line_items": [
43
43
  {
44
- "id": 866550311766439000,
44
+ "id": 487817672276298600,
45
45
  "quantity": 1,
46
- "line_item_id": 866550311766439000,
46
+ "line_item_id": 487817672276298560,
47
47
  "location_id": null,
48
48
  "restock_type": "no_restock",
49
- "subtotal": 199,
49
+ "subtotal": 89.99,
50
50
  "total_tax": 0,
51
51
  "subtotal_set": {
52
52
  "shop_money": {
53
- "amount": "199.00",
53
+ "amount": "89.99",
54
54
  "currency_code": "USD"
55
55
  },
56
56
  "presentment_money": {
57
- "amount": "199.00",
57
+ "amount": "89.99",
58
58
  "currency_code": "USD"
59
59
  }
60
60
  },
@@ -69,34 +69,34 @@
69
69
  }
70
70
  },
71
71
  "line_item": {
72
- "id": 866550311766439000,
73
- "variant_id": 808950810,
74
- "title": "IPod Nano - 8GB",
72
+ "id": 487817672276298560,
73
+ "variant_id": null,
74
+ "title": "Aviator sunglasses",
75
75
  "quantity": 1,
76
- "sku": "IPOD2008PINK",
76
+ "sku": "SKU2006-001",
77
77
  "variant_title": null,
78
78
  "vendor": null,
79
79
  "fulfillment_service": "manual",
80
- "product_id": 632910392,
80
+ "product_id": 788032119674292900,
81
81
  "requires_shipping": true,
82
82
  "taxable": true,
83
83
  "gift_card": false,
84
- "name": "IPod Nano - 8GB",
85
- "variant_inventory_management": "shopify",
84
+ "name": "Aviator sunglasses",
85
+ "variant_inventory_management": null,
86
86
  "properties": [],
87
87
  "product_exists": true,
88
88
  "fulfillable_quantity": 1,
89
- "grams": 567,
90
- "price": "199.00",
89
+ "grams": 100,
90
+ "price": "89.99",
91
91
  "total_discount": "0.00",
92
92
  "fulfillment_status": null,
93
93
  "price_set": {
94
94
  "shop_money": {
95
- "amount": "199.00",
95
+ "amount": "89.99",
96
96
  "currency_code": "USD"
97
97
  },
98
98
  "presentment_money": {
99
- "amount": "199.00",
99
+ "amount": "89.99",
100
100
  "currency_code": "USD"
101
101
  }
102
102
  },
@@ -112,25 +112,25 @@
112
112
  },
113
113
  "discount_allocations": [],
114
114
  "duties": [],
115
- "admin_graphql_api_id": "gid://shopify/LineItem/866550311766439020",
115
+ "admin_graphql_api_id": "gid://shopify/LineItem/487817672276298554",
116
116
  "tax_lines": []
117
117
  }
118
118
  },
119
119
  {
120
- "id": 141249953214523040,
120
+ "id": 976318377106520400,
121
121
  "quantity": 1,
122
- "line_item_id": 141249953214522980,
122
+ "line_item_id": 976318377106520300,
123
123
  "location_id": null,
124
124
  "restock_type": "no_restock",
125
- "subtotal": 199,
125
+ "subtotal": 159.99,
126
126
  "total_tax": 0,
127
127
  "subtotal_set": {
128
128
  "shop_money": {
129
- "amount": "199.00",
129
+ "amount": "159.99",
130
130
  "currency_code": "USD"
131
131
  },
132
132
  "presentment_money": {
133
- "amount": "199.00",
133
+ "amount": "159.99",
134
134
  "currency_code": "USD"
135
135
  }
136
136
  },
@@ -145,34 +145,34 @@
145
145
  }
146
146
  },
147
147
  "line_item": {
148
- "id": 141249953214522980,
149
- "variant_id": 808950810,
150
- "title": "IPod Nano - 8GB",
148
+ "id": 976318377106520300,
149
+ "variant_id": null,
150
+ "title": "Mid-century lounger",
151
151
  "quantity": 1,
152
- "sku": "IPOD2008PINK",
152
+ "sku": "SKU2006-020",
153
153
  "variant_title": null,
154
154
  "vendor": null,
155
155
  "fulfillment_service": "manual",
156
- "product_id": 632910392,
156
+ "product_id": 788032119674292900,
157
157
  "requires_shipping": true,
158
158
  "taxable": true,
159
159
  "gift_card": false,
160
- "name": "IPod Nano - 8GB",
161
- "variant_inventory_management": "shopify",
160
+ "name": "Mid-century lounger",
161
+ "variant_inventory_management": null,
162
162
  "properties": [],
163
163
  "product_exists": true,
164
164
  "fulfillable_quantity": 1,
165
- "grams": 567,
166
- "price": "199.00",
165
+ "grams": 1000,
166
+ "price": "159.99",
167
167
  "total_discount": "5.00",
168
168
  "fulfillment_status": null,
169
169
  "price_set": {
170
170
  "shop_money": {
171
- "amount": "199.00",
171
+ "amount": "159.99",
172
172
  "currency_code": "USD"
173
173
  },
174
174
  "presentment_money": {
175
- "amount": "199.00",
175
+ "amount": "159.99",
176
176
  "currency_code": "USD"
177
177
  }
178
178
  },
@@ -217,7 +217,83 @@
217
217
  }
218
218
  ],
219
219
  "duties": [],
220
- "admin_graphql_api_id": "gid://shopify/LineItem/141249953214522974",
220
+ "admin_graphql_api_id": "gid://shopify/LineItem/976318377106520349",
221
+ "tax_lines": []
222
+ }
223
+ },
224
+ {
225
+ "id": 315789986012684500,
226
+ "quantity": 1,
227
+ "line_item_id": 315789986012684400,
228
+ "location_id": null,
229
+ "restock_type": "no_restock",
230
+ "subtotal": 119.99,
231
+ "total_tax": 0,
232
+ "subtotal_set": {
233
+ "shop_money": {
234
+ "amount": "119.99",
235
+ "currency_code": "USD"
236
+ },
237
+ "presentment_money": {
238
+ "amount": "119.99",
239
+ "currency_code": "USD"
240
+ }
241
+ },
242
+ "total_tax_set": {
243
+ "shop_money": {
244
+ "amount": "0.00",
245
+ "currency_code": "USD"
246
+ },
247
+ "presentment_money": {
248
+ "amount": "0.00",
249
+ "currency_code": "USD"
250
+ }
251
+ },
252
+ "line_item": {
253
+ "id": 315789986012684400,
254
+ "variant_id": null,
255
+ "title": "Coffee table",
256
+ "quantity": 1,
257
+ "sku": "SKU2006-035",
258
+ "variant_title": null,
259
+ "vendor": null,
260
+ "fulfillment_service": "manual",
261
+ "product_id": 788032119674292900,
262
+ "requires_shipping": true,
263
+ "taxable": true,
264
+ "gift_card": false,
265
+ "name": "Coffee table",
266
+ "variant_inventory_management": null,
267
+ "properties": [],
268
+ "product_exists": true,
269
+ "fulfillable_quantity": 1,
270
+ "grams": 500,
271
+ "price": "119.99",
272
+ "total_discount": "0.00",
273
+ "fulfillment_status": null,
274
+ "price_set": {
275
+ "shop_money": {
276
+ "amount": "119.99",
277
+ "currency_code": "USD"
278
+ },
279
+ "presentment_money": {
280
+ "amount": "119.99",
281
+ "currency_code": "USD"
282
+ }
283
+ },
284
+ "total_discount_set": {
285
+ "shop_money": {
286
+ "amount": "0.00",
287
+ "currency_code": "USD"
288
+ },
289
+ "presentment_money": {
290
+ "amount": "0.00",
291
+ "currency_code": "USD"
292
+ }
293
+ },
294
+ "discount_allocations": [],
295
+ "duties": [],
296
+ "admin_graphql_api_id": "gid://shopify/LineItem/315789986012684393",
221
297
  "tax_lines": []
222
298
  }
223
299
  }
@@ -12,8 +12,8 @@
12
12
  "name": "selling_plan_groups/create",
13
13
  "related_resource": "SellingPlanGroup",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518902",
16
- "id": 1039518902,
15
+ "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518963",
16
+ "id": 1039518963,
17
17
  "name": "Subscribe & Save",
18
18
  "merchant_code": "sub-n-save",
19
19
  "admin_graphql_api_app": "gid://shopify/App/2525000003",
@@ -12,8 +12,8 @@
12
12
  "name": "selling_plan_groups/delete",
13
13
  "related_resource": "SellingPlanGroup",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518917",
16
- "id": 1039518917
15
+ "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518962",
16
+ "id": 1039518962
17
17
  },
18
18
  "shop_feature": false
19
19
  }
@@ -12,8 +12,8 @@
12
12
  "name": "selling_plan_groups/update",
13
13
  "related_resource": "SellingPlanGroup",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518916",
16
- "id": 1039518916,
15
+ "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518945",
16
+ "id": 1039518945,
17
17
  "name": "Subscribe & Save",
18
18
  "merchant_code": "sub-n-save",
19
19
  "admin_graphql_api_app": "gid://shopify/App/2525000003",
@@ -20,8 +20,8 @@
20
20
  "idempotency_key": "9a453d81-d41d-403e-806f-714dee215ff9",
21
21
  "order_id": 1,
22
22
  "admin_graphql_api_order_id": "gid://shopify/Order/1",
23
- "subscription_contract_id": 5269429428,
24
- "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/5269429428",
23
+ "subscription_contract_id": 8273415068,
24
+ "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/8273415068",
25
25
  "ready": true,
26
26
  "error_message": null,
27
27
  "error_code": null
@@ -20,8 +20,8 @@
20
20
  "idempotency_key": "9a453d81-d41d-403e-806f-714dee215ff9",
21
21
  "order_id": 1,
22
22
  "admin_graphql_api_order_id": "gid://shopify/Order/1",
23
- "subscription_contract_id": 8684094153,
24
- "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/8684094153",
23
+ "subscription_contract_id": 2420774548,
24
+ "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/2420774548",
25
25
  "ready": true,
26
26
  "error_message": null,
27
27
  "error_code": null
@@ -20,8 +20,8 @@
20
20
  "idempotency_key": "9a453d81-d41d-403e-806f-714dee215ff9",
21
21
  "order_id": 1,
22
22
  "admin_graphql_api_order_id": "gid://shopify/Order/1",
23
- "subscription_contract_id": 4544677803,
24
- "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/4544677803",
23
+ "subscription_contract_id": 5658034213,
24
+ "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/5658034213",
25
25
  "ready": true,
26
26
  "error_message": null,
27
27
  "error_code": null
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/activate",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/8162287643",
16
- "id": 8162287643,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/9727766166",
16
+ "id": 9727766166,
17
17
  "billing_policy": {
18
18
  "interval": "week",
19
19
  "interval_count": 4,
20
20
  "min_cycles": 1,
21
21
  "max_cycles": 2
22
22
  },
23
- "currency_code": "USD",
23
+ "currency_code": "CAD",
24
24
  "customer_id": 1,
25
25
  "admin_graphql_api_customer_id": "gid://shopify/Customer/1",
26
26
  "delivery_policy": {
@@ -30,7 +30,7 @@
30
30
  "status": "active",
31
31
  "admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
32
32
  "origin_order_id": 1,
33
- "revision_id": "4154673830"
33
+ "revision_id": "9807788736"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/cancel",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/9331697065",
16
- "id": 9331697065,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/3818978186",
16
+ "id": 3818978186,
17
17
  "billing_policy": {
18
18
  "interval": "week",
19
19
  "interval_count": 4,
20
20
  "min_cycles": 1,
21
21
  "max_cycles": 2
22
22
  },
23
- "currency_code": "USD",
23
+ "currency_code": "CAD",
24
24
  "customer_id": 1,
25
25
  "admin_graphql_api_customer_id": "gid://shopify/Customer/1",
26
26
  "delivery_policy": {
@@ -30,7 +30,7 @@
30
30
  "status": "cancelled",
31
31
  "admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
32
32
  "origin_order_id": 1,
33
- "revision_id": "9054351282"
33
+ "revision_id": "8403273659"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/create",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/5691166352",
16
- "id": 5691166352,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/3588376895",
16
+ "id": 3588376895,
17
17
  "billing_policy": {
18
18
  "interval": "week",
19
19
  "interval_count": 4,
20
20
  "min_cycles": 1,
21
21
  "max_cycles": 2
22
22
  },
23
- "currency_code": "USD",
23
+ "currency_code": "CAD",
24
24
  "customer_id": 1,
25
25
  "admin_graphql_api_customer_id": "gid://shopify/Customer/1",
26
26
  "delivery_policy": {
@@ -30,7 +30,7 @@
30
30
  "status": "active",
31
31
  "admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
32
32
  "origin_order_id": 1,
33
- "revision_id": "4589581500"
33
+ "revision_id": "4728464132"
34
34
  },
35
35
  "shop_feature": false
36
36
  }