shopify-webhook-schemas 0.2.4 → 0.2.6

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 (275) hide show
  1. package/dist/src/infer-schema.d.ts +2 -1
  2. package/dist/src/infer-schema.js +35 -3
  3. package/dist/src/scrape.js +1 -1
  4. package/metadatas/2024-10/app/scopes_update.json +1 -0
  5. package/metadatas/2024-10/app_purchases_one_time/update.json +1 -1
  6. package/metadatas/2024-10/app_subscriptions/approaching_capped_amount.json +1 -1
  7. package/metadatas/2024-10/app_subscriptions/update.json +1 -1
  8. package/metadatas/2024-10/bulk_operations/finish.json +1 -1
  9. package/metadatas/2024-10/checkouts/create.json +10 -10
  10. package/metadatas/2024-10/checkouts/update.json +10 -10
  11. package/metadatas/2024-10/customer.tags_added.json +1 -1
  12. package/metadatas/2024-10/customer.tags_removed.json +1 -1
  13. package/metadatas/2024-10/customers/create.json +7 -3
  14. package/metadatas/2024-10/customers/delete.json +5 -1
  15. package/metadatas/2024-10/customers/disable.json +7 -3
  16. package/metadatas/2024-10/customers/enable.json +7 -3
  17. package/metadatas/2024-10/customers/update.json +7 -3
  18. package/metadatas/2024-10/customers_email_marketing_consent/update.json +1 -1
  19. package/metadatas/2024-10/discounts/create.json +2 -2
  20. package/metadatas/2024-10/discounts/delete.json +1 -1
  21. package/metadatas/2024-10/discounts/redeemcode_added.json +1 -1
  22. package/metadatas/2024-10/discounts/redeemcode_removed.json +1 -1
  23. package/metadatas/2024-10/discounts/update.json +2 -2
  24. package/metadatas/2024-10/draft_orders/create.json +31 -31
  25. package/metadatas/2024-10/draft_orders/update.json +30 -30
  26. package/metadatas/2024-10/orders/cancelled.json +3 -3
  27. package/metadatas/2024-10/orders/create.json +3 -3
  28. package/metadatas/2024-10/orders/fulfilled.json +3 -3
  29. package/metadatas/2024-10/orders/paid.json +3 -3
  30. package/metadatas/2024-10/orders/partially_fulfilled.json +3 -3
  31. package/metadatas/2024-10/orders/updated.json +3 -3
  32. package/metadatas/2024-10/segments/update.json +1 -1
  33. package/metadatas/2024-10/selling_plan_groups/create.json +2 -2
  34. package/metadatas/2024-10/selling_plan_groups/delete.json +2 -2
  35. package/metadatas/2024-10/selling_plan_groups/update.json +2 -2
  36. package/metadatas/2024-10/subscription_billing_attempts/challenged.json +2 -2
  37. package/metadatas/2024-10/subscription_billing_attempts/failure.json +2 -2
  38. package/metadatas/2024-10/subscription_billing_attempts/success.json +2 -2
  39. package/metadatas/2024-10/subscription_billing_cycle_edits/create.json +1 -1
  40. package/metadatas/2024-10/subscription_billing_cycle_edits/delete.json +1 -1
  41. package/metadatas/2024-10/subscription_billing_cycle_edits/update.json +1 -1
  42. package/metadatas/2024-10/subscription_billing_cycles/skip.json +1 -1
  43. package/metadatas/2024-10/subscription_billing_cycles/unskip.json +1 -1
  44. package/metadatas/2024-10/subscription_contracts/activate.json +3 -3
  45. package/metadatas/2024-10/subscription_contracts/cancel.json +3 -3
  46. package/metadatas/2024-10/subscription_contracts/create.json +3 -3
  47. package/metadatas/2024-10/subscription_contracts/expire.json +3 -3
  48. package/metadatas/2024-10/subscription_contracts/fail.json +3 -3
  49. package/metadatas/2024-10/subscription_contracts/pause.json +3 -3
  50. package/metadatas/2024-10/subscription_contracts/update.json +3 -3
  51. package/metadatas/2025-01/app/scopes_update.json +1 -0
  52. package/metadatas/2025-01/app_purchases_one_time/update.json +1 -1
  53. package/metadatas/2025-01/app_subscriptions/approaching_capped_amount.json +1 -1
  54. package/metadatas/2025-01/app_subscriptions/update.json +1 -1
  55. package/metadatas/2025-01/bulk_operations/finish.json +1 -1
  56. package/metadatas/2025-01/checkouts/create.json +10 -10
  57. package/metadatas/2025-01/checkouts/update.json +10 -10
  58. package/metadatas/2025-01/customer.tags_added.json +1 -1
  59. package/metadatas/2025-01/customer.tags_removed.json +1 -1
  60. package/metadatas/2025-01/customers/create.json +2 -2
  61. package/metadatas/2025-01/customers/disable.json +2 -2
  62. package/metadatas/2025-01/customers/enable.json +2 -2
  63. package/metadatas/2025-01/customers/purchasing_summary.json +1 -1
  64. package/metadatas/2025-01/customers/update.json +2 -2
  65. package/metadatas/2025-01/customers_email_marketing_consent/update.json +1 -1
  66. package/metadatas/2025-01/discounts/create.json +2 -2
  67. package/metadatas/2025-01/discounts/delete.json +1 -1
  68. package/metadatas/2025-01/discounts/redeemcode_added.json +1 -1
  69. package/metadatas/2025-01/discounts/redeemcode_removed.json +1 -1
  70. package/metadatas/2025-01/discounts/update.json +2 -2
  71. package/metadatas/2025-01/draft_orders/create.json +29 -29
  72. package/metadatas/2025-01/draft_orders/update.json +30 -30
  73. package/metadatas/2025-01/orders/cancelled.json +3 -3
  74. package/metadatas/2025-01/orders/create.json +3 -3
  75. package/metadatas/2025-01/orders/fulfilled.json +3 -3
  76. package/metadatas/2025-01/orders/paid.json +3 -3
  77. package/metadatas/2025-01/orders/partially_fulfilled.json +3 -3
  78. package/metadatas/2025-01/orders/updated.json +3 -3
  79. package/metadatas/2025-01/segments/update.json +1 -1
  80. package/metadatas/2025-01/selling_plan_groups/create.json +2 -2
  81. package/metadatas/2025-01/selling_plan_groups/delete.json +2 -2
  82. package/metadatas/2025-01/selling_plan_groups/update.json +2 -2
  83. package/metadatas/2025-01/subscription_billing_attempts/challenged.json +2 -2
  84. package/metadatas/2025-01/subscription_billing_attempts/failure.json +2 -2
  85. package/metadatas/2025-01/subscription_billing_attempts/success.json +2 -2
  86. package/metadatas/2025-01/subscription_billing_cycle_edits/create.json +1 -1
  87. package/metadatas/2025-01/subscription_billing_cycle_edits/delete.json +1 -1
  88. package/metadatas/2025-01/subscription_billing_cycle_edits/update.json +1 -1
  89. package/metadatas/2025-01/subscription_billing_cycles/skip.json +1 -1
  90. package/metadatas/2025-01/subscription_billing_cycles/unskip.json +1 -1
  91. package/metadatas/2025-01/subscription_contracts/activate.json +3 -3
  92. package/metadatas/2025-01/subscription_contracts/cancel.json +3 -3
  93. package/metadatas/2025-01/subscription_contracts/create.json +3 -3
  94. package/metadatas/2025-01/subscription_contracts/expire.json +3 -3
  95. package/metadatas/2025-01/subscription_contracts/fail.json +3 -3
  96. package/metadatas/2025-01/subscription_contracts/pause.json +3 -3
  97. package/metadatas/2025-01/subscription_contracts/update.json +3 -3
  98. package/metadatas/2025-04/app/scopes_update.json +1 -0
  99. package/metadatas/2025-04/app_purchases_one_time/update.json +1 -1
  100. package/metadatas/2025-04/app_subscriptions/approaching_capped_amount.json +1 -1
  101. package/metadatas/2025-04/app_subscriptions/update.json +1 -1
  102. package/metadatas/2025-04/bulk_operations/finish.json +1 -1
  103. package/metadatas/2025-04/checkouts/create.json +10 -10
  104. package/metadatas/2025-04/checkouts/update.json +10 -10
  105. package/metadatas/2025-04/customer.tags_added.json +1 -1
  106. package/metadatas/2025-04/customer.tags_removed.json +1 -1
  107. package/metadatas/2025-04/customers/create.json +2 -2
  108. package/metadatas/2025-04/customers/disable.json +2 -2
  109. package/metadatas/2025-04/customers/enable.json +2 -2
  110. package/metadatas/2025-04/customers/purchasing_summary.json +1 -1
  111. package/metadatas/2025-04/customers/update.json +2 -2
  112. package/metadatas/2025-04/customers_email_marketing_consent/update.json +1 -1
  113. package/metadatas/2025-04/discounts/create.json +2 -2
  114. package/metadatas/2025-04/discounts/delete.json +1 -1
  115. package/metadatas/2025-04/discounts/redeemcode_added.json +1 -1
  116. package/metadatas/2025-04/discounts/redeemcode_removed.json +1 -1
  117. package/metadatas/2025-04/discounts/update.json +2 -2
  118. package/metadatas/2025-04/draft_orders/create.json +29 -29
  119. package/metadatas/2025-04/draft_orders/update.json +31 -31
  120. package/metadatas/2025-04/orders/cancelled.json +3 -3
  121. package/metadatas/2025-04/orders/create.json +3 -3
  122. package/metadatas/2025-04/orders/fulfilled.json +3 -3
  123. package/metadatas/2025-04/orders/paid.json +3 -3
  124. package/metadatas/2025-04/orders/partially_fulfilled.json +3 -3
  125. package/metadatas/2025-04/orders/updated.json +3 -3
  126. package/metadatas/2025-04/segments/update.json +1 -1
  127. package/metadatas/2025-04/selling_plan_groups/create.json +2 -2
  128. package/metadatas/2025-04/selling_plan_groups/delete.json +2 -2
  129. package/metadatas/2025-04/selling_plan_groups/update.json +2 -2
  130. package/metadatas/2025-04/subscription_billing_attempts/challenged.json +2 -2
  131. package/metadatas/2025-04/subscription_billing_attempts/failure.json +2 -2
  132. package/metadatas/2025-04/subscription_billing_attempts/success.json +2 -2
  133. package/metadatas/2025-04/subscription_billing_cycle_edits/create.json +1 -1
  134. package/metadatas/2025-04/subscription_billing_cycle_edits/delete.json +1 -1
  135. package/metadatas/2025-04/subscription_billing_cycle_edits/update.json +1 -1
  136. package/metadatas/2025-04/subscription_billing_cycles/skip.json +1 -1
  137. package/metadatas/2025-04/subscription_billing_cycles/unskip.json +1 -1
  138. package/metadatas/2025-04/subscription_contracts/activate.json +3 -3
  139. package/metadatas/2025-04/subscription_contracts/cancel.json +3 -3
  140. package/metadatas/2025-04/subscription_contracts/create.json +3 -3
  141. package/metadatas/2025-04/subscription_contracts/expire.json +3 -3
  142. package/metadatas/2025-04/subscription_contracts/fail.json +3 -3
  143. package/metadatas/2025-04/subscription_contracts/pause.json +3 -3
  144. package/metadatas/2025-04/subscription_contracts/update.json +3 -3
  145. package/metadatas/2025-07/app/scopes_update.json +1 -0
  146. package/metadatas/2025-07/app_purchases_one_time/update.json +1 -1
  147. package/metadatas/2025-07/app_subscriptions/approaching_capped_amount.json +1 -1
  148. package/metadatas/2025-07/app_subscriptions/update.json +1 -1
  149. package/metadatas/2025-07/bulk_operations/finish.json +1 -1
  150. package/metadatas/2025-07/checkouts/create.json +10 -10
  151. package/metadatas/2025-07/checkouts/update.json +4 -4
  152. package/metadatas/2025-07/customer.tags_added.json +1 -1
  153. package/metadatas/2025-07/customer.tags_removed.json +1 -1
  154. package/metadatas/2025-07/customers/create.json +2 -2
  155. package/metadatas/2025-07/customers/disable.json +2 -2
  156. package/metadatas/2025-07/customers/enable.json +2 -2
  157. package/metadatas/2025-07/customers/purchasing_summary.json +1 -1
  158. package/metadatas/2025-07/customers/update.json +2 -2
  159. package/metadatas/2025-07/customers_email_marketing_consent/update.json +1 -1
  160. package/metadatas/2025-07/discounts/create.json +2 -2
  161. package/metadatas/2025-07/discounts/delete.json +1 -1
  162. package/metadatas/2025-07/discounts/redeemcode_added.json +1 -1
  163. package/metadatas/2025-07/discounts/redeemcode_removed.json +1 -1
  164. package/metadatas/2025-07/discounts/update.json +2 -2
  165. package/metadatas/2025-07/draft_orders/create.json +31 -31
  166. package/metadatas/2025-07/draft_orders/update.json +31 -31
  167. package/metadatas/2025-07/orders/cancelled.json +3 -3
  168. package/metadatas/2025-07/orders/create.json +3 -3
  169. package/metadatas/2025-07/orders/fulfilled.json +3 -3
  170. package/metadatas/2025-07/orders/paid.json +3 -3
  171. package/metadatas/2025-07/orders/partially_fulfilled.json +3 -3
  172. package/metadatas/2025-07/orders/updated.json +3 -3
  173. package/metadatas/2025-07/returns/process.json +1 -16
  174. package/metadatas/2025-07/segments/update.json +1 -1
  175. package/metadatas/2025-07/selling_plan_groups/create.json +2 -2
  176. package/metadatas/2025-07/selling_plan_groups/delete.json +2 -2
  177. package/metadatas/2025-07/selling_plan_groups/update.json +2 -2
  178. package/metadatas/2025-07/subscription_billing_attempts/challenged.json +2 -2
  179. package/metadatas/2025-07/subscription_billing_attempts/failure.json +2 -2
  180. package/metadatas/2025-07/subscription_billing_attempts/success.json +2 -2
  181. package/metadatas/2025-07/subscription_billing_cycle_edits/create.json +1 -1
  182. package/metadatas/2025-07/subscription_billing_cycle_edits/delete.json +1 -1
  183. package/metadatas/2025-07/subscription_billing_cycle_edits/update.json +1 -1
  184. package/metadatas/2025-07/subscription_billing_cycles/skip.json +1 -1
  185. package/metadatas/2025-07/subscription_billing_cycles/unskip.json +1 -1
  186. package/metadatas/2025-07/subscription_contracts/activate.json +3 -3
  187. package/metadatas/2025-07/subscription_contracts/cancel.json +3 -3
  188. package/metadatas/2025-07/subscription_contracts/create.json +3 -3
  189. package/metadatas/2025-07/subscription_contracts/expire.json +3 -3
  190. package/metadatas/2025-07/subscription_contracts/fail.json +3 -3
  191. package/metadatas/2025-07/subscription_contracts/pause.json +3 -3
  192. package/metadatas/2025-07/subscription_contracts/update.json +3 -3
  193. package/package.json +1 -1
  194. package/schemas/2024-10/app/scopes_update.json +5 -0
  195. package/schemas/2024-10/checkouts/create.json +6 -9
  196. package/schemas/2024-10/checkouts/update.json +6 -9
  197. package/schemas/2024-10/customers/create.json +46 -4
  198. package/schemas/2024-10/customers/delete.json +42 -3
  199. package/schemas/2024-10/customers/disable.json +46 -4
  200. package/schemas/2024-10/customers/enable.json +46 -4
  201. package/schemas/2024-10/customers/update.json +46 -4
  202. package/schemas/2024-10/customers_email_marketing_consent/update.json +1 -4
  203. package/schemas/2024-10/draft_orders/create.json +6 -9
  204. package/schemas/2024-10/draft_orders/update.json +6 -9
  205. package/schemas/2024-10/inventory_levels/connect.json +29 -0
  206. package/schemas/2024-10/inventory_levels/update.json +29 -0
  207. package/schemas/2024-10/orders/cancelled.json +2 -8
  208. package/schemas/2024-10/orders/create.json +2 -8
  209. package/schemas/2024-10/orders/fulfilled.json +2 -8
  210. package/schemas/2024-10/orders/paid.json +2 -8
  211. package/schemas/2024-10/orders/partially_fulfilled.json +2 -8
  212. package/schemas/2024-10/orders/updated.json +2 -8
  213. package/schemas/2024-10/shipping_addresses/create.json +59 -0
  214. package/schemas/2024-10/shipping_addresses/update.json +59 -0
  215. package/schemas/2025-01/app/scopes_update.json +5 -0
  216. package/schemas/2025-01/checkouts/create.json +6 -9
  217. package/schemas/2025-01/checkouts/update.json +6 -9
  218. package/schemas/2025-01/customers/create.json +4 -1
  219. package/schemas/2025-01/customers/disable.json +4 -1
  220. package/schemas/2025-01/customers/enable.json +4 -1
  221. package/schemas/2025-01/customers/update.json +4 -1
  222. package/schemas/2025-01/customers_email_marketing_consent/update.json +1 -4
  223. package/schemas/2025-01/draft_orders/create.json +6 -9
  224. package/schemas/2025-01/draft_orders/update.json +6 -9
  225. package/schemas/2025-01/inventory_levels/connect.json +29 -0
  226. package/schemas/2025-01/inventory_levels/update.json +29 -0
  227. package/schemas/2025-01/orders/cancelled.json +2 -8
  228. package/schemas/2025-01/orders/create.json +2 -8
  229. package/schemas/2025-01/orders/fulfilled.json +2 -8
  230. package/schemas/2025-01/orders/paid.json +2 -8
  231. package/schemas/2025-01/orders/partially_fulfilled.json +2 -8
  232. package/schemas/2025-01/orders/updated.json +2 -8
  233. package/schemas/2025-01/shipping_addresses/create.json +59 -0
  234. package/schemas/2025-01/shipping_addresses/update.json +59 -0
  235. package/schemas/2025-04/app/scopes_update.json +5 -0
  236. package/schemas/2025-04/checkouts/create.json +6 -9
  237. package/schemas/2025-04/checkouts/update.json +6 -9
  238. package/schemas/2025-04/customers/create.json +4 -1
  239. package/schemas/2025-04/customers/disable.json +4 -1
  240. package/schemas/2025-04/customers/enable.json +4 -1
  241. package/schemas/2025-04/customers/update.json +4 -1
  242. package/schemas/2025-04/customers_email_marketing_consent/update.json +1 -4
  243. package/schemas/2025-04/draft_orders/create.json +6 -9
  244. package/schemas/2025-04/draft_orders/update.json +6 -9
  245. package/schemas/2025-04/inventory_levels/connect.json +29 -0
  246. package/schemas/2025-04/inventory_levels/update.json +29 -0
  247. package/schemas/2025-04/orders/cancelled.json +2 -8
  248. package/schemas/2025-04/orders/create.json +2 -8
  249. package/schemas/2025-04/orders/fulfilled.json +2 -8
  250. package/schemas/2025-04/orders/paid.json +2 -8
  251. package/schemas/2025-04/orders/partially_fulfilled.json +2 -8
  252. package/schemas/2025-04/orders/updated.json +2 -8
  253. package/schemas/2025-04/shipping_addresses/create.json +59 -0
  254. package/schemas/2025-04/shipping_addresses/update.json +59 -0
  255. package/schemas/2025-07/app/scopes_update.json +5 -0
  256. package/schemas/2025-07/checkouts/create.json +6 -9
  257. package/schemas/2025-07/checkouts/update.json +6 -9
  258. package/schemas/2025-07/customers/create.json +4 -1
  259. package/schemas/2025-07/customers/disable.json +4 -1
  260. package/schemas/2025-07/customers/enable.json +4 -1
  261. package/schemas/2025-07/customers/update.json +4 -1
  262. package/schemas/2025-07/customers_email_marketing_consent/update.json +1 -4
  263. package/schemas/2025-07/draft_orders/create.json +6 -9
  264. package/schemas/2025-07/draft_orders/update.json +6 -9
  265. package/schemas/2025-07/inventory_levels/connect.json +29 -0
  266. package/schemas/2025-07/inventory_levels/update.json +29 -0
  267. package/schemas/2025-07/orders/cancelled.json +2 -8
  268. package/schemas/2025-07/orders/create.json +2 -8
  269. package/schemas/2025-07/orders/fulfilled.json +2 -8
  270. package/schemas/2025-07/orders/paid.json +2 -8
  271. package/schemas/2025-07/orders/partially_fulfilled.json +2 -8
  272. package/schemas/2025-07/orders/updated.json +2 -8
  273. package/schemas/2025-07/returns/process.json +0 -59
  274. package/schemas/2025-07/shipping_addresses/create.json +59 -0
  275. package/schemas/2025-07/shipping_addresses/update.json +59 -0
