shopify-webhook-schemas 0.2.2 → 0.2.3

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 (190) hide show
  1. package/dist/src/infer-schema.d.ts +1 -1
  2. package/dist/src/infer-schema.js +29 -3
  3. package/dist/src/scrape.js +3 -2
  4. package/metadatas/2024-04/app_purchases_one_time/update.json +1 -1
  5. package/metadatas/2024-04/app_subscriptions/approaching_capped_amount.json +1 -1
  6. package/metadatas/2024-04/app_subscriptions/update.json +2 -5
  7. package/metadatas/2024-04/bulk_operations/finish.json +1 -1
  8. package/metadatas/2024-04/checkouts/create.json +17 -7
  9. package/metadatas/2024-04/checkouts/delete.json +1 -2
  10. package/metadatas/2024-04/checkouts/update.json +17 -7
  11. package/metadatas/2024-04/company_contact_roles/assign.json +0 -8
  12. package/metadatas/2024-04/company_contact_roles/revoke.json +0 -8
  13. package/metadatas/2024-04/company_locations/create.json +0 -8
  14. package/metadatas/2024-04/company_locations/delete.json +0 -8
  15. package/metadatas/2024-04/company_locations/update.json +0 -8
  16. package/metadatas/2024-04/customer.tags_added.json +1 -1
  17. package/metadatas/2024-04/customer.tags_removed.json +1 -1
  18. package/metadatas/2024-04/customers/create.json +7 -0
  19. package/metadatas/2024-04/customers/delete.json +2 -0
  20. package/metadatas/2024-04/customers/disable.json +7 -0
  21. package/metadatas/2024-04/customers/enable.json +7 -0
  22. package/metadatas/2024-04/customers/update.json +7 -0
  23. package/metadatas/2024-04/discounts/create.json +2 -2
  24. package/metadatas/2024-04/discounts/delete.json +1 -1
  25. package/metadatas/2024-04/discounts/redeemcode_added.json +1 -1
  26. package/metadatas/2024-04/discounts/redeemcode_removed.json +1 -1
  27. package/metadatas/2024-04/discounts/update.json +2 -2
  28. package/metadatas/2024-04/draft_orders/create.json +37 -26
  29. package/metadatas/2024-04/draft_orders/update.json +36 -25
  30. package/metadatas/2024-04/fulfillment_orders/placed_on_hold.json +2 -28
  31. package/metadatas/2024-04/fulfillments/create.json +24 -71
  32. package/metadatas/2024-04/fulfillments/update.json +24 -71
  33. package/metadatas/2024-04/inventory_items/create.json +1 -2
  34. package/metadatas/2024-04/inventory_items/delete.json +1 -2
  35. package/metadatas/2024-04/inventory_items/update.json +1 -2
  36. package/metadatas/2024-04/inventory_levels/connect.json +7 -1
  37. package/metadatas/2024-04/inventory_levels/update.json +7 -1
  38. package/metadatas/2024-04/markets/create.json +6 -2
  39. package/metadatas/2024-04/markets/update.json +6 -2
  40. package/metadatas/2024-04/order_transactions/create.json +3 -4
  41. package/metadatas/2024-04/orders/cancelled.json +51 -139
  42. package/metadatas/2024-04/orders/create.json +51 -139
  43. package/metadatas/2024-04/orders/edited.json +1 -2
  44. package/metadatas/2024-04/orders/fulfilled.json +51 -139
  45. package/metadatas/2024-04/orders/paid.json +51 -139
  46. package/metadatas/2024-04/orders/partially_fulfilled.json +51 -139
  47. package/metadatas/2024-04/orders/risk_assessment_changed.json +1 -1
  48. package/metadatas/2024-04/orders/updated.json +51 -139
  49. package/metadatas/2024-04/products/create.json +15 -6
  50. package/metadatas/2024-04/products/update.json +15 -6
  51. package/metadatas/2024-04/refunds/create.json +34 -112
  52. package/metadatas/2024-04/returns/approve.json +1 -1
  53. package/metadatas/2024-04/returns/decline.json +0 -4
  54. package/metadatas/2024-04/returns/request.json +1 -1
  55. package/metadatas/2024-04/segments/update.json +1 -1
  56. package/metadatas/2024-04/selling_plan_groups/delete.json +2 -2
  57. package/metadatas/2024-04/selling_plan_groups/update.json +2 -2
  58. package/metadatas/2024-04/subscription_billing_attempts/challenged.json +2 -2
  59. package/metadatas/2024-04/subscription_billing_attempts/failure.json +2 -2
  60. package/metadatas/2024-04/subscription_billing_attempts/success.json +2 -2
  61. package/metadatas/2024-04/subscription_billing_cycle_edits/create.json +1 -1
  62. package/metadatas/2024-04/subscription_billing_cycle_edits/delete.json +1 -1
  63. package/metadatas/2024-04/subscription_billing_cycle_edits/update.json +1 -1
  64. package/metadatas/2024-04/subscription_billing_cycles/skip.json +1 -1
  65. package/metadatas/2024-04/subscription_billing_cycles/unskip.json +1 -1
  66. package/metadatas/2024-04/subscription_contracts/activate.json +4 -4
  67. package/metadatas/2024-04/subscription_contracts/cancel.json +4 -4
  68. package/metadatas/2024-04/subscription_contracts/create.json +4 -4
  69. package/metadatas/2024-04/subscription_contracts/expire.json +4 -4
  70. package/metadatas/2024-04/subscription_contracts/fail.json +4 -4
  71. package/metadatas/2024-04/subscription_contracts/pause.json +4 -4
  72. package/metadatas/2024-04/subscription_contracts/update.json +4 -4
  73. package/metadatas/2024-04/tender_transactions/create.json +1 -1
  74. package/metadatas/2024-04/variants/in_stock.json +7 -1
  75. package/metadatas/2024-04/variants/out_of_stock.json +7 -1
  76. package/package.json +1 -1
  77. package/schemas/2024-04/app_subscriptions/approaching_capped_amount.json +0 -15
  78. package/schemas/2024-04/app_subscriptions/update.json +0 -12
  79. package/schemas/2024-04/carts/create.json +1 -4
  80. package/schemas/2024-04/carts/update.json +1 -4
  81. package/schemas/2024-04/checkouts/create.json +31 -35
  82. package/schemas/2024-04/checkouts/delete.json +0 -10
  83. package/schemas/2024-04/checkouts/update.json +31 -35
  84. package/schemas/2024-04/collections/create.json +0 -20
  85. package/schemas/2024-04/collections/update.json +0 -20
  86. package/schemas/2024-04/company_contact_roles/assign.json +0 -23
  87. package/schemas/2024-04/company_contact_roles/revoke.json +0 -23
  88. package/schemas/2024-04/company_locations/create.json +4 -58
  89. package/schemas/2024-04/company_locations/delete.json +4 -58
  90. package/schemas/2024-04/company_locations/update.json +4 -58
  91. package/schemas/2024-04/customer_payment_methods/create.json +1 -1
  92. package/schemas/2024-04/customer_payment_methods/revoke.json +1 -1
  93. package/schemas/2024-04/customer_payment_methods/update.json +1 -1
  94. package/schemas/2024-04/customers/create.json +38 -86
  95. package/schemas/2024-04/customers/delete.json +16 -78
  96. package/schemas/2024-04/customers/disable.json +38 -86
  97. package/schemas/2024-04/customers/enable.json +38 -86
  98. package/schemas/2024-04/customers/update.json +38 -86
  99. package/schemas/2024-04/customers_email_marketing_consent/update.json +3 -13
  100. package/schemas/2024-04/customers_marketing_consent/update.json +3 -13
  101. package/schemas/2024-04/disputes/create.json +1 -0
  102. package/schemas/2024-04/disputes/update.json +1 -0
  103. package/schemas/2024-04/domains/create.json +2 -4
  104. package/schemas/2024-04/domains/destroy.json +2 -4
  105. package/schemas/2024-04/domains/update.json +2 -4
  106. package/schemas/2024-04/draft_orders/create.json +26 -409
  107. package/schemas/2024-04/draft_orders/update.json +26 -409
  108. package/schemas/2024-04/fulfillment_orders/placed_on_hold.json +0 -80
  109. package/schemas/2024-04/fulfillment_orders/split.json +0 -12
  110. package/schemas/2024-04/fulfillments/create.json +66 -196
  111. package/schemas/2024-04/fulfillments/update.json +66 -196
  112. package/schemas/2024-04/inventory_items/create.json +3 -7
  113. package/schemas/2024-04/inventory_items/update.json +3 -7
  114. package/schemas/2024-04/inventory_levels/connect.json +29 -0
  115. package/schemas/2024-04/inventory_levels/update.json +29 -0
  116. package/schemas/2024-04/markets/create.json +18 -7
  117. package/schemas/2024-04/markets/update.json +18 -7
  118. package/schemas/2024-04/order_transactions/create.json +4 -18
  119. package/schemas/2024-04/orders/cancelled.json +10 -252
  120. package/schemas/2024-04/orders/create.json +10 -252
  121. package/schemas/2024-04/orders/edited.json +2 -13
  122. package/schemas/2024-04/orders/fulfilled.json +10 -252
  123. package/schemas/2024-04/orders/paid.json +10 -252
  124. package/schemas/2024-04/orders/partially_fulfilled.json +10 -252
  125. package/schemas/2024-04/orders/risk_assessment_changed.json +2 -9
  126. package/schemas/2024-04/orders/shopify_protect_eligibility_changed.json +1 -11
  127. package/schemas/2024-04/orders/updated.json +10 -252
  128. package/schemas/2024-04/payment_terms/create.json +1 -4
  129. package/schemas/2024-04/payment_terms/update.json +1 -4
  130. package/schemas/2024-04/products/create.json +73 -173
  131. package/schemas/2024-04/products/update.json +73 -173
  132. package/schemas/2024-04/refunds/create.json +16 -767
  133. package/schemas/2024-04/returns/decline.json +0 -17
  134. package/schemas/2024-04/selling_plan_groups/create.json +10 -66
  135. package/schemas/2024-04/selling_plan_groups/update.json +10 -66
  136. package/schemas/2024-04/shop/update.json +3 -4
  137. package/schemas/2024-04/subscription_billing_attempts/challenged.json +1 -0
  138. package/schemas/2024-04/subscription_billing_attempts/failure.json +1 -0
  139. package/schemas/2024-04/subscription_billing_attempts/success.json +1 -0
  140. package/schemas/2024-04/subscription_contracts/activate.json +2 -8
  141. package/schemas/2024-04/subscription_contracts/cancel.json +2 -8
  142. package/schemas/2024-04/subscription_contracts/create.json +2 -8
  143. package/schemas/2024-04/subscription_contracts/expire.json +2 -8
  144. package/schemas/2024-04/subscription_contracts/fail.json +2 -8
  145. package/schemas/2024-04/subscription_contracts/pause.json +2 -8
  146. package/schemas/2024-04/subscription_contracts/update.json +2 -8
  147. package/schemas/2024-04/tender_transactions/create.json +4 -6
  148. package/schemas/2024-04/themes/create.json +1 -4
  149. package/schemas/2024-04/themes/publish.json +1 -4
  150. package/schemas/2024-04/themes/update.json +1 -4
  151. package/schemas/2024-04/variants/in_stock.json +25 -1
  152. package/schemas/2024-04/variants/out_of_stock.json +25 -1
  153. package/metadatas/2024-04/app/scopes_update.json +0 -23
  154. package/metadatas/2024-04/checkout_and_accounts_configurations/update.json +0 -22
  155. package/metadatas/2024-04/customer.joined_segment.json +0 -18
  156. package/metadatas/2024-04/customer.left_segment.json +0 -18
  157. package/metadatas/2024-04/customer_account_settings/update.json +0 -17
  158. package/metadatas/2024-04/customers/purchasing_summary.json +0 -27
  159. package/metadatas/2024-04/delivery_promise_settings/update.json +0 -19
  160. package/metadatas/2024-04/finance_app_staff_member/delete.json +0 -19
  161. package/metadatas/2024-04/finance_app_staff_member/grant.json +0 -19
  162. package/metadatas/2024-04/finance_app_staff_member/revoke.json +0 -19
  163. package/metadatas/2024-04/finance_app_staff_member/update.json +0 -19
  164. package/metadatas/2024-04/finance_kyc_information/update.json +0 -19
  165. package/metadatas/2024-04/fulfillment_holds/added.json +0 -32
  166. package/metadatas/2024-04/fulfillment_holds/released.json +0 -32
  167. package/metadatas/2024-04/markets_backup_region/update.json +0 -18
  168. package/metadatas/2024-04/metafield_definitions/create.json +0 -47
  169. package/metadatas/2024-04/metafield_definitions/delete.json +0 -19
  170. package/metadatas/2024-04/metafield_definitions/update.json +0 -47
  171. package/metadatas/2024-04/product_feeds/full_sync_finish.json +0 -37
  172. package/schemas/2024-04/app/scopes_update.json +0 -31
  173. package/schemas/2024-04/checkout_and_accounts_configurations/update.json +0 -48
  174. package/schemas/2024-04/customer.joined_segment.json +0 -23
  175. package/schemas/2024-04/customer.left_segment.json +0 -23
  176. package/schemas/2024-04/customer_account_settings/update.json +0 -28
  177. package/schemas/2024-04/customers/purchasing_summary.json +0 -43
  178. package/schemas/2024-04/delivery_promise_settings/update.json +0 -21
  179. package/schemas/2024-04/finance_app_staff_member/delete.json +0 -4
  180. package/schemas/2024-04/finance_app_staff_member/grant.json +0 -4
  181. package/schemas/2024-04/finance_app_staff_member/revoke.json +0 -4
  182. package/schemas/2024-04/finance_app_staff_member/update.json +0 -4
  183. package/schemas/2024-04/finance_kyc_information/update.json +0 -4
  184. package/schemas/2024-04/fulfillment_holds/added.json +0 -63
  185. package/schemas/2024-04/fulfillment_holds/released.json +0 -63
  186. package/schemas/2024-04/markets_backup_region/update.json +0 -17
  187. package/schemas/2024-04/metafield_definitions/create.json +0 -141
  188. package/schemas/2024-04/metafield_definitions/delete.json +0 -21
  189. package/schemas/2024-04/metafield_definitions/update.json +0 -141
  190. package/schemas/2024-04/product_feeds/full_sync_finish.json +0 -97
