shopify-webhook-schemas 0.1.5 → 0.1.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 (1116) hide show
  1. package/dist/src/scrape.js +20 -6
  2. package/metadatas/2024-01/app_purchases_one_time/update.json +1 -1
  3. package/metadatas/2024-01/app_subscriptions/approaching_capped_amount.json +1 -1
  4. package/metadatas/2024-01/app_subscriptions/update.json +1 -1
  5. package/metadatas/2024-01/bulk_operations/finish.json +2 -2
  6. package/metadatas/2024-01/checkouts/create.json +6 -6
  7. package/metadatas/2024-01/checkouts/update.json +6 -6
  8. package/metadatas/2024-01/customer.tags_added.json +1 -1
  9. package/metadatas/2024-01/customer.tags_removed.json +1 -1
  10. package/metadatas/2024-01/customers/create.json +24 -5
  11. package/metadatas/2024-01/customers/disable.json +24 -5
  12. package/metadatas/2024-01/customers/enable.json +24 -5
  13. package/metadatas/2024-01/customers/update.json +24 -5
  14. package/metadatas/2024-01/discounts/create.json +2 -2
  15. package/metadatas/2024-01/discounts/delete.json +1 -1
  16. package/metadatas/2024-01/discounts/redeemcode_added.json +1 -1
  17. package/metadatas/2024-01/discounts/redeemcode_removed.json +1 -1
  18. package/metadatas/2024-01/discounts/update.json +2 -2
  19. package/metadatas/2024-01/draft_orders/create.json +26 -24
  20. package/metadatas/2024-01/draft_orders/update.json +28 -26
  21. package/metadatas/2024-01/fulfillment_orders/hold_released.json +1 -1
  22. package/metadatas/2024-01/fulfillment_orders/placed_on_hold.json +1 -1
  23. package/metadatas/2024-01/payment_schedules/due.json +9 -5
  24. package/metadatas/2024-01/payment_terms/create.json +9 -5
  25. package/metadatas/2024-01/payment_terms/update.json +9 -5
  26. package/metadatas/2024-01/refunds/create.json +70 -1
  27. package/metadatas/2024-01/segments/update.json +1 -1
  28. package/metadatas/2024-01/selling_plan_groups/create.json +2 -2
  29. package/metadatas/2024-01/selling_plan_groups/delete.json +2 -2
  30. package/metadatas/2024-01/selling_plan_groups/update.json +2 -2
  31. package/metadatas/2024-01/subscription_billing_attempts/challenged.json +2 -2
  32. package/metadatas/2024-01/subscription_billing_attempts/failure.json +2 -2
  33. package/metadatas/2024-01/subscription_billing_attempts/success.json +2 -2
  34. package/metadatas/2024-01/subscription_billing_cycle_edits/create.json +1 -1
  35. package/metadatas/2024-01/subscription_billing_cycle_edits/delete.json +1 -1
  36. package/metadatas/2024-01/subscription_billing_cycle_edits/update.json +1 -1
  37. package/metadatas/2024-01/subscription_billing_cycles/skip.json +1 -1
  38. package/metadatas/2024-01/subscription_billing_cycles/unskip.json +1 -1
  39. package/metadatas/2024-01/subscription_contracts/activate.json +3 -3
  40. package/metadatas/2024-01/subscription_contracts/cancel.json +3 -3
  41. package/metadatas/2024-01/subscription_contracts/create.json +3 -3
  42. package/metadatas/2024-01/subscription_contracts/expire.json +3 -3
  43. package/metadatas/2024-01/subscription_contracts/fail.json +3 -3
  44. package/metadatas/2024-01/subscription_contracts/pause.json +3 -3
  45. package/metadatas/2024-01/subscription_contracts/update.json +3 -3
  46. package/metadatas/2024-04/app_purchases_one_time/update.json +1 -1
  47. package/metadatas/2024-04/app_subscriptions/approaching_capped_amount.json +1 -1
  48. package/metadatas/2024-04/app_subscriptions/update.json +1 -1
  49. package/metadatas/2024-04/bulk_operations/finish.json +2 -2
  50. package/metadatas/2024-04/checkouts/create.json +6 -6
  51. package/metadatas/2024-04/checkouts/update.json +6 -6
  52. package/metadatas/2024-04/customer.tags_added.json +1 -1
  53. package/metadatas/2024-04/customer.tags_removed.json +1 -1
  54. package/metadatas/2024-04/customers/create.json +24 -5
  55. package/metadatas/2024-04/customers/disable.json +24 -5
  56. package/metadatas/2024-04/customers/enable.json +24 -5
  57. package/metadatas/2024-04/customers/update.json +24 -5
  58. package/metadatas/2024-04/discounts/create.json +2 -2
  59. package/metadatas/2024-04/discounts/delete.json +1 -1
  60. package/metadatas/2024-04/discounts/redeemcode_added.json +1 -1
  61. package/metadatas/2024-04/discounts/redeemcode_removed.json +1 -1
  62. package/metadatas/2024-04/discounts/update.json +2 -2
  63. package/metadatas/2024-04/draft_orders/create.json +26 -24
  64. package/metadatas/2024-04/draft_orders/update.json +26 -24
  65. package/metadatas/2024-04/fulfillment_orders/hold_released.json +1 -1
  66. package/metadatas/2024-04/fulfillment_orders/placed_on_hold.json +1 -1
  67. package/metadatas/2024-04/payment_schedules/due.json +9 -5
  68. package/metadatas/2024-04/payment_terms/create.json +9 -5
  69. package/metadatas/2024-04/payment_terms/update.json +9 -5
  70. package/metadatas/2024-04/refunds/create.json +70 -1
  71. package/metadatas/2024-04/segments/update.json +1 -1
  72. package/metadatas/2024-04/selling_plan_groups/create.json +2 -2
  73. package/metadatas/2024-04/selling_plan_groups/delete.json +2 -2
  74. package/metadatas/2024-04/selling_plan_groups/update.json +2 -2
  75. package/metadatas/2024-04/subscription_billing_attempts/challenged.json +2 -2
  76. package/metadatas/2024-04/subscription_billing_attempts/failure.json +2 -2
  77. package/metadatas/2024-04/subscription_billing_attempts/success.json +2 -2
  78. package/metadatas/2024-04/subscription_billing_cycle_edits/create.json +1 -1
  79. package/metadatas/2024-04/subscription_billing_cycle_edits/delete.json +1 -1
  80. package/metadatas/2024-04/subscription_billing_cycle_edits/update.json +1 -1
  81. package/metadatas/2024-04/subscription_billing_cycles/skip.json +1 -1
  82. package/metadatas/2024-04/subscription_billing_cycles/unskip.json +1 -1
  83. package/metadatas/2024-04/subscription_contracts/activate.json +3 -3
  84. package/metadatas/2024-04/subscription_contracts/cancel.json +3 -3
  85. package/metadatas/2024-04/subscription_contracts/create.json +3 -3
  86. package/metadatas/2024-04/subscription_contracts/expire.json +3 -3
  87. package/metadatas/2024-04/subscription_contracts/fail.json +3 -3
  88. package/metadatas/2024-04/subscription_contracts/pause.json +3 -3
  89. package/metadatas/2024-04/subscription_contracts/update.json +3 -3
  90. package/metadatas/2024-07/app_purchases_one_time/update.json +1 -1
  91. package/metadatas/2024-07/app_subscriptions/approaching_capped_amount.json +1 -1
  92. package/metadatas/2024-07/app_subscriptions/update.json +1 -1
  93. package/metadatas/2024-07/bulk_operations/finish.json +2 -2
  94. package/metadatas/2024-07/checkouts/create.json +6 -6
  95. package/metadatas/2024-07/checkouts/update.json +6 -6
  96. package/metadatas/2024-07/customer.tags_added.json +1 -1
  97. package/metadatas/2024-07/customer.tags_removed.json +1 -1
  98. package/metadatas/2024-07/customers/create.json +24 -5
  99. package/metadatas/2024-07/customers/disable.json +24 -5
  100. package/metadatas/2024-07/customers/enable.json +24 -5
  101. package/metadatas/2024-07/customers/update.json +24 -5
  102. package/metadatas/2024-07/discounts/create.json +2 -2
  103. package/metadatas/2024-07/discounts/delete.json +1 -1
  104. package/metadatas/2024-07/discounts/redeemcode_added.json +1 -1
  105. package/metadatas/2024-07/discounts/redeemcode_removed.json +1 -1
  106. package/metadatas/2024-07/discounts/update.json +2 -2
  107. package/metadatas/2024-07/draft_orders/create.json +27 -25
  108. package/metadatas/2024-07/draft_orders/update.json +28 -26
  109. package/metadatas/2024-07/fulfillment_orders/hold_released.json +1 -1
  110. package/metadatas/2024-07/fulfillment_orders/placed_on_hold.json +1 -1
  111. package/metadatas/2024-07/payment_schedules/due.json +9 -5
  112. package/metadatas/2024-07/payment_terms/create.json +9 -5
  113. package/metadatas/2024-07/payment_terms/update.json +9 -5
  114. package/metadatas/2024-07/refunds/create.json +70 -1
  115. package/metadatas/2024-07/segments/update.json +1 -1
  116. package/metadatas/2024-07/selling_plan_groups/create.json +2 -2
  117. package/metadatas/2024-07/selling_plan_groups/delete.json +2 -2
  118. package/metadatas/2024-07/selling_plan_groups/update.json +2 -2
  119. package/metadatas/2024-07/subscription_billing_attempts/challenged.json +2 -2
  120. package/metadatas/2024-07/subscription_billing_attempts/failure.json +2 -2
  121. package/metadatas/2024-07/subscription_billing_attempts/success.json +2 -2
  122. package/metadatas/2024-07/subscription_billing_cycle_edits/create.json +1 -1
  123. package/metadatas/2024-07/subscription_billing_cycle_edits/delete.json +1 -1
  124. package/metadatas/2024-07/subscription_billing_cycle_edits/update.json +1 -1
  125. package/metadatas/2024-07/subscription_billing_cycles/skip.json +1 -1
  126. package/metadatas/2024-07/subscription_billing_cycles/unskip.json +1 -1
  127. package/metadatas/2024-07/subscription_contracts/activate.json +3 -3
  128. package/metadatas/2024-07/subscription_contracts/cancel.json +3 -3
  129. package/metadatas/2024-07/subscription_contracts/create.json +3 -3
  130. package/metadatas/2024-07/subscription_contracts/expire.json +3 -3
  131. package/metadatas/2024-07/subscription_contracts/fail.json +3 -3
  132. package/metadatas/2024-07/subscription_contracts/pause.json +3 -3
  133. package/metadatas/2024-07/subscription_contracts/update.json +3 -3
  134. package/metadatas/2024-10/app/scopes_update.json +1 -1
  135. package/metadatas/2024-10/app_purchases_one_time/update.json +1 -1
  136. package/metadatas/2024-10/app_subscriptions/approaching_capped_amount.json +1 -1
  137. package/metadatas/2024-10/app_subscriptions/update.json +1 -1
  138. package/metadatas/2024-10/bulk_operations/finish.json +2 -2
  139. package/metadatas/2024-10/checkouts/create.json +6 -6
  140. package/metadatas/2024-10/checkouts/update.json +6 -6
  141. package/metadatas/2024-10/customer.tags_added.json +1 -1
  142. package/metadatas/2024-10/customer.tags_removed.json +1 -1
  143. package/metadatas/2024-10/customers/create.json +24 -5
  144. package/metadatas/2024-10/customers/disable.json +24 -5
  145. package/metadatas/2024-10/customers/enable.json +24 -5
  146. package/metadatas/2024-10/customers/update.json +24 -5
  147. package/metadatas/2024-10/discounts/create.json +2 -2
  148. package/metadatas/2024-10/discounts/delete.json +1 -1
  149. package/metadatas/2024-10/discounts/redeemcode_added.json +1 -1
  150. package/metadatas/2024-10/discounts/redeemcode_removed.json +1 -1
  151. package/metadatas/2024-10/discounts/update.json +2 -2
  152. package/metadatas/2024-10/draft_orders/create.json +28 -26
  153. package/metadatas/2024-10/draft_orders/update.json +27 -25
  154. package/metadatas/2024-10/fulfillment_orders/hold_released.json +1 -1
  155. package/metadatas/2024-10/fulfillment_orders/placed_on_hold.json +1 -1
  156. package/metadatas/2024-10/payment_schedules/due.json +9 -5
  157. package/metadatas/2024-10/payment_terms/create.json +9 -5
  158. package/metadatas/2024-10/payment_terms/update.json +9 -5
  159. package/metadatas/2024-10/refunds/create.json +72 -1
  160. package/metadatas/2024-10/segments/update.json +1 -1
  161. package/metadatas/2024-10/selling_plan_groups/create.json +2 -2
  162. package/metadatas/2024-10/selling_plan_groups/delete.json +2 -2
  163. package/metadatas/2024-10/selling_plan_groups/update.json +2 -2
  164. package/metadatas/2024-10/subscription_billing_attempts/challenged.json +2 -2
  165. package/metadatas/2024-10/subscription_billing_attempts/failure.json +2 -2
  166. package/metadatas/2024-10/subscription_billing_attempts/success.json +2 -2
  167. package/metadatas/2024-10/subscription_billing_cycle_edits/create.json +1 -1
  168. package/metadatas/2024-10/subscription_billing_cycle_edits/delete.json +1 -1
  169. package/metadatas/2024-10/subscription_billing_cycle_edits/update.json +1 -1
  170. package/metadatas/2024-10/subscription_billing_cycles/skip.json +1 -1
  171. package/metadatas/2024-10/subscription_billing_cycles/unskip.json +1 -1
  172. package/metadatas/2024-10/subscription_contracts/activate.json +3 -3
  173. package/metadatas/2024-10/subscription_contracts/cancel.json +3 -3
  174. package/metadatas/2024-10/subscription_contracts/create.json +3 -3
  175. package/metadatas/2024-10/subscription_contracts/expire.json +3 -3
  176. package/metadatas/2024-10/subscription_contracts/fail.json +3 -3
  177. package/metadatas/2024-10/subscription_contracts/pause.json +3 -3
  178. package/metadatas/2024-10/subscription_contracts/update.json +3 -3
  179. package/metadatas/2025-01/app/scopes_update.json +1 -1
  180. package/metadatas/2025-01/app_purchases_one_time/update.json +1 -1
  181. package/metadatas/2025-01/app_subscriptions/approaching_capped_amount.json +1 -1
  182. package/metadatas/2025-01/app_subscriptions/update.json +1 -1
  183. package/metadatas/2025-01/bulk_operations/finish.json +2 -2
  184. package/metadatas/2025-01/checkouts/create.json +6 -6
  185. package/metadatas/2025-01/checkouts/update.json +6 -6
  186. package/metadatas/2025-01/customer.tags_added.json +1 -1
  187. package/metadatas/2025-01/customer.tags_removed.json +1 -1
  188. package/metadatas/2025-01/customers/create.json +24 -5
  189. package/metadatas/2025-01/customers/disable.json +24 -5
  190. package/metadatas/2025-01/customers/enable.json +24 -5
  191. package/metadatas/2025-01/customers/update.json +24 -5
  192. package/metadatas/2025-01/discounts/create.json +2 -2
  193. package/metadatas/2025-01/discounts/delete.json +1 -1
  194. package/metadatas/2025-01/discounts/redeemcode_added.json +1 -1
  195. package/metadatas/2025-01/discounts/redeemcode_removed.json +1 -1
  196. package/metadatas/2025-01/discounts/update.json +2 -2
  197. package/metadatas/2025-01/draft_orders/create.json +26 -24
  198. package/metadatas/2025-01/draft_orders/update.json +27 -25
  199. package/metadatas/2025-01/fulfillment_orders/hold_released.json +1 -1
  200. package/metadatas/2025-01/fulfillment_orders/placed_on_hold.json +1 -1
  201. package/metadatas/2025-01/payment_schedules/due.json +9 -5
  202. package/metadatas/2025-01/payment_terms/create.json +9 -5
  203. package/metadatas/2025-01/payment_terms/update.json +9 -5
  204. package/metadatas/2025-01/refunds/create.json +72 -1
  205. package/metadatas/2025-01/segments/update.json +1 -1
  206. package/metadatas/2025-01/selling_plan_groups/create.json +2 -2
  207. package/metadatas/2025-01/selling_plan_groups/delete.json +2 -2
  208. package/metadatas/2025-01/selling_plan_groups/update.json +2 -2
  209. package/metadatas/2025-01/subscription_billing_attempts/challenged.json +2 -2
  210. package/metadatas/2025-01/subscription_billing_attempts/failure.json +2 -2
  211. package/metadatas/2025-01/subscription_billing_attempts/success.json +2 -2
  212. package/metadatas/2025-01/subscription_billing_cycle_edits/create.json +1 -1
  213. package/metadatas/2025-01/subscription_billing_cycle_edits/delete.json +1 -1
  214. package/metadatas/2025-01/subscription_billing_cycle_edits/update.json +1 -1
  215. package/metadatas/2025-01/subscription_billing_cycles/skip.json +1 -1
  216. package/metadatas/2025-01/subscription_billing_cycles/unskip.json +1 -1
  217. package/metadatas/2025-01/subscription_contracts/activate.json +3 -3
  218. package/metadatas/2025-01/subscription_contracts/cancel.json +3 -3
  219. package/metadatas/2025-01/subscription_contracts/create.json +3 -3
  220. package/metadatas/2025-01/subscription_contracts/expire.json +3 -3
  221. package/metadatas/2025-01/subscription_contracts/fail.json +3 -3
  222. package/metadatas/2025-01/subscription_contracts/pause.json +3 -3
  223. package/metadatas/2025-01/subscription_contracts/update.json +3 -3
  224. package/package.json +19 -16
  225. package/schemas/2024-01/app/uninstalled.json +171 -171
  226. package/schemas/2024-01/app_purchases_one_time/update.json +18 -18
  227. package/schemas/2024-01/app_subscriptions/approaching_capped_amount.json +19 -19
  228. package/schemas/2024-01/app_subscriptions/update.json +23 -23
  229. package/schemas/2024-01/audit_events/admin_api_activity.json +120 -120
  230. package/schemas/2024-01/bulk_operations/finish.json +10 -10
  231. package/schemas/2024-01/carts/create.json +135 -135
  232. package/schemas/2024-01/carts/update.json +135 -135
  233. package/schemas/2024-01/channels/delete.json +2 -2
  234. package/schemas/2024-01/checkouts/create.json +1011 -1011
  235. package/schemas/2024-01/checkouts/delete.json +29 -29
  236. package/schemas/2024-01/checkouts/update.json +1011 -1011
  237. package/schemas/2024-01/collection_listings/add.json +22 -22
  238. package/schemas/2024-01/collection_listings/remove.json +8 -8
  239. package/schemas/2024-01/collection_listings/update.json +22 -22
  240. package/schemas/2024-01/collection_publications/create.json +23 -23
  241. package/schemas/2024-01/collection_publications/delete.json +2 -2
  242. package/schemas/2024-01/collection_publications/update.json +23 -23
  243. package/schemas/2024-01/collections/create.json +27 -27
  244. package/schemas/2024-01/collections/delete.json +8 -8
  245. package/schemas/2024-01/collections/update.json +27 -27
  246. package/schemas/2024-01/companies/create.json +25 -25
  247. package/schemas/2024-01/companies/delete.json +25 -25
  248. package/schemas/2024-01/companies/update.json +25 -25
  249. package/schemas/2024-01/company_contact_roles/assign.json +215 -215
  250. package/schemas/2024-01/company_contact_roles/revoke.json +215 -215
  251. package/schemas/2024-01/company_contacts/create.json +52 -52
  252. package/schemas/2024-01/company_contacts/delete.json +52 -52
  253. package/schemas/2024-01/company_contacts/update.json +52 -52
  254. package/schemas/2024-01/company_locations/create.json +168 -168
  255. package/schemas/2024-01/company_locations/delete.json +168 -168
  256. package/schemas/2024-01/company_locations/update.json +168 -168
  257. package/schemas/2024-01/customer.tags_added.json +12 -12
  258. package/schemas/2024-01/customer.tags_removed.json +12 -12
  259. package/schemas/2024-01/customer_groups/create.json +12 -12
  260. package/schemas/2024-01/customer_groups/delete.json +2 -2
  261. package/schemas/2024-01/customer_groups/update.json +12 -12
  262. package/schemas/2024-01/customer_payment_methods/create.json +24 -24
  263. package/schemas/2024-01/customer_payment_methods/revoke.json +24 -24
  264. package/schemas/2024-01/customer_payment_methods/update.json +24 -24
  265. package/schemas/2024-01/customers/create.json +143 -73
  266. package/schemas/2024-01/customers/delete.json +23 -23
  267. package/schemas/2024-01/customers/disable.json +143 -73
  268. package/schemas/2024-01/customers/enable.json +143 -73
  269. package/schemas/2024-01/customers/merge.json +24 -24
  270. package/schemas/2024-01/customers/update.json +143 -73
  271. package/schemas/2024-01/customers_email_marketing_consent/update.json +12 -12
  272. package/schemas/2024-01/customers_marketing_consent/update.json +14 -14
  273. package/schemas/2024-01/discounts/create.json +12 -12
  274. package/schemas/2024-01/discounts/delete.json +6 -6
  275. package/schemas/2024-01/discounts/redeemcode_added.json +14 -14
  276. package/schemas/2024-01/discounts/redeemcode_removed.json +14 -14
  277. package/schemas/2024-01/discounts/update.json +12 -12
  278. package/schemas/2024-01/disputes/create.json +40 -40
  279. package/schemas/2024-01/disputes/update.json +40 -40
  280. package/schemas/2024-01/domains/create.json +20 -20
  281. package/schemas/2024-01/domains/destroy.json +20 -20
  282. package/schemas/2024-01/domains/update.json +20 -20
  283. package/schemas/2024-01/draft_orders/create.json +1050 -1034
  284. package/schemas/2024-01/draft_orders/delete.json +2 -2
  285. package/schemas/2024-01/draft_orders/update.json +1050 -1034
  286. package/schemas/2024-01/fulfillment_events/create.json +64 -64
  287. package/schemas/2024-01/fulfillment_events/delete.json +64 -64
  288. package/schemas/2024-01/fulfillment_orders/cancellation_request_accepted.json +6 -6
  289. package/schemas/2024-01/fulfillment_orders/cancellation_request_rejected.json +10 -10
  290. package/schemas/2024-01/fulfillment_orders/cancellation_request_submitted.json +14 -14
  291. package/schemas/2024-01/fulfillment_orders/cancelled.json +10 -10
  292. package/schemas/2024-01/fulfillment_orders/fulfillment_request_accepted.json +10 -10
  293. package/schemas/2024-01/fulfillment_orders/fulfillment_request_rejected.json +10 -10
  294. package/schemas/2024-01/fulfillment_orders/fulfillment_request_submitted.json +30 -30
  295. package/schemas/2024-01/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
  296. package/schemas/2024-01/fulfillment_orders/hold_released.json +6 -6
  297. package/schemas/2024-01/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
  298. package/schemas/2024-01/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
  299. package/schemas/2024-01/fulfillment_orders/merged.json +35 -35
  300. package/schemas/2024-01/fulfillment_orders/moved.json +53 -53
  301. package/schemas/2024-01/fulfillment_orders/order_routing_complete.json +6 -6
  302. package/schemas/2024-01/fulfillment_orders/placed_on_hold.json +186 -186
  303. package/schemas/2024-01/fulfillment_orders/rescheduled.json +12 -12
  304. package/schemas/2024-01/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
  305. package/schemas/2024-01/fulfillment_orders/split.json +179 -179
  306. package/schemas/2024-01/fulfillments/create.json +355 -355
  307. package/schemas/2024-01/fulfillments/update.json +355 -355
  308. package/schemas/2024-01/inventory_items/create.json +42 -42
  309. package/schemas/2024-01/inventory_items/delete.json +23 -23
  310. package/schemas/2024-01/inventory_items/update.json +42 -42
  311. package/schemas/2024-01/inventory_levels/connect.json +16 -16
  312. package/schemas/2024-01/inventory_levels/disconnect.json +2 -2
  313. package/schemas/2024-01/inventory_levels/update.json +16 -16
  314. package/schemas/2024-01/locales/create.json +2 -2
  315. package/schemas/2024-01/locales/update.json +2 -2
  316. package/schemas/2024-01/locations/activate.json +37 -37
  317. package/schemas/2024-01/locations/create.json +37 -37
  318. package/schemas/2024-01/locations/deactivate.json +37 -37
  319. package/schemas/2024-01/locations/delete.json +2 -2
  320. package/schemas/2024-01/locations/update.json +37 -37
  321. package/schemas/2024-01/markets/create.json +10 -10
  322. package/schemas/2024-01/markets/delete.json +2 -2
  323. package/schemas/2024-01/markets/update.json +10 -10
  324. package/schemas/2024-01/metaobjects/create.json +52 -52
  325. package/schemas/2024-01/metaobjects/delete.json +13 -13
  326. package/schemas/2024-01/metaobjects/update.json +52 -52
  327. package/schemas/2024-01/order_transactions/create.json +111 -111
  328. package/schemas/2024-01/orders/cancelled.json +1618 -1618
  329. package/schemas/2024-01/orders/create.json +1618 -1618
  330. package/schemas/2024-01/orders/delete.json +2 -2
  331. package/schemas/2024-01/orders/edited.json +71 -71
  332. package/schemas/2024-01/orders/fulfilled.json +1618 -1618
  333. package/schemas/2024-01/orders/paid.json +1618 -1618
  334. package/schemas/2024-01/orders/partially_fulfilled.json +1618 -1618
  335. package/schemas/2024-01/orders/shopify_protect_eligibility_changed.json +12 -12
  336. package/schemas/2024-01/orders/updated.json +1618 -1618
  337. package/schemas/2024-01/payment_schedules/due.json +47 -31
  338. package/schemas/2024-01/payment_terms/create.json +71 -55
  339. package/schemas/2024-01/payment_terms/delete.json +2 -2
  340. package/schemas/2024-01/payment_terms/update.json +71 -55
  341. package/schemas/2024-01/product_feeds/create.json +7 -7
  342. package/schemas/2024-01/product_feeds/full_sync.json +195 -195
  343. package/schemas/2024-01/product_feeds/incremental_sync.json +190 -190
  344. package/schemas/2024-01/product_feeds/update.json +7 -7
  345. package/schemas/2024-01/product_listings/add.json +132 -132
  346. package/schemas/2024-01/product_listings/remove.json +4 -4
  347. package/schemas/2024-01/product_listings/update.json +132 -132
  348. package/schemas/2024-01/product_publications/create.json +23 -23
  349. package/schemas/2024-01/product_publications/delete.json +2 -2
  350. package/schemas/2024-01/product_publications/update.json +23 -23
  351. package/schemas/2024-01/products/create.json +271 -271
  352. package/schemas/2024-01/products/delete.json +2 -2
  353. package/schemas/2024-01/products/update.json +271 -271
  354. package/schemas/2024-01/profiles/create.json +2 -2
  355. package/schemas/2024-01/profiles/delete.json +2 -2
  356. package/schemas/2024-01/profiles/update.json +2 -2
  357. package/schemas/2024-01/refunds/create.json +491 -352
  358. package/schemas/2024-01/returns/approve.json +28 -28
  359. package/schemas/2024-01/returns/cancel.json +7 -7
  360. package/schemas/2024-01/returns/close.json +7 -7
  361. package/schemas/2024-01/returns/decline.json +18 -18
  362. package/schemas/2024-01/returns/reopen.json +7 -7
  363. package/schemas/2024-01/returns/request.json +28 -28
  364. package/schemas/2024-01/reverse_deliveries/attach_deliverable.json +36 -36
  365. package/schemas/2024-01/reverse_fulfillment_orders/dispose.json +39 -39
  366. package/schemas/2024-01/scheduled_product_listings/add.json +132 -132
  367. package/schemas/2024-01/scheduled_product_listings/remove.json +4 -4
  368. package/schemas/2024-01/scheduled_product_listings/update.json +132 -132
  369. package/schemas/2024-01/segments/create.json +13 -13
  370. package/schemas/2024-01/segments/delete.json +2 -2
  371. package/schemas/2024-01/segments/update.json +13 -13
  372. package/schemas/2024-01/selling_plan_groups/create.json +76 -76
  373. package/schemas/2024-01/selling_plan_groups/delete.json +4 -4
  374. package/schemas/2024-01/selling_plan_groups/update.json +76 -76
  375. package/schemas/2024-01/shop/update.json +171 -171
  376. package/schemas/2024-01/subscription_billing_attempts/challenged.json +38 -38
  377. package/schemas/2024-01/subscription_billing_attempts/failure.json +38 -38
  378. package/schemas/2024-01/subscription_billing_attempts/success.json +38 -38
  379. package/schemas/2024-01/subscription_billing_cycle_edits/create.json +24 -24
  380. package/schemas/2024-01/subscription_billing_cycle_edits/delete.json +24 -24
  381. package/schemas/2024-01/subscription_billing_cycle_edits/update.json +24 -24
  382. package/schemas/2024-01/subscription_billing_cycles/skip.json +24 -24
  383. package/schemas/2024-01/subscription_billing_cycles/unskip.json +24 -24
  384. package/schemas/2024-01/subscription_contracts/activate.json +29 -29
  385. package/schemas/2024-01/subscription_contracts/cancel.json +29 -29
  386. package/schemas/2024-01/subscription_contracts/create.json +29 -29
  387. package/schemas/2024-01/subscription_contracts/expire.json +29 -29
  388. package/schemas/2024-01/subscription_contracts/fail.json +29 -29
  389. package/schemas/2024-01/subscription_contracts/pause.json +29 -29
  390. package/schemas/2024-01/subscription_contracts/update.json +29 -29
  391. package/schemas/2024-01/tax_services/create.json +9 -9
  392. package/schemas/2024-01/tax_services/update.json +9 -9
  393. package/schemas/2024-01/tender_transactions/create.json +36 -36
  394. package/schemas/2024-01/themes/create.json +22 -22
  395. package/schemas/2024-01/themes/delete.json +2 -2
  396. package/schemas/2024-01/themes/publish.json +22 -22
  397. package/schemas/2024-01/themes/update.json +22 -22
  398. package/schemas/2024-01/variants/in_stock.json +58 -58
  399. package/schemas/2024-01/variants/out_of_stock.json +58 -58
  400. package/schemas/2024-04/app/uninstalled.json +171 -171
  401. package/schemas/2024-04/app_purchases_one_time/update.json +18 -18
  402. package/schemas/2024-04/app_subscriptions/approaching_capped_amount.json +19 -19
  403. package/schemas/2024-04/app_subscriptions/update.json +23 -23
  404. package/schemas/2024-04/audit_events/admin_api_activity.json +120 -120
  405. package/schemas/2024-04/bulk_operations/finish.json +10 -10
  406. package/schemas/2024-04/carts/create.json +135 -135
  407. package/schemas/2024-04/carts/update.json +135 -135
  408. package/schemas/2024-04/channels/delete.json +2 -2
  409. package/schemas/2024-04/checkouts/create.json +1011 -1011
  410. package/schemas/2024-04/checkouts/delete.json +29 -29
  411. package/schemas/2024-04/checkouts/update.json +1011 -1011
  412. package/schemas/2024-04/collection_listings/add.json +22 -22
  413. package/schemas/2024-04/collection_listings/remove.json +8 -8
  414. package/schemas/2024-04/collection_listings/update.json +22 -22
  415. package/schemas/2024-04/collection_publications/create.json +23 -23
  416. package/schemas/2024-04/collection_publications/delete.json +2 -2
  417. package/schemas/2024-04/collection_publications/update.json +23 -23
  418. package/schemas/2024-04/collections/create.json +27 -27
  419. package/schemas/2024-04/collections/delete.json +8 -8
  420. package/schemas/2024-04/collections/update.json +27 -27
  421. package/schemas/2024-04/companies/create.json +25 -25
  422. package/schemas/2024-04/companies/delete.json +25 -25
  423. package/schemas/2024-04/companies/update.json +25 -25
  424. package/schemas/2024-04/company_contact_roles/assign.json +215 -215
  425. package/schemas/2024-04/company_contact_roles/revoke.json +215 -215
  426. package/schemas/2024-04/company_contacts/create.json +52 -52
  427. package/schemas/2024-04/company_contacts/delete.json +52 -52
  428. package/schemas/2024-04/company_contacts/update.json +52 -52
  429. package/schemas/2024-04/company_locations/create.json +168 -168
  430. package/schemas/2024-04/company_locations/delete.json +168 -168
  431. package/schemas/2024-04/company_locations/update.json +168 -168
  432. package/schemas/2024-04/customer.tags_added.json +12 -12
  433. package/schemas/2024-04/customer.tags_removed.json +12 -12
  434. package/schemas/2024-04/customer_groups/create.json +12 -12
  435. package/schemas/2024-04/customer_groups/delete.json +2 -2
  436. package/schemas/2024-04/customer_groups/update.json +12 -12
  437. package/schemas/2024-04/customer_payment_methods/create.json +24 -24
  438. package/schemas/2024-04/customer_payment_methods/revoke.json +24 -24
  439. package/schemas/2024-04/customer_payment_methods/update.json +24 -24
  440. package/schemas/2024-04/customers/create.json +143 -73
  441. package/schemas/2024-04/customers/delete.json +23 -23
  442. package/schemas/2024-04/customers/disable.json +143 -73
  443. package/schemas/2024-04/customers/enable.json +143 -73
  444. package/schemas/2024-04/customers/merge.json +24 -24
  445. package/schemas/2024-04/customers/update.json +143 -73
  446. package/schemas/2024-04/customers_email_marketing_consent/update.json +12 -12
  447. package/schemas/2024-04/customers_marketing_consent/update.json +14 -14
  448. package/schemas/2024-04/discounts/create.json +12 -12
  449. package/schemas/2024-04/discounts/delete.json +6 -6
  450. package/schemas/2024-04/discounts/redeemcode_added.json +14 -14
  451. package/schemas/2024-04/discounts/redeemcode_removed.json +14 -14
  452. package/schemas/2024-04/discounts/update.json +12 -12
  453. package/schemas/2024-04/disputes/create.json +40 -40
  454. package/schemas/2024-04/disputes/update.json +40 -40
  455. package/schemas/2024-04/domains/create.json +20 -20
  456. package/schemas/2024-04/domains/destroy.json +20 -20
  457. package/schemas/2024-04/domains/update.json +20 -20
  458. package/schemas/2024-04/draft_orders/create.json +1050 -1034
  459. package/schemas/2024-04/draft_orders/delete.json +2 -2
  460. package/schemas/2024-04/draft_orders/update.json +1050 -1034
  461. package/schemas/2024-04/fulfillment_events/create.json +64 -64
  462. package/schemas/2024-04/fulfillment_events/delete.json +64 -64
  463. package/schemas/2024-04/fulfillment_orders/cancellation_request_accepted.json +6 -6
  464. package/schemas/2024-04/fulfillment_orders/cancellation_request_rejected.json +10 -10
  465. package/schemas/2024-04/fulfillment_orders/cancellation_request_submitted.json +14 -14
  466. package/schemas/2024-04/fulfillment_orders/cancelled.json +10 -10
  467. package/schemas/2024-04/fulfillment_orders/fulfillment_request_accepted.json +10 -10
  468. package/schemas/2024-04/fulfillment_orders/fulfillment_request_rejected.json +10 -10
  469. package/schemas/2024-04/fulfillment_orders/fulfillment_request_submitted.json +30 -30
  470. package/schemas/2024-04/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
  471. package/schemas/2024-04/fulfillment_orders/hold_released.json +6 -6
  472. package/schemas/2024-04/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
  473. package/schemas/2024-04/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
  474. package/schemas/2024-04/fulfillment_orders/merged.json +35 -35
  475. package/schemas/2024-04/fulfillment_orders/moved.json +53 -53
  476. package/schemas/2024-04/fulfillment_orders/order_routing_complete.json +6 -6
  477. package/schemas/2024-04/fulfillment_orders/placed_on_hold.json +186 -186
  478. package/schemas/2024-04/fulfillment_orders/rescheduled.json +12 -12
  479. package/schemas/2024-04/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
  480. package/schemas/2024-04/fulfillment_orders/split.json +179 -179
  481. package/schemas/2024-04/fulfillments/create.json +355 -355
  482. package/schemas/2024-04/fulfillments/update.json +355 -355
  483. package/schemas/2024-04/inventory_items/create.json +42 -42
  484. package/schemas/2024-04/inventory_items/delete.json +23 -23
  485. package/schemas/2024-04/inventory_items/update.json +42 -42
  486. package/schemas/2024-04/inventory_levels/connect.json +16 -16
  487. package/schemas/2024-04/inventory_levels/disconnect.json +2 -2
  488. package/schemas/2024-04/inventory_levels/update.json +16 -16
  489. package/schemas/2024-04/locales/create.json +2 -2
  490. package/schemas/2024-04/locales/update.json +2 -2
  491. package/schemas/2024-04/locations/activate.json +37 -37
  492. package/schemas/2024-04/locations/create.json +37 -37
  493. package/schemas/2024-04/locations/deactivate.json +37 -37
  494. package/schemas/2024-04/locations/delete.json +2 -2
  495. package/schemas/2024-04/locations/update.json +37 -37
  496. package/schemas/2024-04/markets/create.json +10 -10
  497. package/schemas/2024-04/markets/delete.json +2 -2
  498. package/schemas/2024-04/markets/update.json +10 -10
  499. package/schemas/2024-04/metaobjects/create.json +52 -52
  500. package/schemas/2024-04/metaobjects/delete.json +13 -13
  501. package/schemas/2024-04/metaobjects/update.json +52 -52
  502. package/schemas/2024-04/order_transactions/create.json +111 -111
  503. package/schemas/2024-04/orders/cancelled.json +1812 -1812
  504. package/schemas/2024-04/orders/create.json +1812 -1812
  505. package/schemas/2024-04/orders/delete.json +2 -2
  506. package/schemas/2024-04/orders/edited.json +71 -71
  507. package/schemas/2024-04/orders/fulfilled.json +1812 -1812
  508. package/schemas/2024-04/orders/paid.json +1812 -1812
  509. package/schemas/2024-04/orders/partially_fulfilled.json +1812 -1812
  510. package/schemas/2024-04/orders/risk_assessment_changed.json +21 -21
  511. package/schemas/2024-04/orders/shopify_protect_eligibility_changed.json +12 -12
  512. package/schemas/2024-04/orders/updated.json +1812 -1812
  513. package/schemas/2024-04/payment_schedules/due.json +47 -31
  514. package/schemas/2024-04/payment_terms/create.json +71 -55
  515. package/schemas/2024-04/payment_terms/delete.json +2 -2
  516. package/schemas/2024-04/payment_terms/update.json +71 -55
  517. package/schemas/2024-04/product_feeds/create.json +7 -7
  518. package/schemas/2024-04/product_feeds/full_sync.json +195 -195
  519. package/schemas/2024-04/product_feeds/incremental_sync.json +190 -190
  520. package/schemas/2024-04/product_feeds/update.json +7 -7
  521. package/schemas/2024-04/product_listings/add.json +132 -132
  522. package/schemas/2024-04/product_listings/remove.json +4 -4
  523. package/schemas/2024-04/product_listings/update.json +132 -132
  524. package/schemas/2024-04/product_publications/create.json +23 -23
  525. package/schemas/2024-04/product_publications/delete.json +2 -2
  526. package/schemas/2024-04/product_publications/update.json +23 -23
  527. package/schemas/2024-04/products/create.json +277 -277
  528. package/schemas/2024-04/products/delete.json +2 -2
  529. package/schemas/2024-04/products/update.json +277 -277
  530. package/schemas/2024-04/profiles/create.json +2 -2
  531. package/schemas/2024-04/profiles/delete.json +2 -2
  532. package/schemas/2024-04/profiles/update.json +2 -2
  533. package/schemas/2024-04/refunds/create.json +495 -356
  534. package/schemas/2024-04/returns/approve.json +71 -71
  535. package/schemas/2024-04/returns/cancel.json +7 -7
  536. package/schemas/2024-04/returns/close.json +7 -7
  537. package/schemas/2024-04/returns/decline.json +18 -18
  538. package/schemas/2024-04/returns/reopen.json +7 -7
  539. package/schemas/2024-04/returns/request.json +35 -35
  540. package/schemas/2024-04/returns/update.json +40 -40
  541. package/schemas/2024-04/reverse_deliveries/attach_deliverable.json +36 -36
  542. package/schemas/2024-04/reverse_fulfillment_orders/dispose.json +39 -39
  543. package/schemas/2024-04/scheduled_product_listings/add.json +132 -132
  544. package/schemas/2024-04/scheduled_product_listings/remove.json +4 -4
  545. package/schemas/2024-04/scheduled_product_listings/update.json +132 -132
  546. package/schemas/2024-04/segments/create.json +13 -13
  547. package/schemas/2024-04/segments/delete.json +2 -2
  548. package/schemas/2024-04/segments/update.json +13 -13
  549. package/schemas/2024-04/selling_plan_groups/create.json +76 -76
  550. package/schemas/2024-04/selling_plan_groups/delete.json +4 -4
  551. package/schemas/2024-04/selling_plan_groups/update.json +76 -76
  552. package/schemas/2024-04/shop/update.json +171 -171
  553. package/schemas/2024-04/subscription_billing_attempts/challenged.json +38 -38
  554. package/schemas/2024-04/subscription_billing_attempts/failure.json +38 -38
  555. package/schemas/2024-04/subscription_billing_attempts/success.json +38 -38
  556. package/schemas/2024-04/subscription_billing_cycle_edits/create.json +24 -24
  557. package/schemas/2024-04/subscription_billing_cycle_edits/delete.json +24 -24
  558. package/schemas/2024-04/subscription_billing_cycle_edits/update.json +24 -24
  559. package/schemas/2024-04/subscription_billing_cycles/skip.json +24 -24
  560. package/schemas/2024-04/subscription_billing_cycles/unskip.json +24 -24
  561. package/schemas/2024-04/subscription_contracts/activate.json +29 -29
  562. package/schemas/2024-04/subscription_contracts/cancel.json +29 -29
  563. package/schemas/2024-04/subscription_contracts/create.json +29 -29
  564. package/schemas/2024-04/subscription_contracts/expire.json +29 -29
  565. package/schemas/2024-04/subscription_contracts/fail.json +29 -29
  566. package/schemas/2024-04/subscription_contracts/pause.json +29 -29
  567. package/schemas/2024-04/subscription_contracts/update.json +29 -29
  568. package/schemas/2024-04/tax_services/create.json +9 -9
  569. package/schemas/2024-04/tax_services/update.json +9 -9
  570. package/schemas/2024-04/tender_transactions/create.json +36 -36
  571. package/schemas/2024-04/themes/create.json +22 -22
  572. package/schemas/2024-04/themes/delete.json +2 -2
  573. package/schemas/2024-04/themes/publish.json +22 -22
  574. package/schemas/2024-04/themes/update.json +22 -22
  575. package/schemas/2024-04/variants/in_stock.json +58 -58
  576. package/schemas/2024-04/variants/out_of_stock.json +58 -58
  577. package/schemas/2024-07/app/uninstalled.json +171 -171
  578. package/schemas/2024-07/app_purchases_one_time/update.json +18 -18
  579. package/schemas/2024-07/app_subscriptions/approaching_capped_amount.json +19 -19
  580. package/schemas/2024-07/app_subscriptions/update.json +23 -23
  581. package/schemas/2024-07/audit_events/admin_api_activity.json +120 -120
  582. package/schemas/2024-07/bulk_operations/finish.json +10 -10
  583. package/schemas/2024-07/carts/create.json +135 -135
  584. package/schemas/2024-07/carts/update.json +135 -135
  585. package/schemas/2024-07/channels/delete.json +2 -2
  586. package/schemas/2024-07/checkouts/create.json +1013 -1013
  587. package/schemas/2024-07/checkouts/delete.json +34 -34
  588. package/schemas/2024-07/checkouts/update.json +1013 -1013
  589. package/schemas/2024-07/collection_listings/add.json +22 -22
  590. package/schemas/2024-07/collection_listings/remove.json +8 -8
  591. package/schemas/2024-07/collection_listings/update.json +22 -22
  592. package/schemas/2024-07/collection_publications/create.json +23 -23
  593. package/schemas/2024-07/collection_publications/delete.json +2 -2
  594. package/schemas/2024-07/collection_publications/update.json +23 -23
  595. package/schemas/2024-07/collections/create.json +27 -27
  596. package/schemas/2024-07/collections/delete.json +8 -8
  597. package/schemas/2024-07/collections/update.json +27 -27
  598. package/schemas/2024-07/companies/create.json +25 -25
  599. package/schemas/2024-07/companies/delete.json +25 -25
  600. package/schemas/2024-07/companies/update.json +25 -25
  601. package/schemas/2024-07/company_contact_roles/assign.json +215 -215
  602. package/schemas/2024-07/company_contact_roles/revoke.json +215 -215
  603. package/schemas/2024-07/company_contacts/create.json +52 -52
  604. package/schemas/2024-07/company_contacts/delete.json +52 -52
  605. package/schemas/2024-07/company_contacts/update.json +52 -52
  606. package/schemas/2024-07/company_locations/create.json +168 -168
  607. package/schemas/2024-07/company_locations/delete.json +168 -168
  608. package/schemas/2024-07/company_locations/update.json +168 -168
  609. package/schemas/2024-07/customer.tags_added.json +12 -12
  610. package/schemas/2024-07/customer.tags_removed.json +12 -12
  611. package/schemas/2024-07/customer_account_settings/update.json +13 -13
  612. package/schemas/2024-07/customer_groups/create.json +12 -12
  613. package/schemas/2024-07/customer_groups/delete.json +2 -2
  614. package/schemas/2024-07/customer_groups/update.json +12 -12
  615. package/schemas/2024-07/customer_payment_methods/create.json +24 -24
  616. package/schemas/2024-07/customer_payment_methods/revoke.json +24 -24
  617. package/schemas/2024-07/customer_payment_methods/update.json +24 -24
  618. package/schemas/2024-07/customers/create.json +143 -73
  619. package/schemas/2024-07/customers/delete.json +23 -23
  620. package/schemas/2024-07/customers/disable.json +143 -73
  621. package/schemas/2024-07/customers/enable.json +143 -73
  622. package/schemas/2024-07/customers/merge.json +24 -24
  623. package/schemas/2024-07/customers/update.json +143 -73
  624. package/schemas/2024-07/customers_email_marketing_consent/update.json +12 -12
  625. package/schemas/2024-07/customers_marketing_consent/update.json +14 -14
  626. package/schemas/2024-07/discounts/create.json +12 -12
  627. package/schemas/2024-07/discounts/delete.json +6 -6
  628. package/schemas/2024-07/discounts/redeemcode_added.json +14 -14
  629. package/schemas/2024-07/discounts/redeemcode_removed.json +14 -14
  630. package/schemas/2024-07/discounts/update.json +12 -12
  631. package/schemas/2024-07/disputes/create.json +40 -40
  632. package/schemas/2024-07/disputes/update.json +40 -40
  633. package/schemas/2024-07/domains/create.json +20 -20
  634. package/schemas/2024-07/domains/destroy.json +20 -20
  635. package/schemas/2024-07/domains/update.json +20 -20
  636. package/schemas/2024-07/draft_orders/create.json +1050 -1034
  637. package/schemas/2024-07/draft_orders/delete.json +2 -2
  638. package/schemas/2024-07/draft_orders/update.json +1050 -1034
  639. package/schemas/2024-07/fulfillment_events/create.json +64 -64
  640. package/schemas/2024-07/fulfillment_events/delete.json +64 -64
  641. package/schemas/2024-07/fulfillment_orders/cancellation_request_accepted.json +6 -6
  642. package/schemas/2024-07/fulfillment_orders/cancellation_request_rejected.json +10 -10
  643. package/schemas/2024-07/fulfillment_orders/cancellation_request_submitted.json +14 -14
  644. package/schemas/2024-07/fulfillment_orders/cancelled.json +10 -10
  645. package/schemas/2024-07/fulfillment_orders/fulfillment_request_accepted.json +10 -10
  646. package/schemas/2024-07/fulfillment_orders/fulfillment_request_rejected.json +10 -10
  647. package/schemas/2024-07/fulfillment_orders/fulfillment_request_submitted.json +30 -30
  648. package/schemas/2024-07/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
  649. package/schemas/2024-07/fulfillment_orders/hold_released.json +6 -6
  650. package/schemas/2024-07/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
  651. package/schemas/2024-07/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
  652. package/schemas/2024-07/fulfillment_orders/merged.json +35 -35
  653. package/schemas/2024-07/fulfillment_orders/moved.json +53 -53
  654. package/schemas/2024-07/fulfillment_orders/order_routing_complete.json +6 -6
  655. package/schemas/2024-07/fulfillment_orders/placed_on_hold.json +186 -186
  656. package/schemas/2024-07/fulfillment_orders/rescheduled.json +12 -12
  657. package/schemas/2024-07/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
  658. package/schemas/2024-07/fulfillment_orders/split.json +179 -179
  659. package/schemas/2024-07/fulfillments/create.json +355 -355
  660. package/schemas/2024-07/fulfillments/update.json +355 -355
  661. package/schemas/2024-07/inventory_items/create.json +42 -42
  662. package/schemas/2024-07/inventory_items/delete.json +23 -23
  663. package/schemas/2024-07/inventory_items/update.json +42 -42
  664. package/schemas/2024-07/inventory_levels/connect.json +16 -16
  665. package/schemas/2024-07/inventory_levels/disconnect.json +2 -2
  666. package/schemas/2024-07/inventory_levels/update.json +16 -16
  667. package/schemas/2024-07/locales/create.json +2 -2
  668. package/schemas/2024-07/locales/update.json +2 -2
  669. package/schemas/2024-07/locations/activate.json +37 -37
  670. package/schemas/2024-07/locations/create.json +37 -37
  671. package/schemas/2024-07/locations/deactivate.json +37 -37
  672. package/schemas/2024-07/locations/delete.json +2 -2
  673. package/schemas/2024-07/locations/update.json +37 -37
  674. package/schemas/2024-07/markets/create.json +10 -10
  675. package/schemas/2024-07/markets/delete.json +2 -2
  676. package/schemas/2024-07/markets/update.json +10 -10
  677. package/schemas/2024-07/metaobjects/create.json +52 -52
  678. package/schemas/2024-07/metaobjects/delete.json +13 -13
  679. package/schemas/2024-07/metaobjects/update.json +52 -52
  680. package/schemas/2024-07/order_transactions/create.json +111 -111
  681. package/schemas/2024-07/orders/cancelled.json +1812 -1812
  682. package/schemas/2024-07/orders/create.json +1812 -1812
  683. package/schemas/2024-07/orders/delete.json +2 -2
  684. package/schemas/2024-07/orders/edited.json +76 -76
  685. package/schemas/2024-07/orders/fulfilled.json +1812 -1812
  686. package/schemas/2024-07/orders/paid.json +1812 -1812
  687. package/schemas/2024-07/orders/partially_fulfilled.json +1812 -1812
  688. package/schemas/2024-07/orders/risk_assessment_changed.json +21 -21
  689. package/schemas/2024-07/orders/shopify_protect_eligibility_changed.json +12 -12
  690. package/schemas/2024-07/orders/updated.json +1812 -1812
  691. package/schemas/2024-07/payment_schedules/due.json +47 -31
  692. package/schemas/2024-07/payment_terms/create.json +71 -55
  693. package/schemas/2024-07/payment_terms/delete.json +2 -2
  694. package/schemas/2024-07/payment_terms/update.json +71 -55
  695. package/schemas/2024-07/product_feeds/create.json +7 -7
  696. package/schemas/2024-07/product_feeds/full_sync.json +195 -195
  697. package/schemas/2024-07/product_feeds/full_sync_finish.json +58 -58
  698. package/schemas/2024-07/product_feeds/incremental_sync.json +190 -190
  699. package/schemas/2024-07/product_feeds/update.json +7 -7
  700. package/schemas/2024-07/product_listings/add.json +132 -132
  701. package/schemas/2024-07/product_listings/remove.json +4 -4
  702. package/schemas/2024-07/product_listings/update.json +132 -132
  703. package/schemas/2024-07/product_publications/create.json +23 -23
  704. package/schemas/2024-07/product_publications/delete.json +2 -2
  705. package/schemas/2024-07/product_publications/update.json +23 -23
  706. package/schemas/2024-07/products/create.json +276 -276
  707. package/schemas/2024-07/products/delete.json +2 -2
  708. package/schemas/2024-07/products/update.json +276 -276
  709. package/schemas/2024-07/profiles/create.json +2 -2
  710. package/schemas/2024-07/profiles/delete.json +2 -2
  711. package/schemas/2024-07/profiles/update.json +2 -2
  712. package/schemas/2024-07/refunds/create.json +495 -356
  713. package/schemas/2024-07/returns/approve.json +71 -71
  714. package/schemas/2024-07/returns/cancel.json +7 -7
  715. package/schemas/2024-07/returns/close.json +7 -7
  716. package/schemas/2024-07/returns/decline.json +18 -18
  717. package/schemas/2024-07/returns/reopen.json +7 -7
  718. package/schemas/2024-07/returns/request.json +35 -35
  719. package/schemas/2024-07/returns/update.json +40 -40
  720. package/schemas/2024-07/reverse_deliveries/attach_deliverable.json +36 -36
  721. package/schemas/2024-07/reverse_fulfillment_orders/dispose.json +39 -39
  722. package/schemas/2024-07/scheduled_product_listings/add.json +132 -132
  723. package/schemas/2024-07/scheduled_product_listings/remove.json +4 -4
  724. package/schemas/2024-07/scheduled_product_listings/update.json +132 -132
  725. package/schemas/2024-07/segments/create.json +13 -13
  726. package/schemas/2024-07/segments/delete.json +2 -2
  727. package/schemas/2024-07/segments/update.json +13 -13
  728. package/schemas/2024-07/selling_plan_groups/create.json +76 -76
  729. package/schemas/2024-07/selling_plan_groups/delete.json +4 -4
  730. package/schemas/2024-07/selling_plan_groups/update.json +76 -76
  731. package/schemas/2024-07/shop/update.json +171 -171
  732. package/schemas/2024-07/subscription_billing_attempts/challenged.json +38 -38
  733. package/schemas/2024-07/subscription_billing_attempts/failure.json +38 -38
  734. package/schemas/2024-07/subscription_billing_attempts/success.json +38 -38
  735. package/schemas/2024-07/subscription_billing_cycle_edits/create.json +24 -24
  736. package/schemas/2024-07/subscription_billing_cycle_edits/delete.json +24 -24
  737. package/schemas/2024-07/subscription_billing_cycle_edits/update.json +24 -24
  738. package/schemas/2024-07/subscription_billing_cycles/skip.json +24 -24
  739. package/schemas/2024-07/subscription_billing_cycles/unskip.json +24 -24
  740. package/schemas/2024-07/subscription_contracts/activate.json +29 -29
  741. package/schemas/2024-07/subscription_contracts/cancel.json +29 -29
  742. package/schemas/2024-07/subscription_contracts/create.json +29 -29
  743. package/schemas/2024-07/subscription_contracts/expire.json +29 -29
  744. package/schemas/2024-07/subscription_contracts/fail.json +29 -29
  745. package/schemas/2024-07/subscription_contracts/pause.json +29 -29
  746. package/schemas/2024-07/subscription_contracts/update.json +29 -29
  747. package/schemas/2024-07/tax_services/create.json +9 -9
  748. package/schemas/2024-07/tax_services/update.json +9 -9
  749. package/schemas/2024-07/tender_transactions/create.json +36 -36
  750. package/schemas/2024-07/themes/create.json +22 -22
  751. package/schemas/2024-07/themes/delete.json +2 -2
  752. package/schemas/2024-07/themes/publish.json +22 -22
  753. package/schemas/2024-07/themes/update.json +22 -22
  754. package/schemas/2024-07/variants/in_stock.json +45 -45
  755. package/schemas/2024-07/variants/out_of_stock.json +45 -45
  756. package/schemas/2024-10/app/scopes_update.json +13 -13
  757. package/schemas/2024-10/app/uninstalled.json +171 -171
  758. package/schemas/2024-10/app_purchases_one_time/update.json +18 -18
  759. package/schemas/2024-10/app_subscriptions/approaching_capped_amount.json +19 -19
  760. package/schemas/2024-10/app_subscriptions/update.json +23 -23
  761. package/schemas/2024-10/audit_events/admin_api_activity.json +120 -120
  762. package/schemas/2024-10/bulk_operations/finish.json +10 -10
  763. package/schemas/2024-10/carts/create.json +135 -135
  764. package/schemas/2024-10/carts/update.json +135 -135
  765. package/schemas/2024-10/channels/delete.json +2 -2
  766. package/schemas/2024-10/checkouts/create.json +1013 -1013
  767. package/schemas/2024-10/checkouts/delete.json +34 -34
  768. package/schemas/2024-10/checkouts/update.json +1013 -1013
  769. package/schemas/2024-10/collection_listings/add.json +22 -22
  770. package/schemas/2024-10/collection_listings/remove.json +8 -8
  771. package/schemas/2024-10/collection_listings/update.json +22 -22
  772. package/schemas/2024-10/collection_publications/create.json +23 -23
  773. package/schemas/2024-10/collection_publications/delete.json +2 -2
  774. package/schemas/2024-10/collection_publications/update.json +23 -23
  775. package/schemas/2024-10/collections/create.json +27 -27
  776. package/schemas/2024-10/collections/delete.json +8 -8
  777. package/schemas/2024-10/collections/update.json +27 -27
  778. package/schemas/2024-10/companies/create.json +25 -25
  779. package/schemas/2024-10/companies/delete.json +25 -25
  780. package/schemas/2024-10/companies/update.json +25 -25
  781. package/schemas/2024-10/company_contact_roles/assign.json +215 -215
  782. package/schemas/2024-10/company_contact_roles/revoke.json +215 -215
  783. package/schemas/2024-10/company_contacts/create.json +52 -52
  784. package/schemas/2024-10/company_contacts/delete.json +52 -52
  785. package/schemas/2024-10/company_contacts/update.json +52 -52
  786. package/schemas/2024-10/company_locations/create.json +168 -168
  787. package/schemas/2024-10/company_locations/delete.json +168 -168
  788. package/schemas/2024-10/company_locations/update.json +168 -168
  789. package/schemas/2024-10/customer.tags_added.json +12 -12
  790. package/schemas/2024-10/customer.tags_removed.json +12 -12
  791. package/schemas/2024-10/customer_account_settings/update.json +13 -13
  792. package/schemas/2024-10/customer_groups/create.json +12 -12
  793. package/schemas/2024-10/customer_groups/delete.json +2 -2
  794. package/schemas/2024-10/customer_groups/update.json +12 -12
  795. package/schemas/2024-10/customer_payment_methods/create.json +24 -24
  796. package/schemas/2024-10/customer_payment_methods/revoke.json +24 -24
  797. package/schemas/2024-10/customer_payment_methods/update.json +24 -24
  798. package/schemas/2024-10/customers/create.json +143 -73
  799. package/schemas/2024-10/customers/delete.json +23 -23
  800. package/schemas/2024-10/customers/disable.json +143 -73
  801. package/schemas/2024-10/customers/enable.json +143 -73
  802. package/schemas/2024-10/customers/merge.json +24 -24
  803. package/schemas/2024-10/customers/update.json +143 -73
  804. package/schemas/2024-10/customers_email_marketing_consent/update.json +12 -12
  805. package/schemas/2024-10/customers_marketing_consent/update.json +14 -14
  806. package/schemas/2024-10/discounts/create.json +12 -12
  807. package/schemas/2024-10/discounts/delete.json +6 -6
  808. package/schemas/2024-10/discounts/redeemcode_added.json +14 -14
  809. package/schemas/2024-10/discounts/redeemcode_removed.json +14 -14
  810. package/schemas/2024-10/discounts/update.json +12 -12
  811. package/schemas/2024-10/disputes/create.json +40 -40
  812. package/schemas/2024-10/disputes/update.json +40 -40
  813. package/schemas/2024-10/domains/create.json +20 -20
  814. package/schemas/2024-10/domains/destroy.json +20 -20
  815. package/schemas/2024-10/domains/update.json +20 -20
  816. package/schemas/2024-10/draft_orders/create.json +1050 -1034
  817. package/schemas/2024-10/draft_orders/delete.json +2 -2
  818. package/schemas/2024-10/draft_orders/update.json +1050 -1034
  819. package/schemas/2024-10/fulfillment_events/create.json +64 -64
  820. package/schemas/2024-10/fulfillment_events/delete.json +64 -64
  821. package/schemas/2024-10/fulfillment_orders/cancellation_request_accepted.json +6 -6
  822. package/schemas/2024-10/fulfillment_orders/cancellation_request_rejected.json +10 -10
  823. package/schemas/2024-10/fulfillment_orders/cancellation_request_submitted.json +14 -14
  824. package/schemas/2024-10/fulfillment_orders/cancelled.json +10 -10
  825. package/schemas/2024-10/fulfillment_orders/fulfillment_request_accepted.json +10 -10
  826. package/schemas/2024-10/fulfillment_orders/fulfillment_request_rejected.json +10 -10
  827. package/schemas/2024-10/fulfillment_orders/fulfillment_request_submitted.json +30 -30
  828. package/schemas/2024-10/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
  829. package/schemas/2024-10/fulfillment_orders/hold_released.json +6 -6
  830. package/schemas/2024-10/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
  831. package/schemas/2024-10/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
  832. package/schemas/2024-10/fulfillment_orders/merged.json +35 -35
  833. package/schemas/2024-10/fulfillment_orders/moved.json +53 -53
  834. package/schemas/2024-10/fulfillment_orders/order_routing_complete.json +6 -6
  835. package/schemas/2024-10/fulfillment_orders/placed_on_hold.json +214 -214
  836. package/schemas/2024-10/fulfillment_orders/rescheduled.json +12 -12
  837. package/schemas/2024-10/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
  838. package/schemas/2024-10/fulfillment_orders/split.json +179 -179
  839. package/schemas/2024-10/fulfillments/create.json +355 -355
  840. package/schemas/2024-10/fulfillments/update.json +355 -355
  841. package/schemas/2024-10/inventory_items/create.json +42 -42
  842. package/schemas/2024-10/inventory_items/delete.json +23 -23
  843. package/schemas/2024-10/inventory_items/update.json +42 -42
  844. package/schemas/2024-10/inventory_levels/connect.json +16 -16
  845. package/schemas/2024-10/inventory_levels/disconnect.json +2 -2
  846. package/schemas/2024-10/inventory_levels/update.json +16 -16
  847. package/schemas/2024-10/locales/create.json +2 -2
  848. package/schemas/2024-10/locales/update.json +2 -2
  849. package/schemas/2024-10/locations/activate.json +37 -37
  850. package/schemas/2024-10/locations/create.json +37 -37
  851. package/schemas/2024-10/locations/deactivate.json +37 -37
  852. package/schemas/2024-10/locations/delete.json +2 -2
  853. package/schemas/2024-10/locations/update.json +37 -37
  854. package/schemas/2024-10/markets/create.json +10 -10
  855. package/schemas/2024-10/markets/delete.json +2 -2
  856. package/schemas/2024-10/markets/update.json +10 -10
  857. package/schemas/2024-10/metaobjects/create.json +52 -52
  858. package/schemas/2024-10/metaobjects/delete.json +13 -13
  859. package/schemas/2024-10/metaobjects/update.json +52 -52
  860. package/schemas/2024-10/order_transactions/create.json +115 -115
  861. package/schemas/2024-10/orders/cancelled.json +1956 -1956
  862. package/schemas/2024-10/orders/create.json +1956 -1956
  863. package/schemas/2024-10/orders/delete.json +2 -2
  864. package/schemas/2024-10/orders/edited.json +76 -76
  865. package/schemas/2024-10/orders/fulfilled.json +1956 -1956
  866. package/schemas/2024-10/orders/paid.json +1956 -1956
  867. package/schemas/2024-10/orders/partially_fulfilled.json +1956 -1956
  868. package/schemas/2024-10/orders/risk_assessment_changed.json +21 -21
  869. package/schemas/2024-10/orders/shopify_protect_eligibility_changed.json +12 -12
  870. package/schemas/2024-10/orders/updated.json +1956 -1956
  871. package/schemas/2024-10/payment_schedules/due.json +47 -31
  872. package/schemas/2024-10/payment_terms/create.json +71 -55
  873. package/schemas/2024-10/payment_terms/delete.json +2 -2
  874. package/schemas/2024-10/payment_terms/update.json +71 -55
  875. package/schemas/2024-10/product_feeds/create.json +7 -7
  876. package/schemas/2024-10/product_feeds/full_sync.json +195 -195
  877. package/schemas/2024-10/product_feeds/full_sync_finish.json +58 -58
  878. package/schemas/2024-10/product_feeds/incremental_sync.json +190 -190
  879. package/schemas/2024-10/product_feeds/update.json +7 -7
  880. package/schemas/2024-10/product_listings/add.json +132 -132
  881. package/schemas/2024-10/product_listings/remove.json +4 -4
  882. package/schemas/2024-10/product_listings/update.json +132 -132
  883. package/schemas/2024-10/product_publications/create.json +23 -23
  884. package/schemas/2024-10/product_publications/delete.json +2 -2
  885. package/schemas/2024-10/product_publications/update.json +23 -23
  886. package/schemas/2024-10/products/create.json +283 -283
  887. package/schemas/2024-10/products/delete.json +2 -2
  888. package/schemas/2024-10/products/update.json +283 -283
  889. package/schemas/2024-10/profiles/create.json +2 -2
  890. package/schemas/2024-10/profiles/delete.json +2 -2
  891. package/schemas/2024-10/profiles/update.json +2 -2
  892. package/schemas/2024-10/refunds/create.json +499 -356
  893. package/schemas/2024-10/returns/approve.json +71 -71
  894. package/schemas/2024-10/returns/cancel.json +7 -7
  895. package/schemas/2024-10/returns/close.json +7 -7
  896. package/schemas/2024-10/returns/decline.json +18 -18
  897. package/schemas/2024-10/returns/reopen.json +7 -7
  898. package/schemas/2024-10/returns/request.json +35 -35
  899. package/schemas/2024-10/returns/update.json +40 -40
  900. package/schemas/2024-10/reverse_deliveries/attach_deliverable.json +36 -36
  901. package/schemas/2024-10/reverse_fulfillment_orders/dispose.json +39 -39
  902. package/schemas/2024-10/scheduled_product_listings/add.json +132 -132
  903. package/schemas/2024-10/scheduled_product_listings/remove.json +4 -4
  904. package/schemas/2024-10/scheduled_product_listings/update.json +132 -132
  905. package/schemas/2024-10/segments/create.json +13 -13
  906. package/schemas/2024-10/segments/delete.json +2 -2
  907. package/schemas/2024-10/segments/update.json +13 -13
  908. package/schemas/2024-10/selling_plan_groups/create.json +76 -76
  909. package/schemas/2024-10/selling_plan_groups/delete.json +4 -4
  910. package/schemas/2024-10/selling_plan_groups/update.json +76 -76
  911. package/schemas/2024-10/shop/update.json +171 -171
  912. package/schemas/2024-10/subscription_billing_attempts/challenged.json +38 -38
  913. package/schemas/2024-10/subscription_billing_attempts/failure.json +38 -38
  914. package/schemas/2024-10/subscription_billing_attempts/success.json +38 -38
  915. package/schemas/2024-10/subscription_billing_cycle_edits/create.json +24 -24
  916. package/schemas/2024-10/subscription_billing_cycle_edits/delete.json +24 -24
  917. package/schemas/2024-10/subscription_billing_cycle_edits/update.json +24 -24
  918. package/schemas/2024-10/subscription_billing_cycles/skip.json +24 -24
  919. package/schemas/2024-10/subscription_billing_cycles/unskip.json +24 -24
  920. package/schemas/2024-10/subscription_contracts/activate.json +29 -29
  921. package/schemas/2024-10/subscription_contracts/cancel.json +29 -29
  922. package/schemas/2024-10/subscription_contracts/create.json +29 -29
  923. package/schemas/2024-10/subscription_contracts/expire.json +29 -29
  924. package/schemas/2024-10/subscription_contracts/fail.json +29 -29
  925. package/schemas/2024-10/subscription_contracts/pause.json +29 -29
  926. package/schemas/2024-10/subscription_contracts/update.json +29 -29
  927. package/schemas/2024-10/tax_services/create.json +9 -9
  928. package/schemas/2024-10/tax_services/update.json +9 -9
  929. package/schemas/2024-10/tender_transactions/create.json +36 -36
  930. package/schemas/2024-10/themes/create.json +22 -22
  931. package/schemas/2024-10/themes/delete.json +2 -2
  932. package/schemas/2024-10/themes/publish.json +22 -22
  933. package/schemas/2024-10/themes/update.json +22 -22
  934. package/schemas/2024-10/variants/in_stock.json +45 -45
  935. package/schemas/2024-10/variants/out_of_stock.json +45 -45
  936. package/schemas/2025-01/app/scopes_update.json +13 -13
  937. package/schemas/2025-01/app/uninstalled.json +171 -171
  938. package/schemas/2025-01/app_purchases_one_time/update.json +18 -18
  939. package/schemas/2025-01/app_subscriptions/approaching_capped_amount.json +19 -19
  940. package/schemas/2025-01/app_subscriptions/update.json +23 -23
  941. package/schemas/2025-01/audit_events/admin_api_activity.json +120 -120
  942. package/schemas/2025-01/bulk_operations/finish.json +10 -10
  943. package/schemas/2025-01/carts/create.json +135 -135
  944. package/schemas/2025-01/carts/update.json +135 -135
  945. package/schemas/2025-01/channels/delete.json +2 -2
  946. package/schemas/2025-01/checkouts/create.json +1013 -1013
  947. package/schemas/2025-01/checkouts/delete.json +34 -34
  948. package/schemas/2025-01/checkouts/update.json +1013 -1013
  949. package/schemas/2025-01/collection_listings/add.json +22 -22
  950. package/schemas/2025-01/collection_listings/remove.json +8 -8
  951. package/schemas/2025-01/collection_listings/update.json +22 -22
  952. package/schemas/2025-01/collection_publications/create.json +23 -23
  953. package/schemas/2025-01/collection_publications/delete.json +2 -2
  954. package/schemas/2025-01/collection_publications/update.json +23 -23
  955. package/schemas/2025-01/collections/create.json +27 -27
  956. package/schemas/2025-01/collections/delete.json +8 -8
  957. package/schemas/2025-01/collections/update.json +27 -27
  958. package/schemas/2025-01/companies/create.json +25 -25
  959. package/schemas/2025-01/companies/delete.json +25 -25
  960. package/schemas/2025-01/companies/update.json +25 -25
  961. package/schemas/2025-01/company_contact_roles/assign.json +215 -215
  962. package/schemas/2025-01/company_contact_roles/revoke.json +215 -215
  963. package/schemas/2025-01/company_contacts/create.json +52 -52
  964. package/schemas/2025-01/company_contacts/delete.json +52 -52
  965. package/schemas/2025-01/company_contacts/update.json +52 -52
  966. package/schemas/2025-01/company_locations/create.json +168 -168
  967. package/schemas/2025-01/company_locations/delete.json +168 -168
  968. package/schemas/2025-01/company_locations/update.json +168 -168
  969. package/schemas/2025-01/customer.tags_added.json +12 -12
  970. package/schemas/2025-01/customer.tags_removed.json +12 -12
  971. package/schemas/2025-01/customer_account_settings/update.json +13 -13
  972. package/schemas/2025-01/customer_groups/create.json +12 -12
  973. package/schemas/2025-01/customer_groups/delete.json +2 -2
  974. package/schemas/2025-01/customer_groups/update.json +12 -12
  975. package/schemas/2025-01/customer_payment_methods/create.json +24 -24
  976. package/schemas/2025-01/customer_payment_methods/revoke.json +24 -24
  977. package/schemas/2025-01/customer_payment_methods/update.json +24 -24
  978. package/schemas/2025-01/customers/create.json +143 -73
  979. package/schemas/2025-01/customers/delete.json +23 -23
  980. package/schemas/2025-01/customers/disable.json +143 -73
  981. package/schemas/2025-01/customers/enable.json +143 -73
  982. package/schemas/2025-01/customers/merge.json +24 -24
  983. package/schemas/2025-01/customers/update.json +143 -73
  984. package/schemas/2025-01/customers_email_marketing_consent/update.json +12 -12
  985. package/schemas/2025-01/customers_marketing_consent/update.json +14 -14
  986. package/schemas/2025-01/delivery_promise_settings/update.json +9 -9
  987. package/schemas/2025-01/discounts/create.json +12 -12
  988. package/schemas/2025-01/discounts/delete.json +6 -6
  989. package/schemas/2025-01/discounts/redeemcode_added.json +14 -14
  990. package/schemas/2025-01/discounts/redeemcode_removed.json +14 -14
  991. package/schemas/2025-01/discounts/update.json +12 -12
  992. package/schemas/2025-01/disputes/create.json +40 -40
  993. package/schemas/2025-01/disputes/update.json +40 -40
  994. package/schemas/2025-01/domains/create.json +20 -20
  995. package/schemas/2025-01/domains/destroy.json +20 -20
  996. package/schemas/2025-01/domains/update.json +20 -20
  997. package/schemas/2025-01/draft_orders/create.json +1050 -1034
  998. package/schemas/2025-01/draft_orders/delete.json +2 -2
  999. package/schemas/2025-01/draft_orders/update.json +1050 -1034
  1000. package/schemas/2025-01/fulfillment_events/create.json +64 -64
  1001. package/schemas/2025-01/fulfillment_events/delete.json +64 -64
  1002. package/schemas/2025-01/fulfillment_orders/cancellation_request_accepted.json +6 -6
  1003. package/schemas/2025-01/fulfillment_orders/cancellation_request_rejected.json +10 -10
  1004. package/schemas/2025-01/fulfillment_orders/cancellation_request_submitted.json +14 -14
  1005. package/schemas/2025-01/fulfillment_orders/cancelled.json +10 -10
  1006. package/schemas/2025-01/fulfillment_orders/fulfillment_request_accepted.json +10 -10
  1007. package/schemas/2025-01/fulfillment_orders/fulfillment_request_rejected.json +10 -10
  1008. package/schemas/2025-01/fulfillment_orders/fulfillment_request_submitted.json +30 -30
  1009. package/schemas/2025-01/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
  1010. package/schemas/2025-01/fulfillment_orders/hold_released.json +6 -6
  1011. package/schemas/2025-01/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
  1012. package/schemas/2025-01/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
  1013. package/schemas/2025-01/fulfillment_orders/merged.json +35 -35
  1014. package/schemas/2025-01/fulfillment_orders/moved.json +53 -53
  1015. package/schemas/2025-01/fulfillment_orders/order_routing_complete.json +6 -6
  1016. package/schemas/2025-01/fulfillment_orders/placed_on_hold.json +214 -214
  1017. package/schemas/2025-01/fulfillment_orders/rescheduled.json +12 -12
  1018. package/schemas/2025-01/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
  1019. package/schemas/2025-01/fulfillment_orders/split.json +179 -179
  1020. package/schemas/2025-01/fulfillments/create.json +355 -355
  1021. package/schemas/2025-01/fulfillments/update.json +355 -355
  1022. package/schemas/2025-01/inventory_items/create.json +42 -42
  1023. package/schemas/2025-01/inventory_items/delete.json +23 -23
  1024. package/schemas/2025-01/inventory_items/update.json +42 -42
  1025. package/schemas/2025-01/inventory_levels/connect.json +16 -16
  1026. package/schemas/2025-01/inventory_levels/disconnect.json +2 -2
  1027. package/schemas/2025-01/inventory_levels/update.json +16 -16
  1028. package/schemas/2025-01/locales/create.json +2 -2
  1029. package/schemas/2025-01/locales/update.json +2 -2
  1030. package/schemas/2025-01/locations/activate.json +37 -37
  1031. package/schemas/2025-01/locations/create.json +37 -37
  1032. package/schemas/2025-01/locations/deactivate.json +37 -37
  1033. package/schemas/2025-01/locations/delete.json +2 -2
  1034. package/schemas/2025-01/locations/update.json +37 -37
  1035. package/schemas/2025-01/markets/create.json +10 -10
  1036. package/schemas/2025-01/markets/delete.json +2 -2
  1037. package/schemas/2025-01/markets/update.json +10 -10
  1038. package/schemas/2025-01/metaobjects/create.json +52 -52
  1039. package/schemas/2025-01/metaobjects/delete.json +13 -13
  1040. package/schemas/2025-01/metaobjects/update.json +52 -52
  1041. package/schemas/2025-01/order_transactions/create.json +115 -115
  1042. package/schemas/2025-01/orders/cancelled.json +1956 -1956
  1043. package/schemas/2025-01/orders/create.json +1956 -1956
  1044. package/schemas/2025-01/orders/delete.json +2 -2
  1045. package/schemas/2025-01/orders/edited.json +76 -76
  1046. package/schemas/2025-01/orders/fulfilled.json +1956 -1956
  1047. package/schemas/2025-01/orders/paid.json +1956 -1956
  1048. package/schemas/2025-01/orders/partially_fulfilled.json +1956 -1956
  1049. package/schemas/2025-01/orders/risk_assessment_changed.json +21 -21
  1050. package/schemas/2025-01/orders/shopify_protect_eligibility_changed.json +12 -12
  1051. package/schemas/2025-01/orders/updated.json +1956 -1956
  1052. package/schemas/2025-01/payment_schedules/due.json +47 -31
  1053. package/schemas/2025-01/payment_terms/create.json +71 -55
  1054. package/schemas/2025-01/payment_terms/delete.json +2 -2
  1055. package/schemas/2025-01/payment_terms/update.json +71 -55
  1056. package/schemas/2025-01/product_feeds/create.json +7 -7
  1057. package/schemas/2025-01/product_feeds/full_sync.json +195 -195
  1058. package/schemas/2025-01/product_feeds/full_sync_finish.json +58 -58
  1059. package/schemas/2025-01/product_feeds/incremental_sync.json +190 -190
  1060. package/schemas/2025-01/product_feeds/update.json +7 -7
  1061. package/schemas/2025-01/product_listings/add.json +132 -132
  1062. package/schemas/2025-01/product_listings/remove.json +4 -4
  1063. package/schemas/2025-01/product_listings/update.json +132 -132
  1064. package/schemas/2025-01/product_publications/create.json +23 -23
  1065. package/schemas/2025-01/product_publications/delete.json +2 -2
  1066. package/schemas/2025-01/product_publications/update.json +23 -23
  1067. package/schemas/2025-01/products/create.json +283 -283
  1068. package/schemas/2025-01/products/delete.json +2 -2
  1069. package/schemas/2025-01/products/update.json +283 -283
  1070. package/schemas/2025-01/profiles/create.json +2 -2
  1071. package/schemas/2025-01/profiles/delete.json +2 -2
  1072. package/schemas/2025-01/profiles/update.json +2 -2
  1073. package/schemas/2025-01/refunds/create.json +499 -356
  1074. package/schemas/2025-01/returns/approve.json +71 -71
  1075. package/schemas/2025-01/returns/cancel.json +7 -7
  1076. package/schemas/2025-01/returns/close.json +7 -7
  1077. package/schemas/2025-01/returns/decline.json +18 -18
  1078. package/schemas/2025-01/returns/reopen.json +7 -7
  1079. package/schemas/2025-01/returns/request.json +35 -35
  1080. package/schemas/2025-01/returns/update.json +40 -40
  1081. package/schemas/2025-01/reverse_deliveries/attach_deliverable.json +36 -36
  1082. package/schemas/2025-01/reverse_fulfillment_orders/dispose.json +39 -39
  1083. package/schemas/2025-01/scheduled_product_listings/add.json +132 -132
  1084. package/schemas/2025-01/scheduled_product_listings/remove.json +4 -4
  1085. package/schemas/2025-01/scheduled_product_listings/update.json +132 -132
  1086. package/schemas/2025-01/segments/create.json +13 -13
  1087. package/schemas/2025-01/segments/delete.json +2 -2
  1088. package/schemas/2025-01/segments/update.json +13 -13
  1089. package/schemas/2025-01/selling_plan_groups/create.json +76 -76
  1090. package/schemas/2025-01/selling_plan_groups/delete.json +4 -4
  1091. package/schemas/2025-01/selling_plan_groups/update.json +76 -76
  1092. package/schemas/2025-01/shop/update.json +171 -171
  1093. package/schemas/2025-01/subscription_billing_attempts/challenged.json +38 -38
  1094. package/schemas/2025-01/subscription_billing_attempts/failure.json +38 -38
  1095. package/schemas/2025-01/subscription_billing_attempts/success.json +38 -38
  1096. package/schemas/2025-01/subscription_billing_cycle_edits/create.json +24 -24
  1097. package/schemas/2025-01/subscription_billing_cycle_edits/delete.json +24 -24
  1098. package/schemas/2025-01/subscription_billing_cycle_edits/update.json +24 -24
  1099. package/schemas/2025-01/subscription_billing_cycles/skip.json +24 -24
  1100. package/schemas/2025-01/subscription_billing_cycles/unskip.json +24 -24
  1101. package/schemas/2025-01/subscription_contracts/activate.json +29 -29
  1102. package/schemas/2025-01/subscription_contracts/cancel.json +29 -29
  1103. package/schemas/2025-01/subscription_contracts/create.json +29 -29
  1104. package/schemas/2025-01/subscription_contracts/expire.json +29 -29
  1105. package/schemas/2025-01/subscription_contracts/fail.json +29 -29
  1106. package/schemas/2025-01/subscription_contracts/pause.json +29 -29
  1107. package/schemas/2025-01/subscription_contracts/update.json +29 -29
  1108. package/schemas/2025-01/tax_services/create.json +9 -9
  1109. package/schemas/2025-01/tax_services/update.json +9 -9
  1110. package/schemas/2025-01/tender_transactions/create.json +36 -36
  1111. package/schemas/2025-01/themes/create.json +22 -22
  1112. package/schemas/2025-01/themes/delete.json +2 -2
  1113. package/schemas/2025-01/themes/publish.json +22 -22
  1114. package/schemas/2025-01/themes/update.json +22 -22
  1115. package/schemas/2025-01/variants/in_stock.json +45 -45
  1116. package/schemas/2025-01/variants/out_of_stock.json +45 -45