@@ -25,20 +25,20 @@
25
25
  "updated_at": "2021-12-31T19:00:00-05:00",
26
26
  "tax_exempt": false,
27
27
  "completed_at": null,
28
- "name": "#D128",
28
+ "name": "#D184",
29
29
  "allow_discount_codes_in_checkout?": false,
30
30
  "b2b?": false,
31
31
  "status": "open",
32
32
  "line_items": [
33
33
  {
34
- "id": 826642,
34
+ "id": 1195780,
35
35
  "variant_id": 49148385,
36
36
  "product_id": 632910392,
37
37
  "title": "IPod Nano - 8GB",
38
38
  "variant_title": "Red",
39
39
  "sku": "IPOD2008RED",
40
40
  "vendor": "Apple",
41
- "quantity": 4,
41
+ "quantity": 2,
42
42
  "requires_shipping": true,
43
43
  "taxable": true,
44
44
  "gift_card": false,
@@ -50,17 +50,17 @@
50
50
  "properties": [],
51
51
  "custom": false,
52
52
  "price": "199.00",
53
- "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/826642"
53
+ "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/1195780"
54
54
  },
55
55
  {
56
- "id": 4008951,
56
+ "id": 3098788,
57
57
  "variant_id": 457924702,
58
58
  "product_id": 632910392,
59
59
  "title": "IPod Nano - 8GB",
60
60
  "variant_title": "Black",
61
61
  "sku": "IPOD2008BLACK",
62
62
  "vendor": "Apple",
63
- "quantity": 6,
63
+ "quantity": 9,
64
64
  "requires_shipping": true,
65
65
  "taxable": true,
66
66
  "gift_card": false,
@@ -72,17 +72,17 @@
72
72
  "properties": [],
73
73
  "custom": false,
74
74
  "price": "199.00",
75
- "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/4008951"
75
+ "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/3098788"
76
76
  },
77
77
  {
78
- "id": 4107166,
78
+ "id": 1526864,
79
79
  "variant_id": 808950810,
80
80
  "product_id": 632910392,
81
81
  "title": "IPod Nano - 8GB",
82
82
  "variant_title": "Pink",
83
83
  "sku": "IPOD2008PINK",
84
84
  "vendor": "Apple",
85
- "quantity": 1,
85
+ "quantity": 10,
86
86
  "requires_shipping": true,
87
87
  "taxable": true,
88
88
  "gift_card": false,
@@ -94,7 +94,7 @@
94
94
  "properties": [],
95
95
  "custom": false,
96
96
  "price": "199.00",
97
- "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/4107166"
97
+ "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/1526864"
98
98
  }
99
99
  ],