@@ -41,20 +41,20 @@
41
41
  "order_adjustments": [],
42
42
  "refund_line_items": [
43
43
  {
44
- "id": 487817672276298600,
44
+ "id": 866550311766439000,
45
45
  "quantity": 1,
46
- "line_item_id": 487817672276298560,
46
+ "line_item_id": 866550311766439000,
47
47
  "location_id": null,
48
48
  "restock_type": "no_restock",
49
- "subtotal": 89.99,
49
+ "subtotal": 199,
50
50
  "total_tax": 0,
51
51
  "subtotal_set": {
52
52
  "shop_money": {
53
- "amount": "89.99",
53
+ "amount": "199.00",
54
54
  "currency_code": "USD"
55
55
  },
56
56
  "presentment_money": {
57
- "amount": "89.99",
57
+ "amount": "199.00",
58
58
  "currency_code": "USD"
59
59
  }
60
60
  },
@@ -69,34 +69,34 @@
69
69
  }
70
70
  },
71
71
  "line_item": {
72
- "id": 487817672276298560,
73
- "variant_id": null,
74
- "title": "Aviator sunglasses",
72
+ "id": 866550311766439000,
73
+ "variant_id": 808950810,
74
+ "title": "IPod Nano - 8GB",
75
75
  "quantity": 1,
76
- "sku": "SKU2006-001",
76
+ "sku": "IPOD2008PINK",
77
77
  "variant_title": null,
78
78
  "vendor": null,
79
79
  "fulfillment_service": "manual",
80
- "product_id": 788032119674292900,
80
+ "product_id": 632910392,
81
81
  "requires_shipping": true,
82
82
  "taxable": true,
83
83
  "gift_card": false,
84
- "name": "Aviator sunglasses",
85
- "variant_inventory_management": null,
84
+ "name": "IPod Nano - 8GB",
85
+ "variant_inventory_management": "shopify",
86
86
  "properties": [],
87
87
  "product_exists": true,
88
88
  "fulfillable_quantity": 1,
89
- "grams": 100,
90
- "price": "89.99",
89
+ "grams": 567,
90
+ "price": "199.00",
91
91
  "total_discount": "0.00",
92
92
  "fulfillment_status": null,
93
93
  "price_set": {
94
94
  "shop_money": {
95
- "amount": "89.99",
95
+ "amount": "199.00",
96
96
  "currency_code": "USD"
97
97
  },
98
98
  "presentment_money": {
99
- "amount": "89.99",
99
+ "amount": "199.00",
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/487817672276298554",
115
+ "admin_graphql_api_id": "gid://shopify/LineItem/866550311766439020",
116
116
  "tax_lines": []
117
117
  }
118
118
  },
119
119
  {
120
- "id": 976318377106520400,
120
+ "id": 141249953214523040,
121
121
  "quantity": 1,
122
- "line_item_id": 976318377106520300,
122
+ "line_item_id": 141249953214522980,
123
123
  "location_id": null,
124
124
  "restock_type": "no_restock",
125
- "subtotal": 159.99,
125
+ "subtotal": 199,
126
126
  "total_tax": 0,
127
127
  "subtotal_set": {
128
128
  "shop_money": {
129
- "amount": "159.99",
129
+ "amount": "199.00",
130
130
  "currency_code": "USD"
131
131
  },
132
132
  "presentment_money": {
133
- "amount": "159.99",
133
+ "amount": "199.00",
134
134
  "currency_code": "USD"
135
135
  }
136
136
  },
@@ -145,34 +145,34 @@
145
145
  }
146
146
  },