@@ -1,406 +1,517 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "type": "object",
4
3
  "properties": {
5
- "id": {
6
- "type": "integer"
7
- },
8
- "token": {
4
+ "abandoned_checkout_url": {
5
+ "format": "uri",
9
6
  "type": "string"
10
7
  },
8
+ "billing_address": {
9
+ "properties": {
10
+ "address1": {
11
+ "type": "string"
12
+ },
13
+ "address2": {
14
+ "type": [
15
+ "null",
16
+ "string"
17
+ ]
18
+ },
19
+ "city": {
20
+ "type": "string"
21
+ },
22
+ "company": {
23
+ "type": [
24
+ "null",
25
+ "string"
26
+ ]
27
+ },
28
+ "country": {
29
+ "type": "string"
30
+ },
31
+ "country_code": {
32
+ "type": "string"
33
+ },
34
+ "first_name": {
35
+ "type": "string"
36
+ },
37
+ "last_name": {
38
+ "type": "string"
39
+ },
40
+ "latitude": {
41
+ "type": [
42
+ "null",
43
+ "number"
44
+ ]
45
+ },
46
+ "longitude": {
47
+ "type": [
48
+ "null",
49
+ "number"
50
+ ]
51
+ },
52
+ "name": {
53
+ "type": "string"
54
+ },
55
+ "phone": {
56
+ "type": "string"
57
+ },
58
+ "province": {
59
+ "type": [
60
+ "null",
61
+ "string"
62
+ ]
63
+ },
64
+ "province_code": {
65
+ "type": [
66
+ "null",
67
+ "string"
68
+ ]
69
+ },
70
+ "zip": {
71
+ "type": "string"
72
+ }
73
+ },
74
+ "required": [
75
+ "address1",
76
+ "address2",
77
+ "city",
78
+ "company",
79
+ "country",
80
+ "country_code",
81
+ "first_name",
82
+ "last_name",
83
+ "latitude",
84
+ "longitude",
85
+ "name",
86
+ "phone",
87
+ "province",
88
+ "province_code",
89
+ "zip"
90
+ ],
91
+ "type": "object"
92
+ },
93
+ "buyer_accepts_marketing": {
94
+ "type": "boolean"
95
+ },
96
+ "buyer_accepts_sms_marketing": {
97
+ "type": "boolean"
98
+ },
11
99
  "cart_token": {
12
100
  "type": [
13
- "string",
14
- "null"
101
+ "null",
102
+ "string"
15
103
  ]
16
104
  },
17
- "email": {
105
+ "closed_at": {
106
+ "format": "date-time",
18
107
  "type": [
19
- "string",
20
- "null"
108
+ "null",
109
+ "string"
21
110
  ]
22
111
  },
23
- "gateway": {
112
+ "completed_at": {
113
+ "format": "date-time",
24
114
  "type": [
25
- "string",
26
- "null"
115
+ "null",
116
+ "string"
27
117
  ]
28
118
  },
29
- "buyer_accepts_marketing": {
30
- "type": "boolean"
31
- },
32
119
  "created_at": {
33
120
  "type": "string"
34
121
  },
35
- "updated_at": {
122
+ "currency": {
36
123
  "type": "string"
37
124
  },
38
- "landing_site": {
39
- "type": [
40
- "string",
41
- "null"
42
- ]
43
- },
44
- "note": {
45
- "type": [
46
- "string",
47
- "null"
48
- ]
49
- },
50
- "note_attributes": {
51
- "type": "array",
52
- "items": {
53
- "type": "object",
54
- "properties": {
55
- "value": {
56
- "type": "string"
57
- },
58
- "name": {
59
- "type": "string"
60
- }
125
+ "customer": {
126
+ "properties": {
127
+ "accepts_marketing": {
128
+ "type": "boolean"
61
129
  },
62
- "required": [
63
- "value",
64
- "name"
65
- ]
66
- }
67
- },
68
- "referring_site": {
69
- "type": [
70
- "string",
71
- "null"
72
- ]
73
- },
74
- "shipping_lines": {
75
- "type": "array",
76
- "items": {
77
- "type": "object",
78
- "properties": {
79
- "carrier_identifier": {
80
- "type": [
81
- "string",
82
- "null"
83
- ]
84
- },
85
- "delivery_expectation_range": {
86
- "type": [
87
- "array",
88
- "null"
89
- ],
90
- "items": {
130
+ "accepts_marketing_updated_at": {
131
+ "format": "date-time",
132
+ "type": [
133
+ "null",
134
+ "string"
135
+ ]
136
+ },
137
+ "admin_graphql_api_id": {
138
+ "format": "uri",
139
+ "type": "string"
140
+ },
141
+ "created_at": {
142
+ "format": "date-time",
143
+ "type": [
144
+ "null",
145
+ "string"
146
+ ]
147
+ },
148
+ "currency": {
149
+ "type": "string"
150
+ },
151
+ "default_address": {
152
+ "properties": {
153
+ "address1": {
154
+ "type": "string"
155
+ },
156
+ "address2": {
157
+ "type": [
158
+ "null",
159
+ "string"
160
+ ]
161
+ },
162
+ "city": {
163
+ "type": "string"
164
+ },
165
+ "company": {
166
+ "type": [
167
+ "null",
168
+ "string"
169
+ ]
170
+ },
171
+ "country": {
172
+ "type": "string"
173
+ },
174
+ "country_code": {
175
+ "type": "string"
176
+ },
177
+ "country_name": {
178
+ "type": "string"
179
+ },
180
+ "customer_id": {
91
181
  "type": "integer"
182
+ },
183
+ "default": {
184
+ "type": "boolean"
185
+ },
186
+ "first_name": {
187
+ "type": [
188
+ "null",
189
+ "string"
190
+ ]
191
+ },
192
+ "id": {
193
+ "type": [
194
+ "integer",
195
+ "null"
196
+ ]
197
+ },
198
+ "last_name": {
199
+ "type": [
200
+ "null",
201
+ "string"
202
+ ]
203
+ },
204
+ "name": {
205
+ "type": "string"
206
+ },
207
+ "phone": {
208
+ "type": [
209
+ "null",
210
+ "string"
211
+ ]
212
+ },
213
+ "province": {
214
+ "type": [
215
+ "null",
216
+ "string"
217
+ ]
218
+ },
219
+ "province_code": {
220
+ "type": [
221
+ "null",
222
+ "string"
223
+ ]
224
+ },
225
+ "zip": {
226
+ "type": "string"
92
227
  }
93
228
  },
94
- "price": {
95
- "type": "string"
96
- },
97
- "api_client_id": {
98
- "type": [
99
- "string",
100
- "null"
101
- ],
102
- "format": "date-time"
103
- },
104
- "delivery_category": {
105
- "type": "null"
229
+ "required": [
230
+ "address1",
231
+ "address2",
232
+ "city",
233
+ "company",
234
+ "country",
235
+ "country_code",
236
+ "country_name",
237
+ "customer_id",
238
+ "default",
239
+ "first_name",
240
+ "id",
241
+ "last_name",
242
+ "name",
243
+ "phone",
244
+ "province",
245
+ "province_code",
246
+ "zip"
247
+ ],
248
+ "type": "object"
249
+ },
250
+ "email": {
251
+ "type": "string"
252
+ },
253
+ "email_marketing_consent": {
254
+ "properties": {
255
+ "consent_updated_at": {
256
+ "format": "date-time",
257
+ "type": [
258
+ "null",
259
+ "string"
260
+ ]
261
+ },
262
+ "opt_in_level": {
263
+ "type": [
264
+ "null",
265
+ "string"
266
+ ]
267
+ },
268
+ "state": {
269
+ "type": "string"
270
+ }
106
271
  },
107
- "source": {
108
- "type": "string"
109
- },
110
- "original_shop_price": {
111
- "type": [
112
- "string",
113
- "null"
114
- ]
115
- },
116
- "delivery_expectation_type": {
117
- "type": [
118
- "string",
119
- "null"
120
- ]
121
- },
122
- "phone": {
123
- "type": [
124
- "string",
125
- "null"
126
- ]
127
- },
128
- "validation_context": {
129
- "type": "null"
272
+ "required": [
273
+ "consent_updated_at",
274
+ "opt_in_level",
275
+ "state"
276
+ ],
277
+ "type": "object"
278
+ },
279
+ "first_name": {
280
+ "type": "string"
281
+ },
282
+ "id": {
283
+ "type": "integer"
284
+ },
285
+ "last_name": {
286
+ "type": "string"
287
+ },
288
+ "last_order_id": {
289
+ "type": [
290
+ "integer",
291
+ "null"
292
+ ]
293
+ },
294
+ "last_order_name": {
295
+ "type": [
296
+ "null",
297
+ "string"
298
+ ]
299
+ },
300
+ "marketing_opt_in_level": {
301
+ "type": [
302
+ "null",
303
+ "string"
304
+ ]
305
+ },
306
+ "multipass_identifier": {
307
+ "type": [
308
+ "null",
309
+ "string"
310
+ ]
311
+ },
312
+ "note": {
313
+ "type": [
314
+ "null",
315
+ "string"
316
+ ]
317
+ },
318
+ "orders_count": {
319
+ "type": "integer"
320
+ },
321
+ "phone": {
322
+ "type": [
323
+ "null",
324
+ "string"
325
+ ]
326
+ },
327
+ "sms_marketing_consent": {
328
+ "properties": {
329
+ "consent_collected_from": {
330
+ "type": "string"
331
+ },
332
+ "consent_updated_at": {
333
+ "format": "date-time",
334
+ "type": "string"
335
+ },
336
+ "opt_in_level": {
337
+ "type": "string"
338
+ },
339
+ "state": {
340
+ "type": "string"
341
+ }
130
342
  },
131
- "original_shop_markup": {
132
- "type": [
133
- "string",
134
- "null"
135
- ]
343
+ "required": [
344
+ "consent_collected_from",
345
+ "consent_updated_at",
346
+ "opt_in_level",
347
+ "state"
348
+ ],
349
+ "type": [
350
+ "null",
351
+ "object"
352
+ ]
353
+ },
354
+ "state": {
355
+ "type": "string"
356
+ },
357
+ "tags": {
358
+ "type": "string"
359
+ },
360
+ "tax_exempt": {
361
+ "type": "boolean"
362
+ },
363
+ "tax_exemptions": {
364
+ "items": false,
365
+ "type": "array"
366
+ },
367
+ "total_spent": {
368
+ "type": "string"
369
+ },
370
+ "updated_at": {
371
+ "format": "date-time",
372
+ "type": [
373
+ "null",
374
+ "string"
375
+ ]
376
+ },
377
+ "verified_email": {
378
+ "type": "boolean"
379
+ }
380
+ },
381
+ "required": [
382
+ "admin_graphql_api_id",
383
+ "created_at",
384
+ "currency",
385
+ "default_address",
386
+ "email",
387
+ "email_marketing_consent",
388
+ "first_name",
389
+ "id",
390
+ "last_name",
391
+ "last_order_id",
392
+ "last_order_name",
393
+ "multipass_identifier",
394
+ "note",
395
+ "orders_count",
396
+ "phone",
397
+ "sms_marketing_consent",
398
+ "state",
399
+ "tags",
400
+ "tax_exempt",
401
+ "tax_exemptions",
402
+ "total_spent",
403
+ "updated_at",
404
+ "verified_email"
405
+ ],
406
+ "type": "object"
407
+ },
408
+ "customer_locale": {
409
+ "type": [
410
+ "null",
411
+ "string"
412
+ ]
413
+ },
414
+ "device_id": {
415
+ "type": [
416
+ "null",
417
+ "string"
418
+ ]
419
+ },
420
+ "discount_codes": {
421
+ "items": {
422
+ "properties": {
423
+ "amount": {
424
+ "type": "string"
136
425
  },
137
- "title": {
426
+ "code": {
138
427
  "type": "string"
139
428
  },
429
+ "type": {
430
+ "type": "string"
431
+ }
432
+ },
433
+ "required": [
434
+ "amount",
435
+ "code",
436
+ "type"
437
+ ],
438
+ "type": "object"
439
+ },
440
+ "type": "array"
441
+ },
442
+ "email": {
443
+ "type": [
444
+ "null",
445
+ "string"
446
+ ]
447
+ },
448
+ "gateway": {
449
+ "type": [
450
+ "null",
451
+ "string"
452
+ ]
453
+ },
454
+ "id": {
455
+ "type": "integer"
456
+ },
457
+ "landing_site": {
458
+ "type": [
459
+ "null",
460
+ "string"
461
+ ]
462
+ },
463
+ "line_items": {
464
+ "items": {
465
+ "properties": {
140
466
  "applied_discounts": {
141
- "type": "array",
142
- "items": false
467
+ "items": false,
468
+ "type": "array"
143
469
  },
144
- "markup": {
145
- "type": "string"
470
+ "compare_at_price": {
471
+ "type": [
472
+ "null",
473
+ "string"
474
+ ]
146
475
  },
147
- "id": {
476
+ "destination_location_id": {
148
477
  "type": [
149
- "string",
478
+ "integer",
150
479
  "null"
151
480
  ]
152
481
  },
153
- "tax_lines": {
154
- "type": "array",
482
+ "discount_allocations": {
155
483
  "items": {
156
- "type": "object",
157
484
  "properties": {
158
- "title": {
159
- "type": "string"
160
- },
161
- "identifier": {
162
- "type": "null"
163
- },
164
- "price": {
485
+ "amount": {
165
486
  "type": "string"
166
487
  },
167
- "channel_liable": {
168
- "type": "boolean"
169
- },
170
- "compare_at": {
171
- "type": [
172
- "number",
173
- "null"
174
- ]
175
- },
176
- "position": {
177
- "type": "integer"
178
- },
179
- "source": {
488
+ "application_type": {
180
489
  "type": "string"
181
490
  },
182
- "rate": {
183
- "type": "number"
184
- },
185
- "zone": {
186
- "type": [
187
- "string",
188
- "null"
189
- ]
190
- },
191
- "reporting_jurisdiction_code": {
192
- "type": "null"
193
- },
194
- "reporting_non_taxable_amount": {
195
- "type": "null"
196
- },
197
- "reporting_jurisdiction_name": {
198
- "type": "null"
199
- },
200
- "reporting_jurisdiction_type": {
201
- "type": "null"
202
- },
203
- "tax_type": {
204
- "type": "null"
205
- },
206
- "reporting_taxable_amount": {
491
+ "created_at": {
207
492
  "type": "null"
208
493
  },
209
- "tax_calculation_price": {
494
+ "description": {
210
495
  "type": "string"
211
496
  },
212
- "tax_api_client_id": {
213
- "type": [
214
- "integer",
215
- "null"
216
- ]
217
- },
218
- "jurisdiction_source": {
219
- "type": "null"
220
- },
221
- "jurisdiction_id": {
222
- "type": "null"
223
- },
224
- "reporting_exempt_amount": {
225
- "type": "null"
497
+ "discount_class": {
498
+ "type": "string"
226
499
  },
227
- "jurisdiction_type": {
500
+ "id": {
228
501
  "type": "null"
229
502
  }
230
503
  },
231
504
  "required": [
232
- "title",
233
- "identifier",
234
- "price",
235
- "channel_liable",
236
- "compare_at",
237
- "position",
238
- "source",
239
- "rate",
240
- "zone"
241
- ]
242
- }
243
- },
244
- "custom_tax_lines": {
245
- "type": "null"
246
- },
247
- "carrier_service_id": {
248
- "type": [
249
- "string",
250
- "null"
251
- ]
252
- },
253
- "requested_fulfillment_service_id": {
254
- "type": "null"
255
- },
256
- "code": {
257
- "type": "string"
258
- },
259
- "presentment_title": {
260
- "type": [
261
- "string",
262
- "null"
263
- ]
264
- },
265
- "estimated_delivery_time_range": {
266
- "type": "null"
267
- },
268
- "original_rate_price": {
269
- "type": [
270
- "string",
271
- "null"
272
- ]
273
- },
274
- "delivery_option_group_type": {
275
- "type": [
276
- "string",
277
- "null"
278
- ]
279
- },
280
- "delivery_option_group": {
281
- "type": "object",
282
- "properties": {
283
- "type": {
284
- "type": "string"
285
- },
286
- "token": {
287
- "type": "string"
288
- }
505
+ "amount",
506
+ "application_type",
507
+ "created_at",
508
+ "description",
509
+ "discount_class",
510
+ "id"
511
+ ],
512
+ "type": "object"
289
513
  },
290
- "required": [
291
- "type",
292
- "token"
293
- ]
294
- }
295
- },
296
- "required": [
297
- "carrier_identifier",
298
- "delivery_expectation_range",
299
- "price",
300
- "api_client_id",
301
- "delivery_category",
302
- "source",
303
- "original_shop_price",
304
- "delivery_expectation_type",
305
- "phone",
306
- "validation_context",
307
- "original_shop_markup",
308
- "title",
309
- "applied_discounts",
310
- "markup",
311
- "id",
312
- "tax_lines",
313
- "custom_tax_lines",
314
- "carrier_service_id",
315
- "requested_fulfillment_service_id",
316
- "code",
317
- "presentment_title"
318
- ]
319
- }
320
- },
321
- "taxes_included": {
322
- "type": "boolean"
323
- },
324
- "total_weight": {
325
- "type": "integer"
326
- },
327
- "currency": {
328
- "type": "string"
329
- },
330
- "completed_at": {
331
- "type": [
332
- "string",
333
- "null"
334
- ],
335
- "format": "date-time"
336
- },
337
- "closed_at": {
338
- "type": [
339
- "string",
340
- "null"
341
- ],
342
- "format": "date-time"
343
- },
344
- "user_id": {
345
- "type": [
346
- "integer",
347
- "null"
348
- ]
349
- },
350
- "location_id": {
351
- "type": [
352
- "integer",
353
- "null"
354
- ]
355
- },
356
- "source_identifier": {
357
- "type": [
358
- "string",
359
- "null"
360
- ]
361
- },
362
- "source_url": {
363
- "type": [
364
- "string",
365
- "null"
366
- ],
367
- "format": "uri"
368
- },
369
- "device_id": {
370
- "type": [
371
- "string",
372
- "null"
373
- ]
374
- },
375
- "phone": {
376
- "type": [
377
- "string",
378
- "null"
379
- ]
380
- },
381
- "customer_locale": {
382
- "type": [
383
- "string",
384
- "null"
385
- ]
386
- },
387
- "line_items": {
388
- "type": "array",
389
- "items": {
390
- "type": "object",
391
- "properties": {
392
- "applied_discounts": {
393
- "type": "array",
394
- "items": false
395
- },
396
- "key": {
397
- "type": "string"
398
- },
399
- "destination_location_id": {
400
- "type": [
401
- "integer",
402
- "null"
403
- ]
514
+ "type": "array"
404
515
  },
405
516
  "fulfillment_service": {
406
517
  "type": "string"
@@ -411,6 +522,15 @@
411
522
  "grams": {
412
523
  "type": "integer"
413
524
  },
525
+ "id": {
526
+ "type": "string"
527
+ },
528
+ "key": {
529
+ "type": "string"
530
+ },
531
+ "line_price": {
532
+ "type": "string"
533
+ },
414
534
  "origin_location_id": {
415
535
  "type": [
416
536
  "integer",
@@ -423,16 +543,14 @@
423
543
  "presentment_variant_title": {
424
544
  "type": "string"
425
545
  },
546
+ "price": {
547
+ "type": "string"
548
+ },
426
549
  "product_id": {
427
550
  "type": "integer"
428
551
  },
429
552
  "properties": {
430
- "type": [
431
- "array",
432
- "null"
433
- ],
434
553
  "items": {
435
- "type": "object",
436
554
  "properties": {
437
555
  "name": {
438
556
  "type": "string"
@@ -444,12 +562,23 @@
444
562
  "required": [
445
563
  "name",
446
564
  "value"
447
- ]
448
- }
565
+ ],
566
+ "type": "object"
567
+ },
568
+ "type": [
569
+ "array",
570
+ "null"
571
+ ]
449
572
  },
450
573
  "quantity": {
451
574
  "type": "integer"
452
575
  },
576
+ "rank": {
577
+ "type": [
578
+ "integer",
579
+ "null"
580
+ ]
581
+ },
453
582
  "requires_shipping": {
454
583
  "type": "boolean"
455
584
  },
@@ -457,93 +586,76 @@
457
586
  "type": "string"
458
587
  },
459
588
  "tax_lines": {
460
- "type": "array",
461
589
  "items": {
462
- "type": "object",
463
590
  "properties": {
464
- "price": {
465
- "type": "string"
466
- },
467
- "position": {
468
- "type": "integer"
469
- },
470
- "rate": {
471
- "type": "number"
472
- },
473
- "title": {
474
- "type": "string"
475
- },
476
- "source": {
477
- "type": "string"
478
- },
479
- "zone": {
480
- "type": [
481
- "string",
482
- "null"
483
- ]
591
+ "channel_liable": {
592
+ "type": "boolean"
484
593
  },
485
594
  "compare_at": {
486
595
  "type": [
487
- "number",
488
- "null"
596
+ "null",
597
+ "number"
489
598
  ]
490
599
  },
491
- "channel_liable": {
492
- "type": "boolean"
493
- },
494
600
  "identifier": {
495
601
  "type": "null"
496
602
  },
497
- "tax_type": {
498
- "type": "null"
499
- },
500
- "tax_registration_id": {
501
- "type": "null"
502
- },
503
603
  "jurisdiction_id": {
504
604
  "type": [
505
- "string",
506
- "null"
507
- ]
508
- },
509
- "jurisdiction_type": {
510
- "type": [
511
- "string",
512
- "null"
605
+ "null",
606
+ "string"
513
607
  ]
514
608
  },
515
609
  "jurisdiction_source": {
516
610
  "type": [
517
- "string",
518
- "null"
611
+ "null",
612
+ "string"
519
613
  ]
520
614
  },
521
- "reporting_taxable_amount": {
615
+ "jurisdiction_type": {
522
616
  "type": [
523
- "string",
524
- "null"
617
+ "null",
618
+ "string"
525
619
  ]
526
620
  },
527
- "reporting_non_taxable_amount": {
528
- "type": [
529
- "string",
530
- "null"
531
- ]
621
+ "position": {
622
+ "type": "integer"
623
+ },
624
+ "price": {
625
+ "type": "string"
626
+ },
627
+ "rate": {
628
+ "type": "number"
532
629
  },
533
630
  "reporting_exempt_amount": {
534
631
  "type": [
535
- "string",
536
- "null"
632
+ "null",
633
+ "string"
537
634
  ]
538
635
  },
636
+ "reporting_jurisdiction_code": {
637
+ "type": "null"
638
+ },
539
639
  "reporting_jurisdiction_name": {
540
640
  "type": "null"
541
641
  },
542
642
  "reporting_jurisdiction_type": {
543
643
  "type": "null"
544
644
  },
545
- "reporting_jurisdiction_code": {
546
- "type": "null"
645
+ "reporting_non_taxable_amount": {
646
+ "type": [
647
+ "null",
648
+ "string"
649
+ ]
650
+ },
651
+ "reporting_taxable_amount": {
652
+ "type": [
653
+ "null",
654
+ "string"
655
+ ]
656
+ },
657
+ "source": {
658
+ "type": "string"
547
659
  },
548
660
  "tax_api_client_id": {
549
661
  "type": [
@@ -553,19 +665,36 @@
553
665
  },
554
666
  "tax_calculation_price": {
555
667
  "type": "string"
556
- }
557
- },
558
- "required": [
559
- "price",
560
- "position",
561
- "rate",
562
- "title",
563
- "source",
564
- "zone",
565
- "compare_at",
566
- "channel_liable"
567
- ]
568
- }
668
+ },
669
+ "tax_registration_id": {
670
+ "type": "null"
671
+ },
672
+ "tax_type": {
673
+ "type": "null"
674
+ },
675
+ "title": {
676
+ "type": "string"
677
+ },
678
+ "zone": {
679
+ "type": [
680
+ "null",
681
+ "string"
682
+ ]
683
+ }
684
+ },
685
+ "required": [
686
+ "channel_liable",
687
+ "compare_at",
688
+ "position",
689
+ "price",
690
+ "rate",
691
+ "source",
692
+ "title",
693
+ "zone"
694
+ ],
695
+ "type": "object"
696
+ },
697
+ "type": "array"
569
698
  },
570
699
  "taxable": {
571
700
  "type": "boolean"
@@ -573,726 +702,597 @@
573
702
  "title": {
574
703
  "type": "string"
575
704
  },
576
- "variant_id": {
577
- "type": "integer"
578
- },
579
- "variant_title": {
580
- "type": "string"
581
- },
582
- "variant_price": {
583
- "type": "string"
584
- },
585
- "vendor": {
586
- "type": "string"
587
- },
588
- "user_id": {
589
- "type": "null"
590
- },
591
705
  "unit_price_measurement": {
592
- "type": "object",
593
706
  "properties": {
594
707
  "measured_type": {
595
708
  "type": "null"
596
709
  },
597
- "quantity_value": {
598
- "type": "null"
599
- },
600
710
  "quantity_unit": {
601
711
  "type": "null"
602
712
  },
603
- "reference_value": {
713
+ "quantity_value": {
604
714
  "type": "null"
605
715
  },
606
716
  "reference_unit": {
607
717
  "type": "null"
718
+ },
719
+ "reference_value": {
720
+ "type": "null"
608
721
  }
609
722
  },
610
723
  "required": [
611
724
  "measured_type",
612
- "quantity_value",
613
725
  "quantity_unit",
614
- "reference_value",
615
- "reference_unit"
616
- ]
726
+ "quantity_value",
727
+ "reference_unit",
728
+ "reference_value"
729
+ ],
730
+ "type": "object"
617
731
  },
618
- "rank": {
619
- "type": [
620
- "integer",
621
- "null"
622
- ]
732
+ "user_id": {
733
+ "type": "null"
623
734
  },
624
- "compare_at_price": {
625
- "type": [
626
- "string",
627
- "null"
628
- ]
735
+ "variant_id": {
736
+ "type": "integer"
629
737
  },
630
- "line_price": {
738
+ "variant_price": {
631
739
  "type": "string"
632
740
  },
633
- "price": {
741
+ "variant_title": {
634
742
  "type": "string"
635
743
  },
636
- "id": {
744
+ "vendor": {
637
745
  "type": "string"
638
- },
639
- "discount_allocations": {
640
- "type": "array",
641
- "items": {
642
- "type": "object",
643
- "properties": {
644
- "id": {
645
- "type": "null"
646
- },
647
- "amount": {
648
- "type": "string"
649
- },
650
- "application_type": {
651
- "type": "string"
652
- },
653
- "created_at": {
654
- "type": "null"
655
- },
656
- "description": {
657
- "type": "string"
658
- },
659
- "discount_class": {
660
- "type": "string"
661
- }
662
- },
663
- "required": [
664
- "id",
665
- "amount",
666
- "application_type",
667
- "created_at",
668
- "description",
669
- "discount_class"
670
- ]
671
- }
672
746
  }
673
747
  },
674
748
  "required": [
675
749
  "applied_discounts",
676
- "key",
750
+ "compare_at_price",
677
751
  "destination_location_id",
678
752
  "fulfillment_service",
679
753
  "gift_card",
680
754
  "grams",
755
+ "key",
756
+ "line_price",
681
757
  "origin_location_id",
682
758
  "presentment_title",
683
759
  "presentment_variant_title",
760
+ "price",
684
761
  "product_id",
685
762
  "properties",
686
763
  "quantity",
764
+ "rank",
687
765
  "requires_shipping",
688
766
  "sku",
689
767
  "tax_lines",
690
768
  "taxable",
691
769
  "title",
770
+ "unit_price_measurement",
771
+ "user_id",
692
772
  "variant_id",
693
- "variant_title",
694
773
  "variant_price",
695
- "vendor",
696
- "user_id",
697
- "unit_price_measurement",
698
- "rank",
699
- "compare_at_price",
700
- "line_price",
701
- "price"
702
- ]
703
- }
704
- },
705
- "name": {
706
- "type": "string"
774
+ "variant_title",
775
+ "vendor"
776
+ ],
777
+ "type": "object"
778
+ },
779
+ "type": "array"
707
780
  },
708
- "source": {
781
+ "location_id": {
709
782
  "type": [
710
- "string",
783
+ "integer",
711
784
  "null"
712
785
  ]
713
786
  },
714
- "abandoned_checkout_url": {
715
- "type": "string",
716
- "format": "uri"
787
+ "name": {
788
+ "type": "string"
717
789
  },
718
- "discount_codes": {
719
- "type": "array",
720
- "items": {
721
- "type": "object",
722
- "properties": {
723
- "amount": {
724
- "type": "string"
725
- },
726
- "code": {
727
- "type": "string"
728
- },
729
- "type": {
730
- "type": "string"
731
- }
732
- },
733
- "required": [
734
- "amount",
735
- "code",
736
- "type"
737
- ]
738
- }
790
+ "note": {
791
+ "type": [
792
+ "null",
793
+ "string"
794
+ ]
739
795
  },
740
- "tax_lines": {
741
- "type": "array",
796
+ "note_attributes": {
742
797
  "items": {
743
- "type": "object",
744
798
  "properties": {
745
- "price": {
799
+ "name": {
746
800
  "type": "string"
747
801
  },
748
- "rate": {
749
- "type": "number"
750
- },
751
- "title": {
802
+ "value": {
752
803
  "type": "string"
753
- },
754
- "channel_liable": {
755
- "type": "boolean"
756
804
  }
757
805
  },
758
806
  "required": [
759
- "price",
760
- "rate",
761
- "title",
762
- "channel_liable"
763
- ]
764
- }
765
- },
766
- "source_name": {
767
- "type": "string"
768
- },
769
- "presentment_currency": {
770
- "type": "string"
771
- },
772
- "buyer_accepts_sms_marketing": {
773
- "type": "boolean"
807
+ "name",
808
+ "value"
809
+ ],
810
+ "type": "object"
811
+ },
812
+ "type": "array"
774
813
  },
775
- "sms_marketing_phone": {
814
+ "phone": {
776
815
  "type": [
777
- "string",
778
- "null"
816
+ "null",
817
+ "string"
779
818
  ]
780
819
  },
781
- "total_discounts": {
782
- "type": "string"
783
- },
784
- "total_line_items_price": {
785
- "type": "string"
786
- },
787
- "total_price": {
788
- "type": "string"
789
- },
790
- "total_tax": {
791
- "type": "string"
792
- },
793
- "subtotal_price": {
820
+ "presentment_currency": {
794
821
  "type": "string"
795
822
  },
796
- "total_duties": {
797
- "anyOf": [
798
- {
799
- "type": "number"
800
- },
801
- {
802
- "type": "string"
803
- },
804
- {
805
- "type": "string"
806
- },
807
- {
808
- "type": "string"
809
- },
810
- {
811
- "type": "string"
812
- },
813
- {
814
- "type": "string"
815
- },
816
- {
817
- "type": "string"
818
- }
823
+ "referring_site": {
824
+ "type": [
825
+ "null",
826
+ "string"
819
827
  ]
820
828
  },
821
- "billing_address": {
822
- "type": "object",
829
+ "shipping_address": {
823
830
  "properties": {
824
- "first_name": {
825
- "type": "string"
826
- },
827
831
  "address1": {
828
832
  "type": "string"
829
833
  },
830
- "phone": {
831
- "type": "string"
834
+ "address2": {
835
+ "type": [
836
+ "null",
837
+ "string"
838
+ ]
832
839
  },
833
840
  "city": {
834
841
  "type": "string"
835
842
  },
836
- "zip": {
837
- "type": "string"
838
- },
839
- "province": {
843
+ "company": {
840
844
  "type": [
841
- "string",
842
- "null"
845
+ "null",
846
+ "string"
843
847
  ]
844
848
  },
845
849
  "country": {
846
850
  "type": "string"
847
851
  },
848
- "last_name": {
852
+ "country_code": {
849
853
  "type": "string"
850
854
  },
851
- "address2": {
852
- "type": [
853
- "string",
854
- "null"
855
- ]
855
+ "first_name": {
856
+ "type": "string"
856
857
  },
857
- "company": {
858
- "type": [
859
- "string",
860
- "null"
861
- ]
858
+ "last_name": {
859
+ "type": "string"
862
860
  },
863
861
  "latitude": {
864
862
  "type": [
865
- "number",
866
- "null"
863
+ "null",
864
+ "number"
867
865
  ]
868
866
  },
869
867
  "longitude": {
870
868
  "type": [
871
- "number",
872
- "null"
869
+ "null",
870
+ "number"
873
871
  ]
874
872
  },
875
873
  "name": {
876
874
  "type": "string"
877
875
  },
878
- "country_code": {
876
+ "phone": {
877
+ "type": "string"
878
+ },
879
+ "province": {
879
880
  "type": "string"
880
881
  },
881
882
  "province_code": {
882
- "type": [
883
- "string",
884
- "null"
885
- ]
886
- }
887
- },
888
- "required": [
889
- "first_name",
890
- "address1",
891
- "phone",
892
- "city",
893
- "zip",
894
- "province",
895
- "country",
896
- "last_name",
897
- "address2",
898
- "company",
899
- "latitude",
900
- "longitude",
901
- "name",
902
- "country_code",
903
- "province_code"
904
- ]
905
- },
906
- "shipping_address": {
907
- "type": "object",
908
- "properties": {
909
- "first_name": {
910
- "type": "string"
911
- },
912
- "address1": {
913
- "type": "string"
914
- },
915
- "phone": {
916
- "type": "string"
917
- },
918
- "city": {
919
883
  "type": "string"
920
884
  },
921
885
  "zip": {
922
886
  "type": "string"
923
- },
924
- "province": {
925
- "type": "string"
926
- },
927
- "country": {
928
- "type": "string"
929
- },
930
- "last_name": {
931
- "type": "string"
932
- },
933
- "address2": {
934
- "type": [
935
- "string",
936
- "null"
937
- ]
938
- },
939
- "company": {
940
- "type": [
941
- "string",
942
- "null"
943
- ]
944
- },
945
- "latitude": {
946
- "type": [
947
- "number",
948
- "null"
949
- ]
950
- },
951
- "longitude": {
952
- "type": [
953
- "number",
954
- "null"
955
- ]
956
- },
957
- "name": {
958
- "type": "string"
959
- },
960
- "country_code": {
961
- "type": "string"
962
- },
963
- "province_code": {
964
- "type": "string"
965
887
  }
966
- }
888
+ },
889
+ "type": "object"
967
890
  },
968
- "customer": {
969
- "type": "object",
970
- "properties": {
971
- "id": {
972
- "type": "integer"
973
- },
974
- "email": {
975
- "type": "string"
976
- },
977
- "created_at": {
978
- "type": [
979
- "string",
980
- "null"
981
- ],
982
- "format": "date-time"
983
- },
984
- "updated_at": {
985
- "type": [
986
- "string",
987
- "null"
988
- ],
989
- "format": "date-time"
990
- },
991
- "first_name": {
992
- "type": "string"
993
- },
994
- "last_name": {
995
- "type": "string"
996
- },
997
- "orders_count": {
998
- "type": "integer"
999
- },
1000
- "state": {
1001
- "type": "string"
1002
- },
1003
- "total_spent": {
1004
- "type": "string"
1005
- },
1006
- "last_order_id": {
1007
- "type": [
1008
- "integer",
1009
- "null"
1010
- ]
1011
- },
1012
- "note": {
1013
- "type": [
1014
- "string",
1015
- "null"
1016
- ]
1017
- },
1018
- "verified_email": {
1019
- "type": "boolean"
1020
- },
1021
- "multipass_identifier": {
1022
- "type": [
1023
- "string",
1024
- "null"
1025
- ]
1026
- },
1027
- "tax_exempt": {
1028
- "type": "boolean"
1029
- },
1030
- "tags": {
1031
- "type": "string"
1032
- },
1033
- "last_order_name": {
1034
- "type": [
1035
- "string",
1036
- "null"
1037
- ]
1038
- },
1039
- "currency": {
1040
- "type": "string"
1041
- },
1042
- "phone": {
1043
- "type": [
1044
- "string",
1045
- "null"
1046
- ]
1047
- },
1048
- "tax_exemptions": {
1049
- "type": "array",
1050
- "items": false
1051
- },
1052
- "email_marketing_consent": {
1053
- "type": "object",
1054
- "properties": {
1055
- "state": {
1056
- "type": "string"
891
+ "shipping_lines": {
892
+ "items": {
893
+ "properties": {
894
+ "api_client_id": {
895
+ "format": "date-time",
896
+ "type": [
897
+ "null",
898
+ "string"
899
+ ]
900
+ },
901
+ "applied_discounts": {
902
+ "items": false,
903
+ "type": "array"
904
+ },
905
+ "carrier_identifier": {
906
+ "type": [
907
+ "null",
908
+ "string"
909
+ ]
910
+ },
911
+ "carrier_service_id": {
912
+ "type": [
913
+ "null",
914
+ "string"
915
+ ]
916
+ },
917
+ "code": {
918
+ "type": "string"
919
+ },
920
+ "custom_tax_lines": {
921
+ "type": "null"
922
+ },
923
+ "delivery_category": {
924
+ "type": "null"
925
+ },
926
+ "delivery_expectation_range": {
927
+ "items": {
928
+ "type": "integer"
1057
929
  },
1058
- "opt_in_level": {
1059
- "type": [
1060
- "string",
1061
- "null"
1062
- ]
930
+ "type": [
931
+ "array",
932
+ "null"
933
+ ]
934
+ },
935
+ "delivery_expectation_type": {
936
+ "type": [
937
+ "null",
938
+ "string"
939
+ ]
940
+ },
941
+ "delivery_option_group": {
942
+ "properties": {
943
+ "token": {
944
+ "type": "string"
945
+ },
946
+ "type": {
947
+ "type": "string"
948
+ }
1063
949
  },
1064
- "consent_updated_at": {
1065
- "type": [
1066
- "string",
1067
- "null"
950
+ "required": [
951
+ "token",
952
+ "type"
953
+ ],
954
+ "type": "object"
955
+ },
956
+ "delivery_option_group_type": {
957
+ "type": [
958
+ "null",
959
+ "string"
960
+ ]
961
+ },
962
+ "estimated_delivery_time_range": {
963
+ "type": "null"
964
+ },
965
+ "id": {
966
+ "type": [
967
+ "null",
968
+ "string"
969
+ ]
970
+ },
971
+ "markup": {
972
+ "type": "string"
973
+ },
974
+ "original_rate_price": {
975
+ "type": [
976
+ "null",
977
+ "string"
978
+ ]
979
+ },
980
+ "original_shop_markup": {
981
+ "type": [
982
+ "null",
983
+ "string"
984
+ ]
985
+ },
986
+ "original_shop_price": {
987
+ "type": [
988
+ "null",
989
+ "string"
990
+ ]
991
+ },
992
+ "phone": {
993
+ "type": [
994
+ "null",
995
+ "string"
996
+ ]
997
+ },
998
+ "presentment_title": {
999
+ "type": [
1000
+ "null",
1001
+ "string"
1002
+ ]
1003
+ },
1004
+ "price": {
1005
+ "type": "string"
1006
+ },
1007
+ "requested_fulfillment_service_id": {
1008
+ "type": "null"
1009
+ },
1010
+ "source": {
1011
+ "type": "string"
1012
+ },
1013
+ "tax_lines": {
1014
+ "items": {
1015
+ "properties": {
1016
+ "channel_liable": {
1017
+ "type": "boolean"
1018
+ },
1019
+ "compare_at": {
1020
+ "type": [
1021
+ "null",
1022
+ "number"
1023
+ ]
1024
+ },
1025
+ "identifier": {
1026
+ "type": "null"
1027
+ },
1028
+ "jurisdiction_id": {
1029
+ "type": "null"
1030
+ },
1031
+ "jurisdiction_source": {
1032
+ "type": "null"
1033
+ },
1034
+ "jurisdiction_type": {
1035
+ "type": "null"
1036
+ },
1037
+ "position": {
1038
+ "type": "integer"
1039
+ },
1040
+ "price": {
1041
+ "type": "string"
1042
+ },
1043
+ "rate": {
1044
+ "type": "number"
1045
+ },
1046
+ "reporting_exempt_amount": {
1047
+ "type": "null"
1048
+ },
1049
+ "reporting_jurisdiction_code": {
1050
+ "type": "null"
1051
+ },
1052
+ "reporting_jurisdiction_name": {
1053
+ "type": "null"
1054
+ },
1055
+ "reporting_jurisdiction_type": {
1056
+ "type": "null"
1057
+ },
1058
+ "reporting_non_taxable_amount": {
1059
+ "type": "null"
1060
+ },
1061
+ "reporting_taxable_amount": {
1062
+ "type": "null"
1063
+ },
1064
+ "source": {
1065
+ "type": "string"
1066
+ },
1067
+ "tax_api_client_id": {
1068
+ "type": [
1069
+ "integer",
1070
+ "null"
1071
+ ]
1072
+ },
1073
+ "tax_calculation_price": {
1074
+ "type": "string"
1075
+ },
1076
+ "tax_type": {
1077
+ "type": "null"
1078
+ },
1079
+ "title": {
1080
+ "type": "string"
1081
+ },
1082
+ "zone": {
1083
+ "type": [
1084
+ "null",
1085
+ "string"
1086
+ ]
1087
+ }
1088
+ },
1089
+ "required": [
1090
+ "channel_liable",
1091
+ "compare_at",
1092
+ "identifier",
1093
+ "position",
1094
+ "price",
1095
+ "rate",
1096
+ "source",
1097
+ "title",
1098
+ "zone"
1068
1099
  ],
1069
- "format": "date-time"
1070
- }
1100
+ "type": "object"
1101
+ },
1102
+ "type": "array"
1103
+ },
1104
+ "title": {
1105
+ "type": "string"
1106
+ },
1107
+ "validation_context": {
1108
+ "type": "null"
1109
+ }
1110
+ },
1111
+ "required": [
1112
+ "api_client_id",
1113
+ "applied_discounts",
1114
+ "carrier_identifier",
1115
+ "carrier_service_id",
1116
+ "code",
1117
+ "custom_tax_lines",
1118
+ "delivery_category",
1119
+ "delivery_expectation_range",
1120
+ "delivery_expectation_type",
1121
+ "id",
1122
+ "markup",
1123
+ "original_shop_markup",
1124
+ "original_shop_price",
1125
+ "phone",
1126
+ "presentment_title",
1127
+ "price",
1128
+ "requested_fulfillment_service_id",
1129
+ "source",
1130
+ "tax_lines",
1131
+ "title",
1132
+ "validation_context"
1133
+ ],
1134
+ "type": "object"
1135
+ },
1136
+ "type": "array"
1137
+ },
1138
+ "sms_marketing_phone": {
1139
+ "type": [
1140
+ "null",
1141
+ "string"
1142
+ ]
1143
+ },
1144
+ "source": {
1145
+ "type": [
1146
+ "null",
1147
+ "string"
1148
+ ]
1149
+ },
1150
+ "source_identifier": {
1151
+ "type": [
1152
+ "null",
1153
+ "string"
1154
+ ]
1155
+ },
1156
+ "source_name": {
1157
+ "type": "string"
1158
+ },
1159
+ "source_url": {
1160
+ "format": "uri",
1161
+ "type": [
1162
+ "null",
1163
+ "string"
1164
+ ]
1165
+ },
1166
+ "subtotal_price": {
1167
+ "type": "string"
1168
+ },
1169
+ "tax_lines": {
1170
+ "items": {
1171
+ "properties": {
1172
+ "channel_liable": {
1173
+ "type": "boolean"
1174
+ },
1175
+ "price": {
1176
+ "type": "string"
1177
+ },
1178
+ "rate": {
1179
+ "type": "number"
1071
1180
  },
1072
- "required": [
1073
- "state",
1074
- "opt_in_level",
1075
- "consent_updated_at"
1076
- ]
1181
+ "title": {
1182
+ "type": "string"
1183
+ }
1077
1184
  },
1078
- "sms_marketing_consent": {
1079
- "type": [
1080
- "object",
1081
- "null"
1082
- ],
1083
- "properties": {
1084
- "opt_in_level": {
1085
- "type": "string"
1086
- },
1087
- "state": {
1088
- "type": "string"
1089
- },
1090
- "consent_collected_from": {
1091
- "type": "string"
1092
- },
1093
- "consent_updated_at": {
1094
- "type": "string",
1095
- "format": "date-time"
1096
- }
1097
- },
1098
- "required": [
1099
- "opt_in_level",
1100
- "state",
1101
- "consent_collected_from",
1102
- "consent_updated_at"
1103
- ]
1185
+ "required": [
1186
+ "channel_liable",
1187
+ "price",
1188
+ "rate",
1189
+ "title"
1190
+ ],
1191
+ "type": "object"
1192
+ },
1193
+ "type": "array"
1194
+ },
1195
+ "taxes_included": {
1196
+ "type": "boolean"
1197
+ },
1198
+ "token": {
1199
+ "type": "string"
1200
+ },
1201
+ "total_discounts": {
1202
+ "type": "string"
1203
+ },
1204
+ "total_duties": {
1205
+ "anyOf": [
1206
+ {
1207
+ "type": "number"
1104
1208
  },
1105
- "admin_graphql_api_id": {
1106
- "type": "string",
1107
- "format": "uri"
1209
+ {
1210
+ "type": "string"
1108
1211
  },
1109
- "default_address": {
1110
- "type": "object",
1111
- "properties": {
1112
- "id": {
1113
- "type": [
1114
- "integer",
1115
- "null"
1116
- ]
1117
- },
1118
- "customer_id": {
1119
- "type": "integer"
1120
- },
1121
- "first_name": {
1122
- "type": [
1123
- "string",
1124
- "null"
1125
- ]
1126
- },
1127
- "last_name": {
1128
- "type": [
1129
- "string",
1130
- "null"
1131
- ]
1132
- },
1133
- "company": {
1134
- "type": [
1135
- "string",
1136
- "null"
1137
- ]
1138
- },
1139
- "address1": {
1140
- "type": "string"
1141
- },
1142
- "address2": {
1143
- "type": [
1144
- "string",
1145
- "null"
1146
- ]
1147
- },
1148
- "city": {
1149
- "type": "string"
1150
- },
1151
- "province": {
1152
- "type": [
1153
- "string",
1154
- "null"
1155
- ]
1156
- },
1157
- "country": {
1158
- "type": "string"
1159
- },
1160
- "zip": {
1161
- "type": "string"
1162
- },
1163
- "phone": {
1164
- "type": [
1165
- "string",
1166
- "null"
1167
- ]
1168
- },
1169
- "name": {
1170
- "type": "string"
1171
- },
1172
- "province_code": {
1173
- "type": [
1174
- "string",
1175
- "null"
1176
- ]
1177
- },
1178
- "country_code": {
1179
- "type": "string"
1180
- },
1181
- "country_name": {
1182
- "type": "string"
1183
- },
1184
- "default": {
1185
- "type": "boolean"
1186
- }
1187
- },
1188
- "required": [
1189
- "id",
1190
- "customer_id",
1191
- "first_name",
1192
- "last_name",
1193
- "company",
1194
- "address1",
1195
- "address2",
1196
- "city",
1197
- "province",
1198
- "country",
1199
- "zip",
1200
- "phone",
1201
- "name",
1202
- "province_code",
1203
- "country_code",
1204
- "country_name",
1205
- "default"
1206
- ]
1212
+ {
1213
+ "type": "string"
1207
1214
  },
1208
- "marketing_opt_in_level": {
1209
- "type": [
1210
- "string",
1211
- "null"
1212
- ]
1215
+ {
1216
+ "type": "string"
1213
1217
  },
1214
- "accepts_marketing": {
1215
- "type": "boolean"
1218
+ {
1219
+ "type": "string"
1216
1220
  },
1217
- "accepts_marketing_updated_at": {
1218
- "type": [
1219
- "string",
1220
- "null"
1221
- ],
1222
- "format": "date-time"
1221
+ {
1222
+ "type": "string"
1223
+ },
1224
+ {
1225
+ "type": "string"
1223
1226
  }
1224
- },
1225
- "required": [
1226
- "id",
1227
- "email",
1228
- "created_at",
1229
- "updated_at",
1230
- "first_name",
1231
- "last_name",
1232
- "orders_count",
1233
- "state",
1234
- "total_spent",
1235
- "last_order_id",
1236
- "note",
1237
- "verified_email",
1238
- "multipass_identifier",
1239
- "tax_exempt",
1240
- "tags",
1241
- "last_order_name",
1242
- "currency",
1243
- "phone",
1244
- "tax_exemptions",
1245
- "email_marketing_consent",
1246
- "sms_marketing_consent",
1247
- "admin_graphql_api_id",
1248
- "default_address"
1227
+ ]
1228
+ },
1229
+ "total_line_items_price": {
1230
+ "type": "string"
1231
+ },
1232
+ "total_price": {
1233
+ "type": "string"
1234
+ },
1235
+ "total_tax": {
1236
+ "type": "string"
1237
+ },
1238
+ "total_weight": {
1239
+ "type": "integer"
1240
+ },
1241
+ "updated_at": {
1242
+ "type": "string"
1243
+ },
1244
+ "user_id": {
1245
+ "type": [
1246
+ "integer",
1247
+ "null"
1249
1248
  ]
1250
1249
  }
1251
1250
  },
1252
1251
  "required": [
1253
- "id",
1254
- "token",
1252
+ "abandoned_checkout_url",
1253
+ "billing_address",
1254
+ "buyer_accepts_marketing",
1255
+ "buyer_accepts_sms_marketing",
1255
1256
  "cart_token",
1257
+ "closed_at",
1258
+ "completed_at",
1259
+ "created_at",
1260
+ "currency",
1261
+ "customer",
1262
+ "customer_locale",
1263
+ "device_id",
1264
+ "discount_codes",
1256
1265
  "email",
1257
1266
  "gateway",
1258
- "buyer_accepts_marketing",
1259
- "created_at",
1260
- "updated_at",
1267
+ "id",
1261
1268
  "landing_site",
1269
+ "line_items",
1270
+ "location_id",
1271
+ "name",
1262
1272
  "note",
1263
1273
  "note_attributes",
1274
+ "phone",
1275
+ "presentment_currency",
1264
1276
  "referring_site",
1277
+ "shipping_address",
1265
1278
  "shipping_lines",
1266
- "taxes_included",
1267
- "total_weight",
1268
- "currency",
1269
- "completed_at",
1270
- "closed_at",
1271
- "user_id",
1272
- "location_id",
1279
+ "sms_marketing_phone",
1280
+ "source",
1273
1281
  "source_identifier",
1282
+ "source_name",
1274
1283
  "source_url",
1275
- "device_id",
1276
- "phone",
1277
- "customer_locale",
1278
- "line_items",
1279
- "name",
1280
- "source",
1281
- "abandoned_checkout_url",
1282
- "discount_codes",
1284
+ "subtotal_price",
1283
1285
  "tax_lines",
1284
- "source_name",
1285
- "presentment_currency",
1286
- "buyer_accepts_sms_marketing",
1287
- "sms_marketing_phone",
1286
+ "taxes_included",
1287
+ "token",
1288
1288
  "total_discounts",
1289
+ "total_duties",
1289
1290
  "total_line_items_price",
1290
1291
  "total_price",
1291
1292
  "total_tax",
1292
- "subtotal_price",
1293
- "total_duties",
1294
- "billing_address",
1295
- "shipping_address",
1296
- "customer"
1297
- ]
1293
+ "total_weight",
1294
+ "updated_at",
1295
+ "user_id"
1296
+ ],
1297
+ "type": "object"
1298
1298
  }