100
100
  "api_client_id": null,
@@ -136,9 +136,9 @@
136
136
  "created_on_api_version_handle": null,
137
137
  "applied_discount": {
138
138
  "description": "ABC 123",
139
- "value": "10.0",
139
+ "value": "7.0",
140
140
  "title": "ABC 123",
141
- "amount": "5.00",
141
+ "amount": "3.00",
142
142
  "value_type": "percentage"
143
143
  },
144
144
  "order_id": null,
@@ -146,30 +146,30 @@
146
146
  "title": "ABC 123",
147
147
  "custom": true,
148
148
  "handle": null,
149
- "price": "3.00"
149
+ "price": "2.00"
150
150
  },
151
151
  "tax_lines": [
152
152
  {
153
- "rate": 0.04027311473297598,
153
+ "rate": 0.041886953724972975,
154
154
  "title": "State tax",
155
- "price": "3.00"
155
+ "price": "1.00"
156
156
  },
157
157
  {
158
- "rate": 0.04027311473297598,
158
+ "rate": 0.041886953724972975,
159
159
  "title": "State tax",
160
- "price": "1.00"
160
+ "price": "5.00"
161
161
  },
162
162
  {
163
- "rate": 0.04027311473297598,
163
+ "rate": 0.041886953724972975,
164
164
  "title": "State tax",
165
- "price": "1.00"
165
+ "price": "4.00"
166
166
  }
167
167
  ],