147
147
  "line_item": {
148
- "id": 976318377106520300,
149
- "variant_id": null,
150
- "title": "Mid-century lounger",
148
+ "id": 141249953214522980,
149
+ "variant_id": 808950810,
150
+ "title": "IPod Nano - 8GB",
151
151
  "quantity": 1,
152
- "sku": "SKU2006-020",
152
+ "sku": "IPOD2008PINK",
153
153
  "variant_title": null,
154
154
  "vendor": null,
155
155
  "fulfillment_service": "manual",
156
- "product_id": 788032119674292900,
156
+ "product_id": 632910392,
157
157
  "requires_shipping": true,
158
158
  "taxable": true,
159
159
  "gift_card": false,
160
- "name": "Mid-century lounger",
161
- "variant_inventory_management": null,
160
+ "name": "IPod Nano - 8GB",
161
+ "variant_inventory_management": "shopify",
162
162
  "properties": [],
163
163
  "product_exists": true,
164
164
  "fulfillable_quantity": 1,
165
- "grams": 1000,
166
- "price": "159.99",
165
+ "grams": 567,
166
+ "price": "199.00",
167
167
  "total_discount": "5.00",
168
168
  "fulfillment_status": null,
169
169
  "price_set": {
170
170
  "shop_money": {
171
- "amount": "159.99",
171
+ "amount": "199.00",
172
172
  "currency_code": "USD"
173
173
  },
174
174
  "presentment_money": {
175
- "amount": "159.99",
175
+ "amount": "199.00",
176
176
  "currency_code": "USD"
177
177
  }
178
178
  },
@@ -217,83 +217,7 @@
217
217
  }