168
168
  "tags": "",
169
169
  "note_attributes": [],
170
- "total_price": "424.00",
171
- "subtotal_price": "470.00",
172
- "total_tax": "466.00",
170
+ "total_price": "416.00",
171
+ "subtotal_price": "449.00",
172
+ "total_tax": "446.00",
173
173
  "payment_terms": {
174
174
  "id": 706405506930370000,
175
175
  "payment_terms_name": "Net 7",
@@ -188,15 +188,15 @@
188
188
  "issued_at": "2021-01-01T00:00:00-05:00",
189
189
  "due_at": "2021-01-02T00:00:00-05:00",
190
190
  "completed_at": "2021-01-02T00:00:00-05:00",
191
- "amount": "424.00",
191
+ "amount": "416.00",
192
192
  "currency": "USD",
193
- "total_price": "424.00",
193
+ "total_price": "416.00",
194
194
  "total_price_currency": "USD",
195
- "balance_due": "424.00",
195
+ "balance_due": "416.00",
196
196
  "balance_due_currency": "USD",
197
- "total_balance": "424.00",
197
+ "total_balance": "416.00",
198
198
  "total_balance_currency": "USD",
199
- "outstanding_balance": "424.00",
199
+ "outstanding_balance": "416.00",
200
200
  "outstanding_balance_currency": "USD"
201
201
  }