218
218
  ],
219
219
  "duties": [],
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",
220
+ "admin_graphql_api_id": "gid://shopify/LineItem/141249953214522974",
297
221
  "tax_lines": []
298
222
  }
299
223
  }
@@ -331,7 +255,6 @@
331
255
  }
332
256
  },
333
257
  "manual_payment_gateway": false,
334
- "amount_rounding": null,
335
258
  "admin_graphql_api_id": "gid://shopify/OrderTransaction/245135271310201194"
336
259
  },
337
260
  {
@@ -366,7 +289,6 @@
366
289
  }
367
290
  },
368
291
  "manual_payment_gateway": false,
369
- "amount_rounding": null,
370
292
  "admin_graphql_api_id": "gid://shopify/OrderTransaction/839212141605670573"
371
293
  }
372
294
  ]
@@ -20,7 +20,7 @@
20
20
  "id": 4783296544821,
21
21
  "admin_graphql_api_id": "gid://shopify/Order/4783296544821"
22
22
  },
23
- "total_return_line_items": 2,
23
+ "total_return_line_items": 0,
24
24
  "name": null,
25
25
  "return_line_items": [],
26
26
  "return_shipping_fees": [
@@ -16,10 +16,6 @@
16
16
  "id": 123134564567890,
17
17
  "admin_graphql_api_id": "gid://shopify/Return/123134564567890",
18
18
  "status": "declined",
19
- "order": {
20
- "id": 4783296544821,
21
- "admin_graphql_api_id": "gid://shopify/Order/4783296544821"
22
- },
23
19
  "decline": {
24
20
  "reason": "return_period_ended",
25
21
  "note": "As discussed on the phone, the 30-day return window has ended."
@@ -20,7 +20,7 @@
20
20
  "id": 4783296544821,
21
21
  "admin_graphql_api_id": "gid://shopify/Order/4783296544821"
22
22
  },
23
- "total_return_line_items": 2,
23
+ "total_return_line_items": 0,
24
24
  "name": null,
25
25
  "return_line_items": [],
26
26
  "return_shipping_fees": [],
@@ -14,7 +14,7 @@
14
14
  "id": 1,
15
15
  "name": "Customers who have one order",
16
16
  "query": "number_of_orders = 1",
17
- "creationDate": "2005-05-05T04:00:00.000Z",
17
+ "creationDate": "2005-05-05T07:00:00.000Z",
18
18
  "lastEditDate": "2022-01-01T00:00:00.000Z"
19
19
  },