202
202
  ],
@@ -205,7 +205,7 @@
205
205
  "admin_graphql_api_id": "gid://shopify/DraftOrder/890612572568261625",
206
206
  "customer": {
207
207
  "id": 706405506930370000,
208
- "email": "john@doe.ca",
208
+ "email": null,
209
209
  "created_at": null,
210
210
  "updated_at": null,
211
211
  "first_name": "John",
@@ -222,8 +222,8 @@
222
222
  "default_address": {
223
223
  "id": null,
224
224
  "customer_id": 706405506930370000,
225
- "first_name": null,
226
- "last_name": null,
225
+ "first_name": "John",
226
+ "last_name": "Smith",
227
227
  "company": null,
228
228
  "address1": "123 Elm St.",
229
229
  "address2": null,
@@ -232,7 +232,7 @@
232
232
  "country": "Canada",
233
233
  "zip": "K2H7A8",
234
234
  "phone": "123-123-1234",
235
- "name": "",
235
+ "name": "John Smith",
236
236
  "province_code": "ON",
237
237
  "country_code": "CA",
238
238
  "country_name": "Canada",
@@ -25,20 +25,20 @@
25
25
  "updated_at": "2021-12-31T19:00:00-05:00",
26
26
  "tax_exempt": false,
27
27
  "completed_at": null,
28
- "name": "#D156",
28
+ "name": "#D191",
29
29
  "allow_discount_codes_in_checkout?": false,
30
30
  "b2b?": false,
31
31
  "status": "open",
32
32
  "line_items": [
33
33
  {
34
- "id": 2806739,
34
+ "id": 4545565,
35
35
  "variant_id": 49148385,
36
36
  "product_id": 632910392,
37
37
  "title": "IPod Nano - 8GB",
38
38
  "variant_title": "Red",
39
39
  "sku": "IPOD2008RED",
40
40
  "vendor": "Apple",
41
- "quantity": 3,
41
+ "quantity": 10,
42
42
  "requires_shipping": true,
43
43
  "taxable": true,
44
44
  "gift_card": false,
@@ -50,17 +50,17 @@
50
50
  "properties": [],
51
51
  "custom": false,
52
52
  "price": "199.00",
53
- "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/2806739"
53
+ "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/4545565"
54
54
  },
55
55
  {
56
- "id": 4058384,
56
+ "id": 4152249,
57
57
  "variant_id": 457924702,
58
58
  "product_id": 632910392,
59
59
  "title": "IPod Nano - 8GB",
60
60
  "variant_title": "Black",
61
61
  "sku": "IPOD2008BLACK",
62
62
  "vendor": "Apple",
63
- "quantity": 4,
63
+ "quantity": 9,
64
64
  "requires_shipping": true,
65
65
  "taxable": true,
66
66
  "gift_card": false,
@@ -72,17 +72,17 @@
72
72
  "properties": [],
73
73
  "custom": false,
74
74
  "price": "199.00",
75
- "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/4058384"
75
+ "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/4152249"
76
76
  },
77
77
  {
78
- "id": 2290054,
78
+ "id": 1348627,
79
79
  "variant_id": 808950810,
80
80
  "product_id": 632910392,
81
81
  "title": "IPod Nano - 8GB",
82
82
  "variant_title": "Pink",
83
83
  "sku": "IPOD2008PINK",
84
84
  "vendor": "Apple",
85
- "quantity": 10,
85
+ "quantity": 2,
86
86
  "requires_shipping": true,
87
87
  "taxable": true,
88
88
  "gift_card": false,
@@ -94,7 +94,7 @@
94
94
  "properties": [],
95
95
  "custom": false,
96
96
  "price": "199.00",
97
- "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/2290054"
97
+ "admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/1348627"
98
98
  }
99
99
  ],
100
100
  "api_client_id": null,
@@ -136,9 +136,9 @@
136
136
  "created_on_api_version_handle": null,
137
137
  "applied_discount": {
138
138
  "description": "ABC 123",
139
- "value": "5.0",
139
+ "value": "8.0",
140
140
  "title": "ABC 123",
141
- "amount": "3.00",
141
+ "amount": "8.00",
142
142
  "value_type": "percentage"
143
143
  },
144
144
  "order_id": null,
@@ -146,30 +146,30 @@
146
146
  "title": "ABC 123",
147
147
  "custom": true,
148
148
  "handle": null,
149
- "price": "6.00"
149
+ "price": "2.00"
150
150
  },
151
151
  "tax_lines": [
152
152
  {
153
- "rate": 0.021547996460438076,
153
+ "rate": 0.019262407778266405,
154
154
  "title": "State tax",
155
- "price": "5.00"
155
+ "price": "1.00"
156
156
  },
157
157
  {
158
- "rate": 0.021547996460438076,
158
+ "rate": 0.019262407778266405,
159
159
  "title": "State tax",
160
- "price": "3.00"
160
+ "price": "4.00"
161
161
  },
162
162
  {
163
- "rate": 0.021547996460438076,
163
+ "rate": 0.019262407778266405,
164
164
  "title": "State tax",
165
- "price": "3.00"
165
+ "price": "2.00"
166
166
  }
167
167
  ],
168
168
  "tags": "",
169
169
  "note_attributes": [],
170
- "total_price": "446.00",
171
- "subtotal_price": "498.00",
172
- "total_tax": "490.00",
170
+ "total_price": "479.00",
171
+ "subtotal_price": "462.00",
172
+ "total_tax": "495.00",
173
173
  "payment_terms": {
174
174
  "id": 706405506930370000,
175
175
  "payment_terms_name": "Net 7",
@@ -188,15 +188,15 @@
188
188
  "issued_at": "2021-01-01T00:00:00-05:00",
189
189
  "due_at": "2021-01-02T00:00:00-05:00",
190
190
  "completed_at": "2021-01-02T00:00:00-05:00",
191
- "amount": "446.00",
191
+ "amount": "479.00",
192
192
  "currency": "USD",
193
- "total_price": "446.00",
193
+ "total_price": "479.00",
194
194
  "total_price_currency": "USD",
195
- "balance_due": "446.00",
195
+ "balance_due": "479.00",
196
196
  "balance_due_currency": "USD",
197
- "total_balance": "446.00",
197
+ "total_balance": "479.00",
198
198
  "total_balance_currency": "USD",
199
- "outstanding_balance": "446.00",
199
+ "outstanding_balance": "479.00",
200
200
  "outstanding_balance_currency": "USD"
201
201
  }
202
202
  ],
@@ -205,7 +205,7 @@
205
205
  "admin_graphql_api_id": "gid://shopify/DraftOrder/890612572568261625",
206
206
  "customer": {
207
207
  "id": 706405506930370000,
208
- "email": "john@doe.ca",
208
+ "email": null,
209
209
  "created_at": null,
210
210
  "updated_at": null,
211
211
  "first_name": "John",
@@ -222,8 +222,8 @@
222
222
  "default_address": {
223
223
  "id": null,
224
224
  "customer_id": 706405506930370000,
225
- "first_name": null,
226
- "last_name": null,
225
+ "first_name": "John",
226
+ "last_name": "Smith",
227
227
  "company": null,
228
228
  "address1": "123 Elm St.",
229
229
  "address2": null,
@@ -232,7 +232,7 @@
232
232
  "country": "Canada",
233
233
  "zip": "K2H7A8",
234
234
  "phone": "123-123-1234",
235
- "name": "",
235
+ "name": "John Smith",
236
236
  "province_code": "ON",
237
237
  "country_code": "CA",
238
238
  "country_name": "Canada",
@@ -256,8 +256,8 @@
256
256
  "default_address": {
257
257
  "id": 715243470612851200,
258
258
  "customer_id": 115310627314723950,
259
- "first_name": null,
260
- "last_name": null,
259
+ "first_name": "John",
260
+ "last_name": "Smith",
261
261
  "company": null,
262
262
  "address1": "123 Elm St.",
263
263
  "address2": null,
@@ -266,7 +266,7 @@
266
266
  "country": "Canada",
267
267
  "zip": "K2H7A8",
268
268
  "phone": "123-123-1234",
269
- "name": "",
269
+ "name": "John Smith",
270
270
  "province_code": "ON",
271
271
  "country_code": "CA",
272
272
  "country_name": "Canada",
@@ -255,8 +255,8 @@
255
255
  "default_address": {
256
256
  "id": 715243470612851200,
257
257
  "customer_id": 115310627314723950,
258
- "first_name": null,
259
- "last_name": null,
258
+ "first_name": "John",
259
+ "last_name": "Smith",
260
260
  "company": null,
261
261
  "address1": "123 Elm St.",
262
262
  "address2": null,
@@ -265,7 +265,7 @@
265
265
  "country": "Canada",
266
266
  "zip": "K2H7A8",
267
267
  "phone": "123-123-1234",
268
- "name": "",
268
+ "name": "John Smith",
269
269
  "province_code": "ON",
270
270
  "country_code": "CA",
271
271
  "country_name": "Canada",
@@ -255,8 +255,8 @@
255
255
  "default_address": {
256
256
  "id": 715243470612851200,
257
257
  "customer_id": 115310627314723950,
258
- "first_name": null,
259
- "last_name": null,
258
+ "first_name": "John",
259
+ "last_name": "Smith",
260
260
  "company": null,
261
261
  "address1": "123 Elm St.",
262
262
  "address2": null,
@@ -265,7 +265,7 @@
265
265
  "country": "Canada",
266
266
  "zip": "K2H7A8",
267
267
  "phone": "123-123-1234",
268
- "name": "",
268
+ "name": "John Smith",
269
269
  "province_code": "ON",
270
270
  "country_code": "CA",
271
271
  "country_name": "Canada",
@@ -255,8 +255,8 @@
255
255
  "default_address": {
256
256
  "id": 715243470612851200,
257
257
  "customer_id": 115310627314723950,
258
- "first_name": null,
259
- "last_name": null,
258
+ "first_name": "John",
259
+ "last_name": "Smith",
260
260
  "company": null,
261
261
  "address1": "123 Elm St.",
262
262
  "address2": null,
@@ -265,7 +265,7 @@
265
265
  "country": "Canada",
266
266
  "zip": "K2H7A8",
267
267
  "phone": "123-123-1234",
268
- "name": "",
268
+ "name": "John Smith",
269
269
  "province_code": "ON",
270
270
  "country_code": "CA",
271
271
  "country_name": "Canada",
@@ -255,8 +255,8 @@
255
255
  "default_address": {
256
256
  "id": 715243470612851200,
257
257
  "customer_id": 115310627314723950,
258
- "first_name": null,
259
- "last_name": null,
258
+ "first_name": "John",
259
+ "last_name": "Smith",
260
260
  "company": null,
261
261
  "address1": "123 Elm St.",
262
262
  "address2": null,
@@ -265,7 +265,7 @@
265
265
  "country": "Canada",
266
266
  "zip": "K2H7A8",
267
267
  "phone": "123-123-1234",
268
- "name": "",
268
+ "name": "John Smith",
269
269
  "province_code": "ON",
270
270
  "country_code": "CA",
271
271
  "country_name": "Canada",
@@ -256,8 +256,8 @@
256
256
  "default_address": {
257
257
  "id": 715243470612851200,
258
258
  "customer_id": 115310627314723950,
259
- "first_name": null,
260
- "last_name": null,
259
+ "first_name": "John",
260
+ "last_name": "Smith",
261
261
  "company": null,
262
262
  "address1": "123 Elm St.",
263
263
  "address2": null,
@@ -266,7 +266,7 @@
266
266
  "country": "Canada",
267
267
  "zip": "K2H7A8",
268
268
  "phone": "123-123-1234",
269
- "name": "",
269
+ "name": "John Smith",
270
270
  "province_code": "ON",
271
271
  "country_code": "CA",
272
272
  "country_name": "Canada",
@@ -12,21 +12,6 @@
12
12
  "description": "Occurs whenever a return is processed.",
13
13
  "name": "returns/process",
14
14
  "related_resource": "Return",
15
- "response": {
16
- "id": 123134564567890,
17
- "admin_graphql_api_id": "gid://shopify/Return/123134564567890",
18
- "order_id": 4783296544821,
19
- "admin_graphql_api_order_id": "gid://shopify/Order/4783296544821",
20
- "status": "open",
21
- "return_line_items": [],
22
- "exchange_line_items": [
23
- {
24
- "id": 987654321283476,
25
- "admin_graphql_api_id": "gid://shopify/ExchangeLineItem/987654321283476",
26
- "quantity": 1,
27
- "processed_quantity": 0
28
- }
29
- ]
30
- },
15
+ "response": {},
31
16
  "shop_feature": false
32
17
  }
@@ -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-05T05: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/create",
13
13
  "related_resource": "SellingPlanGroup",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518920",
16
- "id": 1039518920,
15
+ "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518910",
16
+ "id": 1039518910,
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/1039518909",
16
- "id": 1039518909
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/1039518913",
16
- "id": 1039518913,
15
+ "admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518908",
16
+ "id": 1039518908,
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": 676439539,
24
- "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/676439539",
23
+ "subscription_contract_id": 9978809913,
24
+ "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/9978809913",
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": 6898641909,
24
- "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/6898641909",
23
+ "subscription_contract_id": 5506087960,
24
+ "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/5506087960",
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": 8106302216,
24
- "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/8106302216",
23
+ "subscription_contract_id": 7616934465,
24
+ "admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/7616934465",
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": 2992663848,
15
+ "subscription_contract_id": 3687531021,
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": 8004493477,
15
+ "subscription_contract_id": 1928069467,
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": 8532590236,
15
+ "subscription_contract_id": 1713367546,
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": 254793608,
15
+ "subscription_contract_id": 9620216833,
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": 7017912721,
15
+ "subscription_contract_id": 5885186288,
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,8 +12,8 @@
12
12
  "name": "subscription_contracts/activate",
13
13
  "related_resource": "SubscriptionContract",
14
14
  "response": {
15
- "admin_graphql_api_id": "gid://shopify/SubscriptionContract/7639780477",
16
- "id": 7639780477,
15
+ "admin_graphql_api_id": "gid://shopify/SubscriptionContract/2564221572",
16
+ "id": 2564221572,
17
17
  "billing_policy": {
18
18
  "interval": "week",
19
19
  "interval_count": 4,
@@ -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": "3653385280"
33
+ "revision_id": "5169680336"
34
34
  },
35
35
  "shop_feature": false
36
36
  }