20
20
  "shop_feature": false
@@ -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/1039518907",
16
- "id": 1039518907
15
+ "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518905",
16
+ "id": 1039518905
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/1039518918",
16
- "id": 1039518918,
15
+ "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518915",
16
+ "id": 1039518915,
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": 150544806,
24
- "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/150544806",
23
+ "subscription_contract_id": 7595274525,
24
+ "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/7595274525",
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": 3619559026,
24
- "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/3619559026",
23
+ "subscription_contract_id": 8754180231,
24
+ "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/8754180231",
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": 903295850,
24
- "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/903295850",
23
+ "subscription_contract_id": 1742058981,
24
+ "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/1742058981",
25
25
  "ready": true,
26
26
  "error_message": null,
27
27
  "error_code": null
@@ -12,7 +12,7 @@
12
12
  "name": "subscription_billing_cycle_edits/create",
13
13
  "related_resource": "SubscriptionBillingCycle",
14
14
  "response": {
15
- "subscription_contract_id": 7300591036,
15
+ "subscription_contract_id": 6471701759,
16
16
  "cycle_start_at": "2022-10-01T00:00:00-04:00",
17
17
  "cycle_end_at": "2022-11-01T00:00:00-04:00",
18
18
  "cycle_index": 1,
@@ -12,7 +12,7 @@
12
12
  "name": "subscription_billing_cycle_edits/delete",
13
13
  "related_resource": "SubscriptionBillingCycle",
14
14
  "response": {
15
- "subscription_contract_id": 4273397046,
15
+ "subscription_contract_id": 1003314044,
16
16
  "cycle_start_at": "2022-10-01T00:00:00-04:00",
17
17
  "cycle_end_at": "2022-11-01T00:00:00-04:00",
18
18
  "cycle_index": 1,
@@ -12,7 +12,7 @@
12
12
  "name": "subscription_billing_cycle_edits/update",
13
13
  "related_resource": "SubscriptionBillingCycle",
14
14
  "response": {
15
- "subscription_contract_id": 5338011274,
15
+ "subscription_contract_id": 2606469886,
16
16
  "cycle_start_at": "2022-10-01T00:00:00-04:00",
17
17
  "cycle_end_at": "2022-11-01T00:00:00-04:00",
18
18
  "cycle_index": 1,
@@ -12,7 +12,7 @@
12
12
  "name": "subscription_billing_cycles/skip",
13
13
  "related_resource": "SubscriptionBillingCycle",
14
14
  "response": {
15
- "subscription_contract_id": 814290953,
15
+ "subscription_contract_id": 7047612648,
16
16
  "cycle_start_at": "2022-10-01T00:00:00-04:00",
17
17
  "cycle_end_at": "2022-11-01T00:00:00-04:00",
18
18
  "cycle_index": 1,
@@ -12,7 +12,7 @@
12
12
  "name": "subscription_billing_cycles/unskip",
13
13
  "related_resource": "SubscriptionBillingCycle",
14
14
  "response": {
15
- "subscription_contract_id": 2374863377,
15
+ "subscription_contract_id": 8378662597,
16
16
  "cycle_start_at": "2022-10-01T00:00:00-04:00",
17
17
  "cycle_end_at": "2022-11-01T00:00:00-04:00",
18
18
  "cycle_index": 1,
@@ -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/1581083912",
16
- "id": 1581083912,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/6171107797",
16
+ "id": 6171107797,
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": "CAD",
23
+ "currency_code": "USD",
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": "1287837786"
33
+ "revision_id": "7998263199"
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/1361062644",
16
- "id": 1361062644,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/1136662396",
16
+ "id": 1136662396,
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": "CAD",
23
+ "currency_code": "USD",
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": "1678310453"
33
+ "revision_id": "8435404442"
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/360313822",
16
- "id": 360313822,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/9747455615",
16
+ "id": 9747455615,
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": "CAD",
23
+ "currency_code": "USD",
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": "5790831339"
33
+ "revision_id": "8606166713"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/expire",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/3152090182",
16
- "id": 3152090182,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/6902388790",
16
+ "id": 6902388790,
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": "CAD",
23
+ "currency_code": "USD",
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": "expired",
31
31
  "admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
32
32
  "origin_order_id": 1,
33
- "revision_id": "9107854267"
33
+ "revision_id": "8247678566"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/fail",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/3355024994",
16
- "id": 3355024994,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/2800377411",
16
+ "id": 2800377411,
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": "CAD",
23
+ "currency_code": "USD",
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": "failed",
31
31
  "admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
32
32
  "origin_order_id": 1,
33
- "revision_id": "658949901"
33
+ "revision_id": "2201685931"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/pause",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/3015054535",
16
- "id": 3015054535,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/4539145200",
16
+ "id": 4539145200,
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": "CAD",
23
+ "currency_code": "USD",
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": "paused",
31
31
  "admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
32
32
  "origin_order_id": 1,
33
- "revision_id": "1931556247"
33
+ "revision_id": "8354608398"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -12,15 +12,15 @@
12
12
  "name": "subscription_contracts/update",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/6357016158",
16
- "id": 6357016158,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/1331535793",
16
+ "id": 1331535793,
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": "CAD",
23
+ "currency_code": "USD",
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": "5986487341"
33
+ "revision_id": "7277388854"
34
34
  },
35
35
  "shop_feature": false
36
36
  }
@@ -17,7 +17,7 @@
17
17
  "response": {
18
18
  "id": 220982911946154500,
19
19
  "order_id": 820982911946154500,
20
- "amount": "374.97",
20
+ "amount": "403.00",
21
21
  "currency": "USD",
22
22
  "user_id": null,
23
23
  "test": false,
@@ -8,7 +8,7 @@
8
8
  "toml"
9
9
  ],
10
10
  "deprecated": false,
11
- "description": "Occurs whenever a variant becomes in stock. Online channels receive this webhook only when the variant becomes in stock online.",
11
+ "description": "Occurs whenever a variant becomes in stock.",
12
12
  "name": "variants/in_stock",
13
13
  "related_resource": "ProductVariant",
14
14
  "response": {
@@ -26,7 +26,13 @@
26
26
  "updated_at": "2021-12-30T19:00:00-05:00",
27
27
  "taxable": true,
28
28
  "barcode": null,
29
+ "fulfillment_service": "manual",
30
+ "grams": 0,
31
+ "inventory_management": null,
32
+ "requires_shipping": true,
29
33
  "sku": null,
34
+ "weight": 0,
35
+ "weight_unit": "lb",
30
36
  "inventory_quantity": 75,
31
37
  "old_inventory_quantity": 75,
32
38
  "admin_graphql_api_id": "gid://shopify/ProductVariant/642667041472713922",