shopify-webhook-schemas 0.1.5 → 0.1.7

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 (1617) hide show
  1. package/dist/src/scrape.js +23 -9
  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/channels/delete.json +1 -4
  51. package/metadatas/2024-04/checkouts/create.json +6 -6
  52. package/metadatas/2024-04/checkouts/update.json +6 -6
  53. package/metadatas/2024-04/collection_publications/create.json +1 -4
  54. package/metadatas/2024-04/collection_publications/delete.json +1 -4
  55. package/metadatas/2024-04/collection_publications/update.json +1 -4
  56. package/metadatas/2024-04/customer.tags_added.json +1 -1
  57. package/metadatas/2024-04/customer.tags_removed.json +1 -1
  58. package/metadatas/2024-04/customers/create.json +24 -5
  59. package/metadatas/2024-04/customers/data_request.json +28 -0
  60. package/metadatas/2024-04/customers/disable.json +24 -5
  61. package/metadatas/2024-04/customers/enable.json +24 -5
  62. package/metadatas/2024-04/customers/redact.json +25 -0
  63. package/metadatas/2024-04/customers/update.json +24 -5
  64. package/metadatas/2024-04/discounts/create.json +2 -2
  65. package/metadatas/2024-04/discounts/delete.json +1 -1
  66. package/metadatas/2024-04/discounts/redeemcode_added.json +1 -1
  67. package/metadatas/2024-04/discounts/redeemcode_removed.json +1 -1
  68. package/metadatas/2024-04/discounts/update.json +2 -2
  69. package/metadatas/2024-04/draft_orders/create.json +30 -24
  70. package/metadatas/2024-04/draft_orders/update.json +32 -26
  71. package/metadatas/2024-04/fulfillment_orders/hold_released.json +1 -1
  72. package/metadatas/2024-04/fulfillment_orders/placed_on_hold.json +1 -1
  73. package/metadatas/2024-04/inventory_items/create.json +2 -0
  74. package/metadatas/2024-04/inventory_items/update.json +2 -0
  75. package/metadatas/2024-04/orders/cancelled.json +1 -1
  76. package/metadatas/2024-04/orders/create.json +1 -1
  77. package/metadatas/2024-04/orders/fulfilled.json +1 -1
  78. package/metadatas/2024-04/orders/paid.json +1 -1
  79. package/metadatas/2024-04/orders/partially_fulfilled.json +1 -1
  80. package/metadatas/2024-04/orders/updated.json +1 -1
  81. package/metadatas/2024-04/payment_schedules/due.json +9 -5
  82. package/metadatas/2024-04/payment_terms/create.json +9 -5
  83. package/metadatas/2024-04/payment_terms/update.json +9 -5
  84. package/metadatas/2024-04/refunds/create.json +70 -1
  85. package/metadatas/2024-04/returns/approve.json +1 -1
  86. package/metadatas/2024-04/returns/request.json +1 -1
  87. package/metadatas/2024-04/segments/update.json +1 -1
  88. package/metadatas/2024-04/selling_plan_groups/create.json +2 -2
  89. package/metadatas/2024-04/selling_plan_groups/delete.json +2 -2
  90. package/metadatas/2024-04/selling_plan_groups/update.json +2 -2
  91. package/metadatas/2024-04/shop/redact.json +15 -0
  92. package/metadatas/2024-04/subscription_billing_attempts/challenged.json +2 -2
  93. package/metadatas/2024-04/subscription_billing_attempts/failure.json +2 -2
  94. package/metadatas/2024-04/subscription_billing_attempts/success.json +2 -2
  95. package/metadatas/2024-04/subscription_billing_cycle_edits/create.json +1 -1
  96. package/metadatas/2024-04/subscription_billing_cycle_edits/delete.json +1 -1
  97. package/metadatas/2024-04/subscription_billing_cycle_edits/update.json +1 -1
  98. package/metadatas/2024-04/subscription_billing_cycles/skip.json +1 -1
  99. package/metadatas/2024-04/subscription_billing_cycles/unskip.json +1 -1
  100. package/metadatas/2024-04/subscription_contracts/activate.json +3 -3
  101. package/metadatas/2024-04/subscription_contracts/cancel.json +3 -3
  102. package/metadatas/2024-04/subscription_contracts/create.json +3 -3
  103. package/metadatas/2024-04/subscription_contracts/expire.json +3 -3
  104. package/metadatas/2024-04/subscription_contracts/fail.json +3 -3
  105. package/metadatas/2024-04/subscription_contracts/pause.json +3 -3
  106. package/metadatas/2024-04/subscription_contracts/update.json +3 -3
  107. package/metadatas/2024-04/variants/in_stock.json +1 -4
  108. package/metadatas/2024-04/variants/out_of_stock.json +1 -4
  109. package/metadatas/2024-07/app_purchases_one_time/update.json +1 -1
  110. package/metadatas/2024-07/app_subscriptions/approaching_capped_amount.json +1 -1
  111. package/metadatas/2024-07/bulk_operations/finish.json +2 -2
  112. package/metadatas/2024-07/channels/delete.json +1 -4
  113. package/metadatas/2024-07/checkouts/create.json +6 -6
  114. package/metadatas/2024-07/checkouts/update.json +6 -6
  115. package/metadatas/2024-07/collection_publications/create.json +1 -4
  116. package/metadatas/2024-07/collection_publications/delete.json +1 -4
  117. package/metadatas/2024-07/collection_publications/update.json +1 -4
  118. package/metadatas/2024-07/customer.tags_added.json +1 -1
  119. package/metadatas/2024-07/customer.tags_removed.json +1 -1
  120. package/metadatas/2024-07/customers/create.json +24 -5
  121. package/metadatas/2024-07/customers/data_request.json +28 -0
  122. package/metadatas/2024-07/customers/disable.json +24 -5
  123. package/metadatas/2024-07/customers/enable.json +24 -5
  124. package/metadatas/2024-07/customers/redact.json +25 -0
  125. package/metadatas/2024-07/customers/update.json +24 -5
  126. package/metadatas/2024-07/discounts/create.json +2 -2
  127. package/metadatas/2024-07/discounts/delete.json +1 -1
  128. package/metadatas/2024-07/discounts/redeemcode_added.json +1 -1
  129. package/metadatas/2024-07/discounts/redeemcode_removed.json +1 -1
  130. package/metadatas/2024-07/discounts/update.json +2 -2
  131. package/metadatas/2024-07/draft_orders/create.json +30 -24
  132. package/metadatas/2024-07/draft_orders/update.json +30 -24
  133. package/metadatas/2024-07/fulfillment_orders/hold_released.json +1 -1
  134. package/metadatas/2024-07/fulfillment_orders/placed_on_hold.json +1 -1
  135. package/metadatas/2024-07/inventory_items/create.json +2 -0
  136. package/metadatas/2024-07/inventory_items/update.json +2 -0
  137. package/metadatas/2024-07/orders/cancelled.json +1 -1
  138. package/metadatas/2024-07/orders/create.json +1 -1
  139. package/metadatas/2024-07/orders/fulfilled.json +1 -1
  140. package/metadatas/2024-07/orders/paid.json +1 -1
  141. package/metadatas/2024-07/orders/partially_fulfilled.json +1 -1
  142. package/metadatas/2024-07/orders/updated.json +1 -1
  143. package/metadatas/2024-07/payment_schedules/due.json +9 -5
  144. package/metadatas/2024-07/payment_terms/create.json +9 -5
  145. package/metadatas/2024-07/payment_terms/update.json +9 -5
  146. package/metadatas/2024-07/refunds/create.json +70 -1
  147. package/metadatas/2024-07/returns/approve.json +1 -1
  148. package/metadatas/2024-07/returns/request.json +1 -1
  149. package/metadatas/2024-07/segments/update.json +1 -1
  150. package/metadatas/2024-07/selling_plan_groups/create.json +2 -2
  151. package/metadatas/2024-07/selling_plan_groups/delete.json +2 -2
  152. package/metadatas/2024-07/selling_plan_groups/update.json +2 -2
  153. package/metadatas/2024-07/shop/redact.json +15 -0
  154. package/metadatas/2024-07/subscription_billing_attempts/challenged.json +2 -2
  155. package/metadatas/2024-07/subscription_billing_attempts/failure.json +2 -2
  156. package/metadatas/2024-07/subscription_billing_attempts/success.json +2 -2
  157. package/metadatas/2024-07/subscription_billing_cycle_edits/create.json +1 -1
  158. package/metadatas/2024-07/subscription_billing_cycle_edits/delete.json +1 -1
  159. package/metadatas/2024-07/subscription_billing_cycle_edits/update.json +1 -1
  160. package/metadatas/2024-07/subscription_billing_cycles/skip.json +1 -1
  161. package/metadatas/2024-07/subscription_billing_cycles/unskip.json +1 -1
  162. package/metadatas/2024-07/subscription_contracts/activate.json +3 -3
  163. package/metadatas/2024-07/subscription_contracts/cancel.json +3 -3
  164. package/metadatas/2024-07/subscription_contracts/create.json +3 -3
  165. package/metadatas/2024-07/subscription_contracts/expire.json +3 -3
  166. package/metadatas/2024-07/subscription_contracts/fail.json +3 -3
  167. package/metadatas/2024-07/subscription_contracts/pause.json +3 -3
  168. package/metadatas/2024-07/subscription_contracts/update.json +3 -3
  169. package/metadatas/2024-07/variants/in_stock.json +1 -4
  170. package/metadatas/2024-07/variants/out_of_stock.json +1 -4
  171. package/metadatas/2024-10/app/scopes_update.json +1 -1
  172. package/metadatas/2024-10/app_purchases_one_time/update.json +1 -1
  173. package/metadatas/2024-10/app_subscriptions/approaching_capped_amount.json +1 -1
  174. package/metadatas/2024-10/app_subscriptions/update.json +1 -1
  175. package/metadatas/2024-10/bulk_operations/finish.json +2 -2
  176. package/metadatas/2024-10/channels/delete.json +1 -4
  177. package/metadatas/2024-10/checkouts/create.json +6 -6
  178. package/metadatas/2024-10/checkouts/update.json +6 -6
  179. package/metadatas/2024-10/collection_publications/create.json +1 -4
  180. package/metadatas/2024-10/collection_publications/delete.json +1 -4
  181. package/metadatas/2024-10/collection_publications/update.json +1 -4
  182. package/metadatas/2024-10/customer.tags_added.json +1 -1
  183. package/metadatas/2024-10/customer.tags_removed.json +1 -1
  184. package/metadatas/2024-10/customers/create.json +24 -5
  185. package/metadatas/2024-10/customers/data_request.json +28 -0
  186. package/metadatas/2024-10/customers/disable.json +24 -5
  187. package/metadatas/2024-10/customers/enable.json +24 -5
  188. package/metadatas/2024-10/customers/redact.json +25 -0
  189. package/metadatas/2024-10/customers/update.json +24 -5
  190. package/metadatas/2024-10/discounts/create.json +2 -2
  191. package/metadatas/2024-10/discounts/delete.json +1 -1
  192. package/metadatas/2024-10/discounts/redeemcode_added.json +1 -1
  193. package/metadatas/2024-10/discounts/redeemcode_removed.json +1 -1
  194. package/metadatas/2024-10/discounts/update.json +2 -2
  195. package/metadatas/2024-10/draft_orders/create.json +29 -23
  196. package/metadatas/2024-10/draft_orders/update.json +31 -25
  197. package/metadatas/2024-10/fulfillment_orders/hold_released.json +1 -1
  198. package/metadatas/2024-10/fulfillment_orders/placed_on_hold.json +1 -1
  199. package/metadatas/2024-10/inventory_items/create.json +2 -0
  200. package/metadatas/2024-10/inventory_items/update.json +2 -0
  201. package/metadatas/2024-10/metafield_definitions/create.json +36 -0
  202. package/metadatas/2024-10/metafield_definitions/delete.json +19 -0
  203. package/metadatas/2024-10/metafield_definitions/update.json +36 -0
  204. package/metadatas/2024-10/orders/cancelled.json +1 -1
  205. package/metadatas/2024-10/orders/create.json +1 -1
  206. package/metadatas/2024-10/orders/fulfilled.json +1 -1
  207. package/metadatas/2024-10/orders/paid.json +1 -1
  208. package/metadatas/2024-10/orders/partially_fulfilled.json +1 -1
  209. package/metadatas/2024-10/orders/updated.json +1 -1
  210. package/metadatas/2024-10/payment_schedules/due.json +9 -5
  211. package/metadatas/2024-10/payment_terms/create.json +9 -5
  212. package/metadatas/2024-10/payment_terms/update.json +9 -5
  213. package/metadatas/2024-10/refunds/create.json +72 -1
  214. package/metadatas/2024-10/returns/approve.json +1 -1
  215. package/metadatas/2024-10/returns/request.json +1 -1
  216. package/metadatas/2024-10/segments/update.json +1 -1
  217. package/metadatas/2024-10/selling_plan_groups/update.json +2 -2
  218. package/metadatas/2024-10/shop/redact.json +15 -0
  219. package/metadatas/2024-10/subscription_billing_attempts/challenged.json +2 -2
  220. package/metadatas/2024-10/subscription_billing_attempts/failure.json +2 -2
  221. package/metadatas/2024-10/subscription_billing_attempts/success.json +2 -2
  222. package/metadatas/2024-10/subscription_billing_cycle_edits/create.json +1 -1
  223. package/metadatas/2024-10/subscription_billing_cycle_edits/delete.json +1 -1
  224. package/metadatas/2024-10/subscription_billing_cycle_edits/update.json +1 -1
  225. package/metadatas/2024-10/subscription_billing_cycles/skip.json +1 -1
  226. package/metadatas/2024-10/subscription_billing_cycles/unskip.json +1 -1
  227. package/metadatas/2024-10/subscription_contracts/activate.json +3 -3
  228. package/metadatas/2024-10/subscription_contracts/cancel.json +3 -3
  229. package/metadatas/2024-10/subscription_contracts/create.json +3 -3
  230. package/metadatas/2024-10/subscription_contracts/expire.json +3 -3
  231. package/metadatas/2024-10/subscription_contracts/fail.json +3 -3
  232. package/metadatas/2024-10/subscription_contracts/pause.json +3 -3
  233. package/metadatas/2024-10/subscription_contracts/update.json +3 -3
  234. package/metadatas/2024-10/variants/in_stock.json +1 -4
  235. package/metadatas/2024-10/variants/out_of_stock.json +1 -4
  236. package/metadatas/2025-01/app/scopes_update.json +1 -1
  237. package/metadatas/2025-01/app_purchases_one_time/update.json +1 -1
  238. package/metadatas/2025-01/bulk_operations/finish.json +2 -2
  239. package/metadatas/2025-01/channels/delete.json +1 -4
  240. package/metadatas/2025-01/checkouts/create.json +6 -17
  241. package/metadatas/2025-01/checkouts/update.json +6 -17
  242. package/metadatas/2025-01/collection_publications/create.json +1 -4
  243. package/metadatas/2025-01/collection_publications/delete.json +1 -4
  244. package/metadatas/2025-01/collection_publications/update.json +1 -4
  245. package/metadatas/2025-01/company_contact_roles/assign.json +8 -0
  246. package/metadatas/2025-01/company_contact_roles/revoke.json +8 -0
  247. package/metadatas/2025-01/company_locations/create.json +8 -0
  248. package/metadatas/2025-01/company_locations/delete.json +8 -0
  249. package/metadatas/2025-01/company_locations/update.json +8 -0
  250. package/metadatas/2025-01/customer.joined_segment.json +18 -0
  251. package/metadatas/2025-01/customer.left_segment.json +18 -0
  252. package/metadatas/2025-01/customer.tags_added.json +1 -1
  253. package/metadatas/2025-01/customer.tags_removed.json +1 -1
  254. package/metadatas/2025-01/customers/create.json +20 -8
  255. package/metadatas/2025-01/customers/data_request.json +28 -0
  256. package/metadatas/2025-01/customers/delete.json +0 -2
  257. package/metadatas/2025-01/customers/disable.json +20 -8
  258. package/metadatas/2025-01/customers/enable.json +20 -8
  259. package/metadatas/2025-01/customers/purchasing_summary.json +27 -0
  260. package/metadatas/2025-01/customers/redact.json +25 -0
  261. package/metadatas/2025-01/customers/update.json +20 -8
  262. package/metadatas/2025-01/discounts/create.json +2 -2
  263. package/metadatas/2025-01/discounts/delete.json +1 -1
  264. package/metadatas/2025-01/discounts/redeemcode_added.json +1 -1
  265. package/metadatas/2025-01/discounts/redeemcode_removed.json +1 -1
  266. package/metadatas/2025-01/discounts/update.json +2 -2
  267. package/metadatas/2025-01/draft_orders/create.json +30 -35
  268. package/metadatas/2025-01/draft_orders/update.json +29 -34
  269. package/metadatas/2025-01/fulfillment_holds/added.json +32 -0
  270. package/metadatas/2025-01/fulfillment_holds/released.json +32 -0
  271. package/metadatas/2025-01/fulfillment_orders/hold_released.json +1 -1
  272. package/metadatas/2025-01/fulfillment_orders/placed_on_hold.json +21 -3
  273. package/metadatas/2025-01/inventory_items/create.json +2 -0
  274. package/metadatas/2025-01/inventory_items/update.json +2 -0
  275. package/metadatas/2025-01/metafield_definitions/create.json +36 -0
  276. package/metadatas/2025-01/metafield_definitions/delete.json +19 -0
  277. package/metadatas/2025-01/metafield_definitions/update.json +36 -0
  278. package/metadatas/2025-01/orders/cancelled.json +3 -8
  279. package/metadatas/2025-01/orders/create.json +3 -8
  280. package/metadatas/2025-01/orders/fulfilled.json +3 -8
  281. package/metadatas/2025-01/orders/paid.json +3 -8
  282. package/metadatas/2025-01/orders/partially_fulfilled.json +3 -8
  283. package/metadatas/2025-01/orders/updated.json +3 -8
  284. package/metadatas/2025-01/payment_schedules/due.json +9 -5
  285. package/metadatas/2025-01/payment_terms/create.json +9 -5
  286. package/metadatas/2025-01/payment_terms/update.json +9 -5
  287. package/metadatas/2025-01/refunds/create.json +72 -1
  288. package/metadatas/2025-01/returns/approve.json +1 -1
  289. package/metadatas/2025-01/returns/request.json +1 -1
  290. package/metadatas/2025-01/segments/update.json +1 -1
  291. package/metadatas/2025-01/selling_plan_groups/create.json +2 -2
  292. package/metadatas/2025-01/selling_plan_groups/delete.json +2 -2
  293. package/metadatas/2025-01/selling_plan_groups/update.json +2 -2
  294. package/metadatas/2025-01/shop/redact.json +15 -0
  295. package/metadatas/2025-01/subscription_billing_attempts/challenged.json +2 -2
  296. package/metadatas/2025-01/subscription_billing_attempts/failure.json +2 -2
  297. package/metadatas/2025-01/subscription_billing_attempts/success.json +2 -2
  298. package/metadatas/2025-01/subscription_billing_cycle_edits/create.json +1 -1
  299. package/metadatas/2025-01/subscription_billing_cycle_edits/delete.json +1 -1
  300. package/metadatas/2025-01/subscription_billing_cycle_edits/update.json +1 -1
  301. package/metadatas/2025-01/subscription_billing_cycles/skip.json +1 -1
  302. package/metadatas/2025-01/subscription_billing_cycles/unskip.json +1 -1
  303. package/metadatas/2025-01/subscription_contracts/activate.json +3 -3
  304. package/metadatas/2025-01/subscription_contracts/cancel.json +3 -3
  305. package/metadatas/2025-01/subscription_contracts/create.json +3 -3
  306. package/metadatas/2025-01/subscription_contracts/expire.json +3 -3
  307. package/metadatas/2025-01/subscription_contracts/fail.json +3 -3
  308. package/metadatas/2025-01/subscription_contracts/pause.json +3 -3
  309. package/metadatas/2025-01/subscription_contracts/update.json +3 -3
  310. package/metadatas/2025-01/variants/in_stock.json +1 -4
  311. package/metadatas/2025-01/variants/out_of_stock.json +1 -4
  312. package/metadatas/2025-04/app/scopes_update.json +23 -0
  313. package/metadatas/2025-04/app/uninstalled.json +70 -0
  314. package/metadatas/2025-04/app_purchases_one_time/update.json +21 -0
  315. package/metadatas/2025-04/app_subscriptions/approaching_capped_amount.json +23 -0
  316. package/metadatas/2025-04/app_subscriptions/update.json +24 -0
  317. package/metadatas/2025-04/audit_events/admin_api_activity.json +67 -0
  318. package/metadatas/2025-04/bulk_operations/finish.json +20 -0
  319. package/metadatas/2025-04/carts/create.json +98 -0
  320. package/metadatas/2025-04/carts/update.json +98 -0
  321. package/metadatas/2025-04/channels/delete.json +18 -0
  322. package/metadatas/2025-04/checkouts/create.json +258 -0
  323. package/metadatas/2025-04/checkouts/delete.json +29 -0
  324. package/metadatas/2025-04/checkouts/update.json +258 -0
  325. package/metadatas/2025-04/collection_listings/add.json +28 -0
  326. package/metadatas/2025-04/collection_listings/remove.json +20 -0
  327. package/metadatas/2025-04/collection_listings/update.json +28 -0
  328. package/metadatas/2025-04/collection_publications/create.json +24 -0
  329. package/metadatas/2025-04/collection_publications/delete.json +18 -0
  330. package/metadatas/2025-04/collection_publications/update.json +24 -0
  331. package/metadatas/2025-04/collections/create.json +27 -0
  332. package/metadatas/2025-04/collections/delete.json +20 -0
  333. package/metadatas/2025-04/collections/update.json +27 -0
  334. package/metadatas/2025-04/companies/create.json +29 -0
  335. package/metadatas/2025-04/companies/delete.json +26 -0
  336. package/metadatas/2025-04/companies/update.json +29 -0
  337. package/metadatas/2025-04/company_contact_roles/assign.json +114 -0
  338. package/metadatas/2025-04/company_contact_roles/revoke.json +114 -0
  339. package/metadatas/2025-04/company_contacts/create.json +37 -0
  340. package/metadatas/2025-04/company_contacts/delete.json +34 -0
  341. package/metadatas/2025-04/company_contacts/update.json +37 -0
  342. package/metadatas/2025-04/company_locations/create.json +91 -0
  343. package/metadatas/2025-04/company_locations/delete.json +88 -0
  344. package/metadatas/2025-04/company_locations/update.json +91 -0
  345. package/metadatas/2025-04/customer.joined_segment.json +18 -0
  346. package/metadatas/2025-04/customer.left_segment.json +18 -0
  347. package/metadatas/2025-04/customer.tags_added.json +25 -0
  348. package/metadatas/2025-04/customer.tags_removed.json +25 -0
  349. package/metadatas/2025-04/customer_account_settings/update.json +17 -0
  350. package/metadatas/2025-04/customer_groups/create.json +25 -0
  351. package/metadatas/2025-04/customer_groups/delete.json +21 -0
  352. package/metadatas/2025-04/customer_groups/update.json +22 -0
  353. package/metadatas/2025-04/customer_payment_methods/create.json +32 -0
  354. package/metadatas/2025-04/customer_payment_methods/revoke.json +32 -0
  355. package/metadatas/2025-04/customer_payment_methods/update.json +32 -0
  356. package/metadatas/2025-04/customers/create.json +55 -0
  357. package/metadatas/2025-04/customers/data_request.json +28 -0
  358. package/metadatas/2025-04/customers/delete.json +22 -0
  359. package/metadatas/2025-04/customers/disable.json +55 -0
  360. package/metadatas/2025-04/customers/enable.json +55 -0
  361. package/metadatas/2025-04/customers/merge.json +30 -0
  362. package/metadatas/2025-04/customers/purchasing_summary.json +27 -0
  363. package/metadatas/2025-04/customers/redact.json +25 -0
  364. package/metadatas/2025-04/customers/update.json +55 -0
  365. package/metadatas/2025-04/customers_email_marketing_consent/update.json +27 -0
  366. package/metadatas/2025-04/customers_marketing_consent/update.json +28 -0
  367. package/metadatas/2025-04/delivery_promise_settings/update.json +19 -0
  368. package/metadatas/2025-04/discounts/create.json +22 -0
  369. package/metadatas/2025-04/discounts/delete.json +19 -0
  370. package/metadatas/2025-04/discounts/redeemcode_added.json +23 -0
  371. package/metadatas/2025-04/discounts/redeemcode_removed.json +23 -0
  372. package/metadatas/2025-04/discounts/update.json +22 -0
  373. package/metadatas/2025-04/disputes/create.json +32 -0
  374. package/metadatas/2025-04/disputes/update.json +32 -0
  375. package/metadatas/2025-04/domains/create.json +22 -0
  376. package/metadatas/2025-04/domains/destroy.json +22 -0
  377. package/metadatas/2025-04/domains/update.json +22 -0
  378. package/metadatas/2025-04/draft_orders/create.json +244 -0
  379. package/metadatas/2025-04/draft_orders/delete.json +18 -0
  380. package/metadatas/2025-04/draft_orders/update.json +244 -0
  381. package/metadatas/2025-04/fulfillment_events/create.json +38 -0
  382. package/metadatas/2025-04/fulfillment_events/delete.json +35 -0
  383. package/metadatas/2025-04/fulfillment_holds/added.json +32 -0
  384. package/metadatas/2025-04/fulfillment_holds/released.json +32 -0
  385. package/metadatas/2025-04/fulfillment_orders/cancellation_request_accepted.json +25 -0
  386. package/metadatas/2025-04/fulfillment_orders/cancellation_request_rejected.json +26 -0
  387. package/metadatas/2025-04/fulfillment_orders/cancellation_request_submitted.json +29 -0
  388. package/metadatas/2025-04/fulfillment_orders/cancelled.json +28 -0
  389. package/metadatas/2025-04/fulfillment_orders/fulfillment_request_accepted.json +26 -0
  390. package/metadatas/2025-04/fulfillment_orders/fulfillment_request_rejected.json +26 -0
  391. package/metadatas/2025-04/fulfillment_orders/fulfillment_request_submitted.json +34 -0
  392. package/metadatas/2025-04/fulfillment_orders/fulfillment_service_failed_to_complete.json +25 -0
  393. package/metadatas/2025-04/fulfillment_orders/hold_released.json +24 -0
  394. package/metadatas/2025-04/fulfillment_orders/line_items_prepared_for_local_delivery.json +28 -0
  395. package/metadatas/2025-04/fulfillment_orders/line_items_prepared_for_pickup.json +28 -0
  396. package/metadatas/2025-04/fulfillment_orders/merged.json +45 -0
  397. package/metadatas/2025-04/fulfillment_orders/moved.json +40 -0
  398. package/metadatas/2025-04/fulfillment_orders/order_routing_complete.json +25 -0
  399. package/metadatas/2025-04/fulfillment_orders/placed_on_hold.json +66 -0
  400. package/metadatas/2025-04/fulfillment_orders/rescheduled.json +25 -0
  401. package/metadatas/2025-04/fulfillment_orders/scheduled_fulfillment_order_ready.json +24 -0
  402. package/metadatas/2025-04/fulfillment_orders/split.json +37 -0
  403. package/metadatas/2025-04/fulfillments/create.json +185 -0
  404. package/metadatas/2025-04/fulfillments/update.json +185 -0
  405. package/metadatas/2025-04/inventory_items/create.json +31 -0
  406. package/metadatas/2025-04/inventory_items/delete.json +23 -0
  407. package/metadatas/2025-04/inventory_items/update.json +31 -0
  408. package/metadatas/2025-04/inventory_levels/connect.json +22 -0
  409. package/metadatas/2025-04/inventory_levels/disconnect.json +19 -0
  410. package/metadatas/2025-04/inventory_levels/update.json +22 -0
  411. package/metadatas/2025-04/locales/create.json +19 -0
  412. package/metadatas/2025-04/locales/update.json +19 -0
  413. package/metadatas/2025-04/locations/activate.json +34 -0
  414. package/metadatas/2025-04/locations/create.json +34 -0
  415. package/metadatas/2025-04/locations/deactivate.json +34 -0
  416. package/metadatas/2025-04/locations/delete.json +18 -0
  417. package/metadatas/2025-04/locations/update.json +34 -0
  418. package/metadatas/2025-04/markets/create.json +21 -0
  419. package/metadatas/2025-04/markets/delete.json +18 -0
  420. package/metadatas/2025-04/markets/update.json +21 -0
  421. package/metadatas/2025-04/metafield_definitions/create.json +36 -0
  422. package/metadatas/2025-04/metafield_definitions/delete.json +19 -0
  423. package/metadatas/2025-04/metafield_definitions/update.json +36 -0
  424. package/metadatas/2025-04/metaobjects/create.json +33 -0
  425. package/metadatas/2025-04/metaobjects/delete.json +20 -0
  426. package/metadatas/2025-04/metaobjects/update.json +33 -0
  427. package/metadatas/2025-04/order_transactions/create.json +68 -0
  428. package/metadatas/2025-04/orders/cancelled.json +453 -0
  429. package/metadatas/2025-04/orders/create.json +452 -0
  430. package/metadatas/2025-04/orders/delete.json +18 -0
  431. package/metadatas/2025-04/orders/edited.json +56 -0
  432. package/metadatas/2025-04/orders/fulfilled.json +452 -0
  433. package/metadatas/2025-04/orders/paid.json +452 -0
  434. package/metadatas/2025-04/orders/partially_fulfilled.json +452 -0
  435. package/metadatas/2025-04/orders/risk_assessment_changed.json +22 -0
  436. package/metadatas/2025-04/orders/shopify_protect_eligibility_changed.json +22 -0
  437. package/metadatas/2025-04/orders/updated.json +453 -0
  438. package/metadatas/2025-04/payment_schedules/due.json +31 -0
  439. package/metadatas/2025-04/payment_terms/create.json +42 -0
  440. package/metadatas/2025-04/payment_terms/delete.json +18 -0
  441. package/metadatas/2025-04/payment_terms/update.json +42 -0
  442. package/metadatas/2025-04/product_feeds/create.json +21 -0
  443. package/metadatas/2025-04/product_feeds/full_sync.json +111 -0
  444. package/metadatas/2025-04/product_feeds/full_sync_finish.json +37 -0
  445. package/metadatas/2025-04/product_feeds/incremental_sync.json +110 -0
  446. package/metadatas/2025-04/product_feeds/update.json +21 -0
  447. package/metadatas/2025-04/product_listings/add.json +105 -0
  448. package/metadatas/2025-04/product_listings/remove.json +20 -0
  449. package/metadatas/2025-04/product_listings/update.json +105 -0
  450. package/metadatas/2025-04/product_publications/create.json +24 -0
  451. package/metadatas/2025-04/product_publications/delete.json +18 -0
  452. package/metadatas/2025-04/product_publications/update.json +24 -0
  453. package/metadatas/2025-04/products/create.json +93 -0
  454. package/metadatas/2025-04/products/delete.json +18 -0
  455. package/metadatas/2025-04/products/update.json +93 -0
  456. package/metadatas/2025-04/profiles/create.json +22 -0
  457. package/metadatas/2025-04/profiles/delete.json +19 -0
  458. package/metadatas/2025-04/profiles/update.json +22 -0
  459. package/metadatas/2025-04/refunds/create.json +299 -0
  460. package/metadatas/2025-04/returns/approve.json +52 -0
  461. package/metadatas/2025-04/returns/cancel.json +24 -0
  462. package/metadatas/2025-04/returns/close.json +24 -0
  463. package/metadatas/2025-04/returns/decline.json +25 -0
  464. package/metadatas/2025-04/returns/process.json +45 -0
  465. package/metadatas/2025-04/returns/reopen.json +24 -0
  466. package/metadatas/2025-04/returns/request.json +31 -0
  467. package/metadatas/2025-04/returns/update.json +36 -0
  468. package/metadatas/2025-04/reverse_deliveries/attach_deliverable.json +37 -0
  469. package/metadatas/2025-04/reverse_fulfillment_orders/dispose.json +48 -0
  470. package/metadatas/2025-04/scheduled_product_listings/add.json +105 -0
  471. package/metadatas/2025-04/scheduled_product_listings/remove.json +20 -0
  472. package/metadatas/2025-04/scheduled_product_listings/update.json +105 -0
  473. package/metadatas/2025-04/segments/create.json +21 -0
  474. package/metadatas/2025-04/segments/delete.json +17 -0
  475. package/metadatas/2025-04/segments/update.json +21 -0
  476. package/metadatas/2025-04/selling_plan_groups/create.json +55 -0
  477. package/metadatas/2025-04/selling_plan_groups/delete.json +19 -0
  478. package/metadatas/2025-04/selling_plan_groups/update.json +55 -0
  479. package/metadatas/2025-04/shipping_addresses/create.json +16 -0
  480. package/metadatas/2025-04/shipping_addresses/update.json +16 -0
  481. package/metadatas/2025-04/shop/redact.json +15 -0
  482. package/metadatas/2025-04/shop/update.json +70 -0
  483. package/metadatas/2025-04/subscription_billing_attempts/challenged.json +30 -0
  484. package/metadatas/2025-04/subscription_billing_attempts/failure.json +30 -0
  485. package/metadatas/2025-04/subscription_billing_attempts/success.json +30 -0
  486. package/metadatas/2025-04/subscription_billing_cycle_edits/create.json +25 -0
  487. package/metadatas/2025-04/subscription_billing_cycle_edits/delete.json +25 -0
  488. package/metadatas/2025-04/subscription_billing_cycle_edits/update.json +25 -0
  489. package/metadatas/2025-04/subscription_billing_cycles/skip.json +25 -0
  490. package/metadatas/2025-04/subscription_billing_cycles/unskip.json +25 -0
  491. package/metadatas/2025-04/subscription_contracts/activate.json +36 -0
  492. package/metadatas/2025-04/subscription_contracts/cancel.json +36 -0
  493. package/metadatas/2025-04/subscription_contracts/create.json +36 -0
  494. package/metadatas/2025-04/subscription_contracts/expire.json +36 -0
  495. package/metadatas/2025-04/subscription_contracts/fail.json +36 -0
  496. package/metadatas/2025-04/subscription_contracts/pause.json +36 -0
  497. package/metadatas/2025-04/subscription_contracts/update.json +36 -0
  498. package/metadatas/2025-04/tax_services/create.json +24 -0
  499. package/metadatas/2025-04/tax_services/update.json +24 -0
  500. package/metadatas/2025-04/tender_transactions/create.json +30 -0
  501. package/metadatas/2025-04/themes/create.json +26 -0
  502. package/metadatas/2025-04/themes/delete.json +18 -0
  503. package/metadatas/2025-04/themes/publish.json +26 -0
  504. package/metadatas/2025-04/themes/update.json +26 -0
  505. package/metadatas/2025-04/variants/in_stock.json +36 -0
  506. package/metadatas/2025-04/variants/out_of_stock.json +36 -0
  507. package/package.json +19 -16
  508. package/schemas/2024-01/app/uninstalled.json +171 -171
  509. package/schemas/2024-01/app_purchases_one_time/update.json +18 -18
  510. package/schemas/2024-01/app_subscriptions/approaching_capped_amount.json +19 -19
  511. package/schemas/2024-01/app_subscriptions/update.json +23 -23
  512. package/schemas/2024-01/audit_events/admin_api_activity.json +120 -120
  513. package/schemas/2024-01/bulk_operations/finish.json +10 -10
  514. package/schemas/2024-01/carts/create.json +135 -135
  515. package/schemas/2024-01/carts/update.json +135 -135
  516. package/schemas/2024-01/channels/delete.json +2 -2
  517. package/schemas/2024-01/checkouts/create.json +1011 -1011
  518. package/schemas/2024-01/checkouts/delete.json +29 -29
  519. package/schemas/2024-01/checkouts/update.json +1011 -1011
  520. package/schemas/2024-01/collection_listings/add.json +22 -22
  521. package/schemas/2024-01/collection_listings/remove.json +8 -8
  522. package/schemas/2024-01/collection_listings/update.json +22 -22
  523. package/schemas/2024-01/collection_publications/create.json +23 -23
  524. package/schemas/2024-01/collection_publications/delete.json +2 -2
  525. package/schemas/2024-01/collection_publications/update.json +23 -23
  526. package/schemas/2024-01/collections/create.json +27 -27
  527. package/schemas/2024-01/collections/delete.json +8 -8
  528. package/schemas/2024-01/collections/update.json +27 -27
  529. package/schemas/2024-01/companies/create.json +25 -25
  530. package/schemas/2024-01/companies/delete.json +25 -25
  531. package/schemas/2024-01/companies/update.json +25 -25
  532. package/schemas/2024-01/company_contact_roles/assign.json +215 -215
  533. package/schemas/2024-01/company_contact_roles/revoke.json +215 -215
  534. package/schemas/2024-01/company_contacts/create.json +52 -52
  535. package/schemas/2024-01/company_contacts/delete.json +52 -52
  536. package/schemas/2024-01/company_contacts/update.json +52 -52
  537. package/schemas/2024-01/company_locations/create.json +168 -168
  538. package/schemas/2024-01/company_locations/delete.json +168 -168
  539. package/schemas/2024-01/company_locations/update.json +168 -168
  540. package/schemas/2024-01/customer.tags_added.json +12 -12
  541. package/schemas/2024-01/customer.tags_removed.json +12 -12
  542. package/schemas/2024-01/customer_groups/create.json +12 -12
  543. package/schemas/2024-01/customer_groups/delete.json +2 -2
  544. package/schemas/2024-01/customer_groups/update.json +12 -12
  545. package/schemas/2024-01/customer_payment_methods/create.json +24 -24
  546. package/schemas/2024-01/customer_payment_methods/revoke.json +24 -24
  547. package/schemas/2024-01/customer_payment_methods/update.json +24 -24
  548. package/schemas/2024-01/customers/create.json +143 -73
  549. package/schemas/2024-01/customers/delete.json +23 -23
  550. package/schemas/2024-01/customers/disable.json +143 -73
  551. package/schemas/2024-01/customers/enable.json +143 -73
  552. package/schemas/2024-01/customers/merge.json +24 -24
  553. package/schemas/2024-01/customers/update.json +143 -73
  554. package/schemas/2024-01/customers_email_marketing_consent/update.json +12 -12
  555. package/schemas/2024-01/customers_marketing_consent/update.json +14 -14
  556. package/schemas/2024-01/discounts/create.json +12 -12
  557. package/schemas/2024-01/discounts/delete.json +6 -6
  558. package/schemas/2024-01/discounts/redeemcode_added.json +14 -14
  559. package/schemas/2024-01/discounts/redeemcode_removed.json +14 -14
  560. package/schemas/2024-01/discounts/update.json +12 -12
  561. package/schemas/2024-01/disputes/create.json +40 -40
  562. package/schemas/2024-01/disputes/update.json +40 -40
  563. package/schemas/2024-01/domains/create.json +20 -20
  564. package/schemas/2024-01/domains/destroy.json +20 -20
  565. package/schemas/2024-01/domains/update.json +20 -20
  566. package/schemas/2024-01/draft_orders/create.json +1050 -1034
  567. package/schemas/2024-01/draft_orders/delete.json +2 -2
  568. package/schemas/2024-01/draft_orders/update.json +1050 -1034
  569. package/schemas/2024-01/fulfillment_events/create.json +64 -64
  570. package/schemas/2024-01/fulfillment_events/delete.json +64 -64
  571. package/schemas/2024-01/fulfillment_orders/cancellation_request_accepted.json +6 -6
  572. package/schemas/2024-01/fulfillment_orders/cancellation_request_rejected.json +10 -10
  573. package/schemas/2024-01/fulfillment_orders/cancellation_request_submitted.json +14 -14
  574. package/schemas/2024-01/fulfillment_orders/cancelled.json +10 -10
  575. package/schemas/2024-01/fulfillment_orders/fulfillment_request_accepted.json +10 -10
  576. package/schemas/2024-01/fulfillment_orders/fulfillment_request_rejected.json +10 -10
  577. package/schemas/2024-01/fulfillment_orders/fulfillment_request_submitted.json +30 -30
  578. package/schemas/2024-01/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
  579. package/schemas/2024-01/fulfillment_orders/hold_released.json +6 -6
  580. package/schemas/2024-01/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
  581. package/schemas/2024-01/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
  582. package/schemas/2024-01/fulfillment_orders/merged.json +35 -35
  583. package/schemas/2024-01/fulfillment_orders/moved.json +53 -53
  584. package/schemas/2024-01/fulfillment_orders/order_routing_complete.json +6 -6
  585. package/schemas/2024-01/fulfillment_orders/placed_on_hold.json +186 -186
  586. package/schemas/2024-01/fulfillment_orders/rescheduled.json +12 -12
  587. package/schemas/2024-01/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
  588. package/schemas/2024-01/fulfillment_orders/split.json +179 -179
  589. package/schemas/2024-01/fulfillments/create.json +355 -355
  590. package/schemas/2024-01/fulfillments/update.json +355 -355
  591. package/schemas/2024-01/inventory_items/create.json +42 -42
  592. package/schemas/2024-01/inventory_items/delete.json +23 -23
  593. package/schemas/2024-01/inventory_items/update.json +42 -42
  594. package/schemas/2024-01/inventory_levels/connect.json +16 -16
  595. package/schemas/2024-01/inventory_levels/disconnect.json +2 -2
  596. package/schemas/2024-01/inventory_levels/update.json +16 -16
  597. package/schemas/2024-01/locales/create.json +2 -2
  598. package/schemas/2024-01/locales/update.json +2 -2
  599. package/schemas/2024-01/locations/activate.json +37 -37
  600. package/schemas/2024-01/locations/create.json +37 -37
  601. package/schemas/2024-01/locations/deactivate.json +37 -37
  602. package/schemas/2024-01/locations/delete.json +2 -2
  603. package/schemas/2024-01/locations/update.json +37 -37
  604. package/schemas/2024-01/markets/create.json +10 -10
  605. package/schemas/2024-01/markets/delete.json +2 -2
  606. package/schemas/2024-01/markets/update.json +10 -10
  607. package/schemas/2024-01/metaobjects/create.json +52 -52
  608. package/schemas/2024-01/metaobjects/delete.json +13 -13
  609. package/schemas/2024-01/metaobjects/update.json +52 -52
  610. package/schemas/2024-01/order_transactions/create.json +111 -111
  611. package/schemas/2024-01/orders/cancelled.json +1618 -1618
  612. package/schemas/2024-01/orders/create.json +1618 -1618
  613. package/schemas/2024-01/orders/delete.json +2 -2
  614. package/schemas/2024-01/orders/edited.json +71 -71
  615. package/schemas/2024-01/orders/fulfilled.json +1618 -1618
  616. package/schemas/2024-01/orders/paid.json +1618 -1618
  617. package/schemas/2024-01/orders/partially_fulfilled.json +1618 -1618
  618. package/schemas/2024-01/orders/shopify_protect_eligibility_changed.json +12 -12
  619. package/schemas/2024-01/orders/updated.json +1618 -1618
  620. package/schemas/2024-01/payment_schedules/due.json +47 -31
  621. package/schemas/2024-01/payment_terms/create.json +71 -55
  622. package/schemas/2024-01/payment_terms/delete.json +2 -2
  623. package/schemas/2024-01/payment_terms/update.json +71 -55
  624. package/schemas/2024-01/product_feeds/create.json +7 -7
  625. package/schemas/2024-01/product_feeds/full_sync.json +195 -195
  626. package/schemas/2024-01/product_feeds/incremental_sync.json +190 -190
  627. package/schemas/2024-01/product_feeds/update.json +7 -7
  628. package/schemas/2024-01/product_listings/add.json +132 -132
  629. package/schemas/2024-01/product_listings/remove.json +4 -4
  630. package/schemas/2024-01/product_listings/update.json +132 -132
  631. package/schemas/2024-01/product_publications/create.json +23 -23
  632. package/schemas/2024-01/product_publications/delete.json +2 -2
  633. package/schemas/2024-01/product_publications/update.json +23 -23
  634. package/schemas/2024-01/products/create.json +271 -271
  635. package/schemas/2024-01/products/delete.json +2 -2
  636. package/schemas/2024-01/products/update.json +271 -271
  637. package/schemas/2024-01/profiles/create.json +2 -2
  638. package/schemas/2024-01/profiles/delete.json +2 -2
  639. package/schemas/2024-01/profiles/update.json +2 -2
  640. package/schemas/2024-01/refunds/create.json +491 -352
  641. package/schemas/2024-01/returns/approve.json +28 -28
  642. package/schemas/2024-01/returns/cancel.json +7 -7
  643. package/schemas/2024-01/returns/close.json +7 -7
  644. package/schemas/2024-01/returns/decline.json +18 -18
  645. package/schemas/2024-01/returns/reopen.json +7 -7
  646. package/schemas/2024-01/returns/request.json +28 -28
  647. package/schemas/2024-01/reverse_deliveries/attach_deliverable.json +36 -36
  648. package/schemas/2024-01/reverse_fulfillment_orders/dispose.json +39 -39
  649. package/schemas/2024-01/scheduled_product_listings/add.json +132 -132
  650. package/schemas/2024-01/scheduled_product_listings/remove.json +4 -4
  651. package/schemas/2024-01/scheduled_product_listings/update.json +132 -132
  652. package/schemas/2024-01/segments/create.json +13 -13
  653. package/schemas/2024-01/segments/delete.json +2 -2
  654. package/schemas/2024-01/segments/update.json +13 -13
  655. package/schemas/2024-01/selling_plan_groups/create.json +76 -76
  656. package/schemas/2024-01/selling_plan_groups/delete.json +4 -4
  657. package/schemas/2024-01/selling_plan_groups/update.json +76 -76
  658. package/schemas/2024-01/shop/update.json +171 -171
  659. package/schemas/2024-01/subscription_billing_attempts/challenged.json +38 -38
  660. package/schemas/2024-01/subscription_billing_attempts/failure.json +38 -38
  661. package/schemas/2024-01/subscription_billing_attempts/success.json +38 -38
  662. package/schemas/2024-01/subscription_billing_cycle_edits/create.json +24 -24
  663. package/schemas/2024-01/subscription_billing_cycle_edits/delete.json +24 -24
  664. package/schemas/2024-01/subscription_billing_cycle_edits/update.json +24 -24
  665. package/schemas/2024-01/subscription_billing_cycles/skip.json +24 -24
  666. package/schemas/2024-01/subscription_billing_cycles/unskip.json +24 -24
  667. package/schemas/2024-01/subscription_contracts/activate.json +29 -29
  668. package/schemas/2024-01/subscription_contracts/cancel.json +29 -29
  669. package/schemas/2024-01/subscription_contracts/create.json +29 -29
  670. package/schemas/2024-01/subscription_contracts/expire.json +29 -29
  671. package/schemas/2024-01/subscription_contracts/fail.json +29 -29
  672. package/schemas/2024-01/subscription_contracts/pause.json +29 -29
  673. package/schemas/2024-01/subscription_contracts/update.json +29 -29
  674. package/schemas/2024-01/tax_services/create.json +9 -9
  675. package/schemas/2024-01/tax_services/update.json +9 -9
  676. package/schemas/2024-01/tender_transactions/create.json +36 -36
  677. package/schemas/2024-01/themes/create.json +22 -22
  678. package/schemas/2024-01/themes/delete.json +2 -2
  679. package/schemas/2024-01/themes/publish.json +22 -22
  680. package/schemas/2024-01/themes/update.json +22 -22
  681. package/schemas/2024-01/variants/in_stock.json +58 -58
  682. package/schemas/2024-01/variants/out_of_stock.json +58 -58
  683. package/schemas/2024-04/app/uninstalled.json +171 -171
  684. package/schemas/2024-04/app_purchases_one_time/update.json +18 -18
  685. package/schemas/2024-04/app_subscriptions/approaching_capped_amount.json +19 -19
  686. package/schemas/2024-04/app_subscriptions/update.json +23 -23
  687. package/schemas/2024-04/audit_events/admin_api_activity.json +120 -120
  688. package/schemas/2024-04/bulk_operations/finish.json +10 -10
  689. package/schemas/2024-04/carts/create.json +135 -135
  690. package/schemas/2024-04/carts/update.json +135 -135
  691. package/schemas/2024-04/channels/delete.json +2 -2
  692. package/schemas/2024-04/checkouts/create.json +1011 -1011
  693. package/schemas/2024-04/checkouts/delete.json +29 -29
  694. package/schemas/2024-04/checkouts/update.json +1011 -1011
  695. package/schemas/2024-04/collection_listings/add.json +22 -22
  696. package/schemas/2024-04/collection_listings/remove.json +8 -8
  697. package/schemas/2024-04/collection_listings/update.json +22 -22
  698. package/schemas/2024-04/collection_publications/create.json +23 -23
  699. package/schemas/2024-04/collection_publications/delete.json +2 -2
  700. package/schemas/2024-04/collection_publications/update.json +23 -23
  701. package/schemas/2024-04/collections/create.json +27 -27
  702. package/schemas/2024-04/collections/delete.json +8 -8
  703. package/schemas/2024-04/collections/update.json +27 -27
  704. package/schemas/2024-04/companies/create.json +25 -25
  705. package/schemas/2024-04/companies/delete.json +25 -25
  706. package/schemas/2024-04/companies/update.json +25 -25
  707. package/schemas/2024-04/company_contact_roles/assign.json +215 -215
  708. package/schemas/2024-04/company_contact_roles/revoke.json +215 -215
  709. package/schemas/2024-04/company_contacts/create.json +52 -52
  710. package/schemas/2024-04/company_contacts/delete.json +52 -52
  711. package/schemas/2024-04/company_contacts/update.json +52 -52
  712. package/schemas/2024-04/company_locations/create.json +168 -168
  713. package/schemas/2024-04/company_locations/delete.json +168 -168
  714. package/schemas/2024-04/company_locations/update.json +168 -168
  715. package/schemas/2024-04/customer.tags_added.json +12 -12
  716. package/schemas/2024-04/customer.tags_removed.json +12 -12
  717. package/schemas/2024-04/customer_groups/create.json +12 -12
  718. package/schemas/2024-04/customer_groups/delete.json +2 -2
  719. package/schemas/2024-04/customer_groups/update.json +12 -12
  720. package/schemas/2024-04/customer_payment_methods/create.json +24 -24
  721. package/schemas/2024-04/customer_payment_methods/revoke.json +24 -24
  722. package/schemas/2024-04/customer_payment_methods/update.json +24 -24
  723. package/schemas/2024-04/customers/create.json +143 -73
  724. package/schemas/2024-04/customers/data_request.json +56 -0
  725. package/schemas/2024-04/customers/delete.json +23 -23
  726. package/schemas/2024-04/customers/disable.json +143 -73
  727. package/schemas/2024-04/customers/enable.json +143 -73
  728. package/schemas/2024-04/customers/merge.json +24 -24
  729. package/schemas/2024-04/customers/redact.json +44 -0
  730. package/schemas/2024-04/customers/update.json +143 -73
  731. package/schemas/2024-04/customers_email_marketing_consent/update.json +12 -12
  732. package/schemas/2024-04/customers_marketing_consent/update.json +14 -14
  733. package/schemas/2024-04/discounts/create.json +12 -12
  734. package/schemas/2024-04/discounts/delete.json +6 -6
  735. package/schemas/2024-04/discounts/redeemcode_added.json +14 -14
  736. package/schemas/2024-04/discounts/redeemcode_removed.json +14 -14
  737. package/schemas/2024-04/discounts/update.json +12 -12
  738. package/schemas/2024-04/disputes/create.json +40 -40
  739. package/schemas/2024-04/disputes/update.json +40 -40
  740. package/schemas/2024-04/domains/create.json +20 -20
  741. package/schemas/2024-04/domains/destroy.json +20 -20
  742. package/schemas/2024-04/domains/update.json +20 -20
  743. package/schemas/2024-04/draft_orders/create.json +1064 -1032
  744. package/schemas/2024-04/draft_orders/delete.json +2 -2
  745. package/schemas/2024-04/draft_orders/update.json +1064 -1032
  746. package/schemas/2024-04/fulfillment_events/create.json +64 -64
  747. package/schemas/2024-04/fulfillment_events/delete.json +64 -64
  748. package/schemas/2024-04/fulfillment_orders/cancellation_request_accepted.json +6 -6
  749. package/schemas/2024-04/fulfillment_orders/cancellation_request_rejected.json +10 -10
  750. package/schemas/2024-04/fulfillment_orders/cancellation_request_submitted.json +14 -14
  751. package/schemas/2024-04/fulfillment_orders/cancelled.json +10 -10
  752. package/schemas/2024-04/fulfillment_orders/fulfillment_request_accepted.json +10 -10
  753. package/schemas/2024-04/fulfillment_orders/fulfillment_request_rejected.json +10 -10
  754. package/schemas/2024-04/fulfillment_orders/fulfillment_request_submitted.json +30 -30
  755. package/schemas/2024-04/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
  756. package/schemas/2024-04/fulfillment_orders/hold_released.json +6 -6
  757. package/schemas/2024-04/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
  758. package/schemas/2024-04/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
  759. package/schemas/2024-04/fulfillment_orders/merged.json +35 -35
  760. package/schemas/2024-04/fulfillment_orders/moved.json +53 -53
  761. package/schemas/2024-04/fulfillment_orders/order_routing_complete.json +6 -6
  762. package/schemas/2024-04/fulfillment_orders/placed_on_hold.json +186 -186
  763. package/schemas/2024-04/fulfillment_orders/rescheduled.json +12 -12
  764. package/schemas/2024-04/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
  765. package/schemas/2024-04/fulfillment_orders/split.json +179 -179
  766. package/schemas/2024-04/fulfillments/create.json +355 -355
  767. package/schemas/2024-04/fulfillments/update.json +355 -355
  768. package/schemas/2024-04/inventory_items/create.json +49 -41
  769. package/schemas/2024-04/inventory_items/delete.json +23 -23
  770. package/schemas/2024-04/inventory_items/update.json +49 -41
  771. package/schemas/2024-04/inventory_levels/connect.json +16 -16
  772. package/schemas/2024-04/inventory_levels/disconnect.json +2 -2
  773. package/schemas/2024-04/inventory_levels/update.json +16 -16
  774. package/schemas/2024-04/locales/create.json +2 -2
  775. package/schemas/2024-04/locales/update.json +2 -2
  776. package/schemas/2024-04/locations/activate.json +37 -37
  777. package/schemas/2024-04/locations/create.json +37 -37
  778. package/schemas/2024-04/locations/deactivate.json +37 -37
  779. package/schemas/2024-04/locations/delete.json +2 -2
  780. package/schemas/2024-04/locations/update.json +37 -37
  781. package/schemas/2024-04/markets/create.json +10 -10
  782. package/schemas/2024-04/markets/delete.json +2 -2
  783. package/schemas/2024-04/markets/update.json +10 -10
  784. package/schemas/2024-04/metaobjects/create.json +52 -52
  785. package/schemas/2024-04/metaobjects/delete.json +13 -13
  786. package/schemas/2024-04/metaobjects/update.json +52 -52
  787. package/schemas/2024-04/order_transactions/create.json +111 -111
  788. package/schemas/2024-04/orders/cancelled.json +1812 -1812
  789. package/schemas/2024-04/orders/create.json +1812 -1812
  790. package/schemas/2024-04/orders/delete.json +2 -2
  791. package/schemas/2024-04/orders/edited.json +71 -71
  792. package/schemas/2024-04/orders/fulfilled.json +1812 -1812
  793. package/schemas/2024-04/orders/paid.json +1812 -1812
  794. package/schemas/2024-04/orders/partially_fulfilled.json +1812 -1812
  795. package/schemas/2024-04/orders/risk_assessment_changed.json +21 -21
  796. package/schemas/2024-04/orders/shopify_protect_eligibility_changed.json +12 -12
  797. package/schemas/2024-04/orders/updated.json +1812 -1812
  798. package/schemas/2024-04/payment_schedules/due.json +47 -31
  799. package/schemas/2024-04/payment_terms/create.json +71 -55
  800. package/schemas/2024-04/payment_terms/delete.json +2 -2
  801. package/schemas/2024-04/payment_terms/update.json +71 -55
  802. package/schemas/2024-04/product_feeds/create.json +7 -7
  803. package/schemas/2024-04/product_feeds/full_sync.json +195 -195
  804. package/schemas/2024-04/product_feeds/incremental_sync.json +190 -190
  805. package/schemas/2024-04/product_feeds/update.json +7 -7
  806. package/schemas/2024-04/product_listings/add.json +132 -132
  807. package/schemas/2024-04/product_listings/remove.json +4 -4
  808. package/schemas/2024-04/product_listings/update.json +132 -132
  809. package/schemas/2024-04/product_publications/create.json +23 -23
  810. package/schemas/2024-04/product_publications/delete.json +2 -2
  811. package/schemas/2024-04/product_publications/update.json +23 -23
  812. package/schemas/2024-04/products/create.json +277 -277
  813. package/schemas/2024-04/products/delete.json +2 -2
  814. package/schemas/2024-04/products/update.json +277 -277
  815. package/schemas/2024-04/profiles/create.json +2 -2
  816. package/schemas/2024-04/profiles/delete.json +2 -2
  817. package/schemas/2024-04/profiles/update.json +2 -2
  818. package/schemas/2024-04/refunds/create.json +495 -356
  819. package/schemas/2024-04/returns/approve.json +71 -71
  820. package/schemas/2024-04/returns/cancel.json +7 -7
  821. package/schemas/2024-04/returns/close.json +7 -7
  822. package/schemas/2024-04/returns/decline.json +18 -18
  823. package/schemas/2024-04/returns/reopen.json +7 -7
  824. package/schemas/2024-04/returns/request.json +35 -35
  825. package/schemas/2024-04/returns/update.json +40 -40
  826. package/schemas/2024-04/reverse_deliveries/attach_deliverable.json +36 -36
  827. package/schemas/2024-04/reverse_fulfillment_orders/dispose.json +39 -39
  828. package/schemas/2024-04/scheduled_product_listings/add.json +132 -132
  829. package/schemas/2024-04/scheduled_product_listings/remove.json +4 -4
  830. package/schemas/2024-04/scheduled_product_listings/update.json +132 -132
  831. package/schemas/2024-04/segments/create.json +13 -13
  832. package/schemas/2024-04/segments/delete.json +2 -2
  833. package/schemas/2024-04/segments/update.json +13 -13
  834. package/schemas/2024-04/selling_plan_groups/create.json +76 -76
  835. package/schemas/2024-04/selling_plan_groups/delete.json +4 -4
  836. package/schemas/2024-04/selling_plan_groups/update.json +76 -76
  837. package/schemas/2024-04/shop/redact.json +16 -0
  838. package/schemas/2024-04/shop/update.json +171 -171
  839. package/schemas/2024-04/subscription_billing_attempts/challenged.json +38 -38
  840. package/schemas/2024-04/subscription_billing_attempts/failure.json +38 -38
  841. package/schemas/2024-04/subscription_billing_attempts/success.json +38 -38
  842. package/schemas/2024-04/subscription_billing_cycle_edits/create.json +24 -24
  843. package/schemas/2024-04/subscription_billing_cycle_edits/delete.json +24 -24
  844. package/schemas/2024-04/subscription_billing_cycle_edits/update.json +24 -24
  845. package/schemas/2024-04/subscription_billing_cycles/skip.json +24 -24
  846. package/schemas/2024-04/subscription_billing_cycles/unskip.json +24 -24
  847. package/schemas/2024-04/subscription_contracts/activate.json +29 -29
  848. package/schemas/2024-04/subscription_contracts/cancel.json +29 -29
  849. package/schemas/2024-04/subscription_contracts/create.json +29 -29
  850. package/schemas/2024-04/subscription_contracts/expire.json +29 -29
  851. package/schemas/2024-04/subscription_contracts/fail.json +29 -29
  852. package/schemas/2024-04/subscription_contracts/pause.json +29 -29
  853. package/schemas/2024-04/subscription_contracts/update.json +29 -29
  854. package/schemas/2024-04/tax_services/create.json +9 -9
  855. package/schemas/2024-04/tax_services/update.json +9 -9
  856. package/schemas/2024-04/tender_transactions/create.json +36 -36
  857. package/schemas/2024-04/themes/create.json +22 -22
  858. package/schemas/2024-04/themes/delete.json +2 -2
  859. package/schemas/2024-04/themes/publish.json +22 -22
  860. package/schemas/2024-04/themes/update.json +22 -22
  861. package/schemas/2024-04/variants/in_stock.json +58 -58
  862. package/schemas/2024-04/variants/out_of_stock.json +58 -58
  863. package/schemas/2024-07/app/uninstalled.json +171 -171
  864. package/schemas/2024-07/app_purchases_one_time/update.json +18 -18
  865. package/schemas/2024-07/app_subscriptions/approaching_capped_amount.json +19 -19
  866. package/schemas/2024-07/app_subscriptions/update.json +23 -23
  867. package/schemas/2024-07/audit_events/admin_api_activity.json +120 -120
  868. package/schemas/2024-07/bulk_operations/finish.json +10 -10
  869. package/schemas/2024-07/carts/create.json +135 -135
  870. package/schemas/2024-07/carts/update.json +135 -135
  871. package/schemas/2024-07/channels/delete.json +2 -2
  872. package/schemas/2024-07/checkouts/create.json +1013 -1013
  873. package/schemas/2024-07/checkouts/delete.json +34 -34
  874. package/schemas/2024-07/checkouts/update.json +1013 -1013
  875. package/schemas/2024-07/collection_listings/add.json +22 -22
  876. package/schemas/2024-07/collection_listings/remove.json +8 -8
  877. package/schemas/2024-07/collection_listings/update.json +22 -22
  878. package/schemas/2024-07/collection_publications/create.json +23 -23
  879. package/schemas/2024-07/collection_publications/delete.json +2 -2
  880. package/schemas/2024-07/collection_publications/update.json +23 -23
  881. package/schemas/2024-07/collections/create.json +27 -27
  882. package/schemas/2024-07/collections/delete.json +8 -8
  883. package/schemas/2024-07/collections/update.json +27 -27
  884. package/schemas/2024-07/companies/create.json +25 -25
  885. package/schemas/2024-07/companies/delete.json +25 -25
  886. package/schemas/2024-07/companies/update.json +25 -25
  887. package/schemas/2024-07/company_contact_roles/assign.json +215 -215
  888. package/schemas/2024-07/company_contact_roles/revoke.json +215 -215
  889. package/schemas/2024-07/company_contacts/create.json +52 -52
  890. package/schemas/2024-07/company_contacts/delete.json +52 -52
  891. package/schemas/2024-07/company_contacts/update.json +52 -52
  892. package/schemas/2024-07/company_locations/create.json +168 -168
  893. package/schemas/2024-07/company_locations/delete.json +168 -168
  894. package/schemas/2024-07/company_locations/update.json +168 -168
  895. package/schemas/2024-07/customer.tags_added.json +12 -12
  896. package/schemas/2024-07/customer.tags_removed.json +12 -12
  897. package/schemas/2024-07/customer_account_settings/update.json +13 -13
  898. package/schemas/2024-07/customer_groups/create.json +12 -12
  899. package/schemas/2024-07/customer_groups/delete.json +2 -2
  900. package/schemas/2024-07/customer_groups/update.json +12 -12
  901. package/schemas/2024-07/customer_payment_methods/create.json +24 -24
  902. package/schemas/2024-07/customer_payment_methods/revoke.json +24 -24
  903. package/schemas/2024-07/customer_payment_methods/update.json +24 -24
  904. package/schemas/2024-07/customers/create.json +143 -73
  905. package/schemas/2024-07/customers/data_request.json +56 -0
  906. package/schemas/2024-07/customers/delete.json +23 -23
  907. package/schemas/2024-07/customers/disable.json +143 -73
  908. package/schemas/2024-07/customers/enable.json +143 -73
  909. package/schemas/2024-07/customers/merge.json +24 -24
  910. package/schemas/2024-07/customers/redact.json +44 -0
  911. package/schemas/2024-07/customers/update.json +143 -73
  912. package/schemas/2024-07/customers_email_marketing_consent/update.json +12 -12
  913. package/schemas/2024-07/customers_marketing_consent/update.json +14 -14
  914. package/schemas/2024-07/discounts/create.json +12 -12
  915. package/schemas/2024-07/discounts/delete.json +6 -6
  916. package/schemas/2024-07/discounts/redeemcode_added.json +14 -14
  917. package/schemas/2024-07/discounts/redeemcode_removed.json +14 -14
  918. package/schemas/2024-07/discounts/update.json +12 -12
  919. package/schemas/2024-07/disputes/create.json +40 -40
  920. package/schemas/2024-07/disputes/update.json +40 -40
  921. package/schemas/2024-07/domains/create.json +20 -20
  922. package/schemas/2024-07/domains/destroy.json +20 -20
  923. package/schemas/2024-07/domains/update.json +20 -20
  924. package/schemas/2024-07/draft_orders/create.json +1064 -1032
  925. package/schemas/2024-07/draft_orders/delete.json +2 -2
  926. package/schemas/2024-07/draft_orders/update.json +1064 -1032
  927. package/schemas/2024-07/fulfillment_events/create.json +64 -64
  928. package/schemas/2024-07/fulfillment_events/delete.json +64 -64
  929. package/schemas/2024-07/fulfillment_orders/cancellation_request_accepted.json +6 -6
  930. package/schemas/2024-07/fulfillment_orders/cancellation_request_rejected.json +10 -10
  931. package/schemas/2024-07/fulfillment_orders/cancellation_request_submitted.json +14 -14
  932. package/schemas/2024-07/fulfillment_orders/cancelled.json +10 -10
  933. package/schemas/2024-07/fulfillment_orders/fulfillment_request_accepted.json +10 -10
  934. package/schemas/2024-07/fulfillment_orders/fulfillment_request_rejected.json +10 -10
  935. package/schemas/2024-07/fulfillment_orders/fulfillment_request_submitted.json +30 -30
  936. package/schemas/2024-07/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
  937. package/schemas/2024-07/fulfillment_orders/hold_released.json +6 -6
  938. package/schemas/2024-07/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
  939. package/schemas/2024-07/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
  940. package/schemas/2024-07/fulfillment_orders/merged.json +35 -35
  941. package/schemas/2024-07/fulfillment_orders/moved.json +53 -53
  942. package/schemas/2024-07/fulfillment_orders/order_routing_complete.json +6 -6
  943. package/schemas/2024-07/fulfillment_orders/placed_on_hold.json +186 -186
  944. package/schemas/2024-07/fulfillment_orders/rescheduled.json +12 -12
  945. package/schemas/2024-07/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
  946. package/schemas/2024-07/fulfillment_orders/split.json +179 -179
  947. package/schemas/2024-07/fulfillments/create.json +355 -355
  948. package/schemas/2024-07/fulfillments/update.json +355 -355
  949. package/schemas/2024-07/inventory_items/create.json +49 -41
  950. package/schemas/2024-07/inventory_items/delete.json +23 -23
  951. package/schemas/2024-07/inventory_items/update.json +49 -41
  952. package/schemas/2024-07/inventory_levels/connect.json +16 -16
  953. package/schemas/2024-07/inventory_levels/disconnect.json +2 -2
  954. package/schemas/2024-07/inventory_levels/update.json +16 -16
  955. package/schemas/2024-07/locales/create.json +2 -2
  956. package/schemas/2024-07/locales/update.json +2 -2
  957. package/schemas/2024-07/locations/activate.json +37 -37
  958. package/schemas/2024-07/locations/create.json +37 -37
  959. package/schemas/2024-07/locations/deactivate.json +37 -37
  960. package/schemas/2024-07/locations/delete.json +2 -2
  961. package/schemas/2024-07/locations/update.json +37 -37
  962. package/schemas/2024-07/markets/create.json +10 -10
  963. package/schemas/2024-07/markets/delete.json +2 -2
  964. package/schemas/2024-07/markets/update.json +10 -10
  965. package/schemas/2024-07/metaobjects/create.json +52 -52
  966. package/schemas/2024-07/metaobjects/delete.json +13 -13
  967. package/schemas/2024-07/metaobjects/update.json +52 -52
  968. package/schemas/2024-07/order_transactions/create.json +111 -111
  969. package/schemas/2024-07/orders/cancelled.json +1812 -1812
  970. package/schemas/2024-07/orders/create.json +1812 -1812
  971. package/schemas/2024-07/orders/delete.json +2 -2
  972. package/schemas/2024-07/orders/edited.json +76 -76
  973. package/schemas/2024-07/orders/fulfilled.json +1812 -1812
  974. package/schemas/2024-07/orders/paid.json +1812 -1812
  975. package/schemas/2024-07/orders/partially_fulfilled.json +1812 -1812
  976. package/schemas/2024-07/orders/risk_assessment_changed.json +21 -21
  977. package/schemas/2024-07/orders/shopify_protect_eligibility_changed.json +12 -12
  978. package/schemas/2024-07/orders/updated.json +1812 -1812
  979. package/schemas/2024-07/payment_schedules/due.json +47 -31
  980. package/schemas/2024-07/payment_terms/create.json +71 -55
  981. package/schemas/2024-07/payment_terms/delete.json +2 -2
  982. package/schemas/2024-07/payment_terms/update.json +71 -55
  983. package/schemas/2024-07/product_feeds/create.json +7 -7
  984. package/schemas/2024-07/product_feeds/full_sync.json +195 -195
  985. package/schemas/2024-07/product_feeds/full_sync_finish.json +58 -58
  986. package/schemas/2024-07/product_feeds/incremental_sync.json +190 -190
  987. package/schemas/2024-07/product_feeds/update.json +7 -7
  988. package/schemas/2024-07/product_listings/add.json +132 -132
  989. package/schemas/2024-07/product_listings/remove.json +4 -4
  990. package/schemas/2024-07/product_listings/update.json +132 -132
  991. package/schemas/2024-07/product_publications/create.json +23 -23
  992. package/schemas/2024-07/product_publications/delete.json +2 -2
  993. package/schemas/2024-07/product_publications/update.json +23 -23
  994. package/schemas/2024-07/products/create.json +276 -276
  995. package/schemas/2024-07/products/delete.json +2 -2
  996. package/schemas/2024-07/products/update.json +276 -276
  997. package/schemas/2024-07/profiles/create.json +2 -2
  998. package/schemas/2024-07/profiles/delete.json +2 -2
  999. package/schemas/2024-07/profiles/update.json +2 -2
  1000. package/schemas/2024-07/refunds/create.json +495 -356
  1001. package/schemas/2024-07/returns/approve.json +71 -71
  1002. package/schemas/2024-07/returns/cancel.json +7 -7
  1003. package/schemas/2024-07/returns/close.json +7 -7
  1004. package/schemas/2024-07/returns/decline.json +18 -18
  1005. package/schemas/2024-07/returns/reopen.json +7 -7
  1006. package/schemas/2024-07/returns/request.json +35 -35
  1007. package/schemas/2024-07/returns/update.json +40 -40
  1008. package/schemas/2024-07/reverse_deliveries/attach_deliverable.json +36 -36
  1009. package/schemas/2024-07/reverse_fulfillment_orders/dispose.json +39 -39
  1010. package/schemas/2024-07/scheduled_product_listings/add.json +132 -132
  1011. package/schemas/2024-07/scheduled_product_listings/remove.json +4 -4
  1012. package/schemas/2024-07/scheduled_product_listings/update.json +132 -132
  1013. package/schemas/2024-07/segments/create.json +13 -13
  1014. package/schemas/2024-07/segments/delete.json +2 -2
  1015. package/schemas/2024-07/segments/update.json +13 -13
  1016. package/schemas/2024-07/selling_plan_groups/create.json +76 -76
  1017. package/schemas/2024-07/selling_plan_groups/delete.json +4 -4
  1018. package/schemas/2024-07/selling_plan_groups/update.json +76 -76
  1019. package/schemas/2024-07/shop/redact.json +16 -0
  1020. package/schemas/2024-07/shop/update.json +171 -171
  1021. package/schemas/2024-07/subscription_billing_attempts/challenged.json +38 -38
  1022. package/schemas/2024-07/subscription_billing_attempts/failure.json +38 -38
  1023. package/schemas/2024-07/subscription_billing_attempts/success.json +38 -38
  1024. package/schemas/2024-07/subscription_billing_cycle_edits/create.json +24 -24
  1025. package/schemas/2024-07/subscription_billing_cycle_edits/delete.json +24 -24
  1026. package/schemas/2024-07/subscription_billing_cycle_edits/update.json +24 -24
  1027. package/schemas/2024-07/subscription_billing_cycles/skip.json +24 -24
  1028. package/schemas/2024-07/subscription_billing_cycles/unskip.json +24 -24
  1029. package/schemas/2024-07/subscription_contracts/activate.json +29 -29
  1030. package/schemas/2024-07/subscription_contracts/cancel.json +29 -29
  1031. package/schemas/2024-07/subscription_contracts/create.json +29 -29
  1032. package/schemas/2024-07/subscription_contracts/expire.json +29 -29
  1033. package/schemas/2024-07/subscription_contracts/fail.json +29 -29
  1034. package/schemas/2024-07/subscription_contracts/pause.json +29 -29
  1035. package/schemas/2024-07/subscription_contracts/update.json +29 -29
  1036. package/schemas/2024-07/tax_services/create.json +9 -9
  1037. package/schemas/2024-07/tax_services/update.json +9 -9
  1038. package/schemas/2024-07/tender_transactions/create.json +36 -36
  1039. package/schemas/2024-07/themes/create.json +22 -22
  1040. package/schemas/2024-07/themes/delete.json +2 -2
  1041. package/schemas/2024-07/themes/publish.json +22 -22
  1042. package/schemas/2024-07/themes/update.json +22 -22
  1043. package/schemas/2024-07/variants/in_stock.json +45 -45
  1044. package/schemas/2024-07/variants/out_of_stock.json +45 -45
  1045. package/schemas/2024-10/app/scopes_update.json +13 -13
  1046. package/schemas/2024-10/app/uninstalled.json +171 -171
  1047. package/schemas/2024-10/app_purchases_one_time/update.json +18 -18
  1048. package/schemas/2024-10/app_subscriptions/approaching_capped_amount.json +19 -19
  1049. package/schemas/2024-10/app_subscriptions/update.json +23 -23
  1050. package/schemas/2024-10/audit_events/admin_api_activity.json +120 -120
  1051. package/schemas/2024-10/bulk_operations/finish.json +10 -10
  1052. package/schemas/2024-10/carts/create.json +135 -135
  1053. package/schemas/2024-10/carts/update.json +135 -135
  1054. package/schemas/2024-10/channels/delete.json +2 -2
  1055. package/schemas/2024-10/checkouts/create.json +1013 -1013
  1056. package/schemas/2024-10/checkouts/delete.json +34 -34
  1057. package/schemas/2024-10/checkouts/update.json +1013 -1013
  1058. package/schemas/2024-10/collection_listings/add.json +22 -22
  1059. package/schemas/2024-10/collection_listings/remove.json +8 -8
  1060. package/schemas/2024-10/collection_listings/update.json +22 -22
  1061. package/schemas/2024-10/collection_publications/create.json +23 -23
  1062. package/schemas/2024-10/collection_publications/delete.json +2 -2
  1063. package/schemas/2024-10/collection_publications/update.json +23 -23
  1064. package/schemas/2024-10/collections/create.json +27 -27
  1065. package/schemas/2024-10/collections/delete.json +8 -8
  1066. package/schemas/2024-10/collections/update.json +27 -27
  1067. package/schemas/2024-10/companies/create.json +25 -25
  1068. package/schemas/2024-10/companies/delete.json +25 -25
  1069. package/schemas/2024-10/companies/update.json +25 -25
  1070. package/schemas/2024-10/company_contact_roles/assign.json +215 -215
  1071. package/schemas/2024-10/company_contact_roles/revoke.json +215 -215
  1072. package/schemas/2024-10/company_contacts/create.json +52 -52
  1073. package/schemas/2024-10/company_contacts/delete.json +52 -52
  1074. package/schemas/2024-10/company_contacts/update.json +52 -52
  1075. package/schemas/2024-10/company_locations/create.json +168 -168
  1076. package/schemas/2024-10/company_locations/delete.json +168 -168
  1077. package/schemas/2024-10/company_locations/update.json +168 -168
  1078. package/schemas/2024-10/customer.tags_added.json +12 -12
  1079. package/schemas/2024-10/customer.tags_removed.json +12 -12
  1080. package/schemas/2024-10/customer_account_settings/update.json +13 -13
  1081. package/schemas/2024-10/customer_groups/create.json +12 -12
  1082. package/schemas/2024-10/customer_groups/delete.json +2 -2
  1083. package/schemas/2024-10/customer_groups/update.json +12 -12
  1084. package/schemas/2024-10/customer_payment_methods/create.json +24 -24
  1085. package/schemas/2024-10/customer_payment_methods/revoke.json +24 -24
  1086. package/schemas/2024-10/customer_payment_methods/update.json +24 -24
  1087. package/schemas/2024-10/customers/create.json +143 -73
  1088. package/schemas/2024-10/customers/data_request.json +56 -0
  1089. package/schemas/2024-10/customers/delete.json +23 -23
  1090. package/schemas/2024-10/customers/disable.json +143 -73
  1091. package/schemas/2024-10/customers/enable.json +143 -73
  1092. package/schemas/2024-10/customers/merge.json +24 -24
  1093. package/schemas/2024-10/customers/redact.json +44 -0
  1094. package/schemas/2024-10/customers/update.json +143 -73
  1095. package/schemas/2024-10/customers_email_marketing_consent/update.json +12 -12
  1096. package/schemas/2024-10/customers_marketing_consent/update.json +14 -14
  1097. package/schemas/2024-10/discounts/create.json +12 -12
  1098. package/schemas/2024-10/discounts/delete.json +6 -6
  1099. package/schemas/2024-10/discounts/redeemcode_added.json +14 -14
  1100. package/schemas/2024-10/discounts/redeemcode_removed.json +14 -14
  1101. package/schemas/2024-10/discounts/update.json +12 -12
  1102. package/schemas/2024-10/disputes/create.json +40 -40
  1103. package/schemas/2024-10/disputes/update.json +40 -40
  1104. package/schemas/2024-10/domains/create.json +20 -20
  1105. package/schemas/2024-10/domains/destroy.json +20 -20
  1106. package/schemas/2024-10/domains/update.json +20 -20
  1107. package/schemas/2024-10/draft_orders/create.json +1064 -1032
  1108. package/schemas/2024-10/draft_orders/delete.json +2 -2
  1109. package/schemas/2024-10/draft_orders/update.json +1064 -1032
  1110. package/schemas/2024-10/fulfillment_events/create.json +64 -64
  1111. package/schemas/2024-10/fulfillment_events/delete.json +64 -64
  1112. package/schemas/2024-10/fulfillment_orders/cancellation_request_accepted.json +6 -6
  1113. package/schemas/2024-10/fulfillment_orders/cancellation_request_rejected.json +10 -10
  1114. package/schemas/2024-10/fulfillment_orders/cancellation_request_submitted.json +14 -14
  1115. package/schemas/2024-10/fulfillment_orders/cancelled.json +10 -10
  1116. package/schemas/2024-10/fulfillment_orders/fulfillment_request_accepted.json +10 -10
  1117. package/schemas/2024-10/fulfillment_orders/fulfillment_request_rejected.json +10 -10
  1118. package/schemas/2024-10/fulfillment_orders/fulfillment_request_submitted.json +30 -30
  1119. package/schemas/2024-10/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
  1120. package/schemas/2024-10/fulfillment_orders/hold_released.json +6 -6
  1121. package/schemas/2024-10/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
  1122. package/schemas/2024-10/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
  1123. package/schemas/2024-10/fulfillment_orders/merged.json +35 -35
  1124. package/schemas/2024-10/fulfillment_orders/moved.json +53 -53
  1125. package/schemas/2024-10/fulfillment_orders/order_routing_complete.json +6 -6
  1126. package/schemas/2024-10/fulfillment_orders/placed_on_hold.json +214 -214
  1127. package/schemas/2024-10/fulfillment_orders/rescheduled.json +12 -12
  1128. package/schemas/2024-10/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
  1129. package/schemas/2024-10/fulfillment_orders/split.json +179 -179
  1130. package/schemas/2024-10/fulfillments/create.json +355 -355
  1131. package/schemas/2024-10/fulfillments/update.json +355 -355
  1132. package/schemas/2024-10/inventory_items/create.json +49 -41
  1133. package/schemas/2024-10/inventory_items/delete.json +23 -23
  1134. package/schemas/2024-10/inventory_items/update.json +49 -41
  1135. package/schemas/2024-10/inventory_levels/connect.json +16 -16
  1136. package/schemas/2024-10/inventory_levels/disconnect.json +2 -2
  1137. package/schemas/2024-10/inventory_levels/update.json +16 -16
  1138. package/schemas/2024-10/locales/create.json +2 -2
  1139. package/schemas/2024-10/locales/update.json +2 -2
  1140. package/schemas/2024-10/locations/activate.json +37 -37
  1141. package/schemas/2024-10/locations/create.json +37 -37
  1142. package/schemas/2024-10/locations/deactivate.json +37 -37
  1143. package/schemas/2024-10/locations/delete.json +2 -2
  1144. package/schemas/2024-10/locations/update.json +37 -37
  1145. package/schemas/2024-10/markets/create.json +10 -10
  1146. package/schemas/2024-10/markets/delete.json +2 -2
  1147. package/schemas/2024-10/markets/update.json +10 -10
  1148. package/schemas/2024-10/metafield_definitions/create.json +97 -0
  1149. package/schemas/2024-10/metafield_definitions/delete.json +21 -0
  1150. package/schemas/2024-10/metafield_definitions/update.json +97 -0
  1151. package/schemas/2024-10/metaobjects/create.json +52 -52
  1152. package/schemas/2024-10/metaobjects/delete.json +13 -13
  1153. package/schemas/2024-10/metaobjects/update.json +52 -52
  1154. package/schemas/2024-10/order_transactions/create.json +115 -115
  1155. package/schemas/2024-10/orders/cancelled.json +1956 -1956
  1156. package/schemas/2024-10/orders/create.json +1956 -1956
  1157. package/schemas/2024-10/orders/delete.json +2 -2
  1158. package/schemas/2024-10/orders/edited.json +76 -76
  1159. package/schemas/2024-10/orders/fulfilled.json +1956 -1956
  1160. package/schemas/2024-10/orders/paid.json +1956 -1956
  1161. package/schemas/2024-10/orders/partially_fulfilled.json +1956 -1956
  1162. package/schemas/2024-10/orders/risk_assessment_changed.json +21 -21
  1163. package/schemas/2024-10/orders/shopify_protect_eligibility_changed.json +12 -12
  1164. package/schemas/2024-10/orders/updated.json +1956 -1956
  1165. package/schemas/2024-10/payment_schedules/due.json +47 -31
  1166. package/schemas/2024-10/payment_terms/create.json +71 -55
  1167. package/schemas/2024-10/payment_terms/delete.json +2 -2
  1168. package/schemas/2024-10/payment_terms/update.json +71 -55
  1169. package/schemas/2024-10/product_feeds/create.json +7 -7
  1170. package/schemas/2024-10/product_feeds/full_sync.json +195 -195
  1171. package/schemas/2024-10/product_feeds/full_sync_finish.json +58 -58
  1172. package/schemas/2024-10/product_feeds/incremental_sync.json +190 -190
  1173. package/schemas/2024-10/product_feeds/update.json +7 -7
  1174. package/schemas/2024-10/product_listings/add.json +132 -132
  1175. package/schemas/2024-10/product_listings/remove.json +4 -4
  1176. package/schemas/2024-10/product_listings/update.json +132 -132
  1177. package/schemas/2024-10/product_publications/create.json +23 -23
  1178. package/schemas/2024-10/product_publications/delete.json +2 -2
  1179. package/schemas/2024-10/product_publications/update.json +23 -23
  1180. package/schemas/2024-10/products/create.json +283 -283
  1181. package/schemas/2024-10/products/delete.json +2 -2
  1182. package/schemas/2024-10/products/update.json +283 -283
  1183. package/schemas/2024-10/profiles/create.json +2 -2
  1184. package/schemas/2024-10/profiles/delete.json +2 -2
  1185. package/schemas/2024-10/profiles/update.json +2 -2
  1186. package/schemas/2024-10/refunds/create.json +499 -356
  1187. package/schemas/2024-10/returns/approve.json +71 -71
  1188. package/schemas/2024-10/returns/cancel.json +7 -7
  1189. package/schemas/2024-10/returns/close.json +7 -7
  1190. package/schemas/2024-10/returns/decline.json +18 -18
  1191. package/schemas/2024-10/returns/reopen.json +7 -7
  1192. package/schemas/2024-10/returns/request.json +35 -35
  1193. package/schemas/2024-10/returns/update.json +40 -40
  1194. package/schemas/2024-10/reverse_deliveries/attach_deliverable.json +36 -36
  1195. package/schemas/2024-10/reverse_fulfillment_orders/dispose.json +39 -39
  1196. package/schemas/2024-10/scheduled_product_listings/add.json +132 -132
  1197. package/schemas/2024-10/scheduled_product_listings/remove.json +4 -4
  1198. package/schemas/2024-10/scheduled_product_listings/update.json +132 -132
  1199. package/schemas/2024-10/segments/create.json +13 -13
  1200. package/schemas/2024-10/segments/delete.json +2 -2
  1201. package/schemas/2024-10/segments/update.json +13 -13
  1202. package/schemas/2024-10/selling_plan_groups/create.json +76 -76
  1203. package/schemas/2024-10/selling_plan_groups/delete.json +4 -4
  1204. package/schemas/2024-10/selling_plan_groups/update.json +76 -76
  1205. package/schemas/2024-10/shop/redact.json +16 -0
  1206. package/schemas/2024-10/shop/update.json +171 -171
  1207. package/schemas/2024-10/subscription_billing_attempts/challenged.json +38 -38
  1208. package/schemas/2024-10/subscription_billing_attempts/failure.json +38 -38
  1209. package/schemas/2024-10/subscription_billing_attempts/success.json +38 -38
  1210. package/schemas/2024-10/subscription_billing_cycle_edits/create.json +24 -24
  1211. package/schemas/2024-10/subscription_billing_cycle_edits/delete.json +24 -24
  1212. package/schemas/2024-10/subscription_billing_cycle_edits/update.json +24 -24
  1213. package/schemas/2024-10/subscription_billing_cycles/skip.json +24 -24
  1214. package/schemas/2024-10/subscription_billing_cycles/unskip.json +24 -24
  1215. package/schemas/2024-10/subscription_contracts/activate.json +29 -29
  1216. package/schemas/2024-10/subscription_contracts/cancel.json +29 -29
  1217. package/schemas/2024-10/subscription_contracts/create.json +29 -29
  1218. package/schemas/2024-10/subscription_contracts/expire.json +29 -29
  1219. package/schemas/2024-10/subscription_contracts/fail.json +29 -29
  1220. package/schemas/2024-10/subscription_contracts/pause.json +29 -29
  1221. package/schemas/2024-10/subscription_contracts/update.json +29 -29
  1222. package/schemas/2024-10/tax_services/create.json +9 -9
  1223. package/schemas/2024-10/tax_services/update.json +9 -9
  1224. package/schemas/2024-10/tender_transactions/create.json +36 -36
  1225. package/schemas/2024-10/themes/create.json +22 -22
  1226. package/schemas/2024-10/themes/delete.json +2 -2
  1227. package/schemas/2024-10/themes/publish.json +22 -22
  1228. package/schemas/2024-10/themes/update.json +22 -22
  1229. package/schemas/2024-10/variants/in_stock.json +45 -45
  1230. package/schemas/2024-10/variants/out_of_stock.json +45 -45
  1231. package/schemas/2025-01/app/scopes_update.json +13 -13
  1232. package/schemas/2025-01/app/uninstalled.json +171 -171
  1233. package/schemas/2025-01/app_purchases_one_time/update.json +18 -18
  1234. package/schemas/2025-01/app_subscriptions/approaching_capped_amount.json +19 -19
  1235. package/schemas/2025-01/app_subscriptions/update.json +23 -23
  1236. package/schemas/2025-01/audit_events/admin_api_activity.json +120 -120
  1237. package/schemas/2025-01/bulk_operations/finish.json +10 -10
  1238. package/schemas/2025-01/carts/create.json +135 -135
  1239. package/schemas/2025-01/carts/update.json +135 -135
  1240. package/schemas/2025-01/channels/delete.json +2 -2
  1241. package/schemas/2025-01/checkouts/create.json +1037 -1050
  1242. package/schemas/2025-01/checkouts/delete.json +34 -34
  1243. package/schemas/2025-01/checkouts/update.json +1037 -1050
  1244. package/schemas/2025-01/collection_listings/add.json +22 -22
  1245. package/schemas/2025-01/collection_listings/remove.json +8 -8
  1246. package/schemas/2025-01/collection_listings/update.json +22 -22
  1247. package/schemas/2025-01/collection_publications/create.json +23 -23
  1248. package/schemas/2025-01/collection_publications/delete.json +2 -2
  1249. package/schemas/2025-01/collection_publications/update.json +23 -23
  1250. package/schemas/2025-01/collections/create.json +27 -27
  1251. package/schemas/2025-01/collections/delete.json +8 -8
  1252. package/schemas/2025-01/collections/update.json +27 -27
  1253. package/schemas/2025-01/companies/create.json +25 -25
  1254. package/schemas/2025-01/companies/delete.json +25 -25
  1255. package/schemas/2025-01/companies/update.json +25 -25
  1256. package/schemas/2025-01/company_contact_roles/assign.json +238 -215
  1257. package/schemas/2025-01/company_contact_roles/revoke.json +238 -215
  1258. package/schemas/2025-01/company_contacts/create.json +52 -52
  1259. package/schemas/2025-01/company_contacts/delete.json +52 -52
  1260. package/schemas/2025-01/company_contacts/update.json +52 -52
  1261. package/schemas/2025-01/company_locations/create.json +191 -168
  1262. package/schemas/2025-01/company_locations/delete.json +191 -168
  1263. package/schemas/2025-01/company_locations/update.json +191 -168
  1264. package/schemas/2025-01/customer.joined_segment.json +23 -0
  1265. package/schemas/2025-01/customer.left_segment.json +23 -0
  1266. package/schemas/2025-01/customer.tags_added.json +12 -12
  1267. package/schemas/2025-01/customer.tags_removed.json +12 -12
  1268. package/schemas/2025-01/customer_account_settings/update.json +13 -13
  1269. package/schemas/2025-01/customer_groups/create.json +12 -12
  1270. package/schemas/2025-01/customer_groups/delete.json +2 -2
  1271. package/schemas/2025-01/customer_groups/update.json +12 -12
  1272. package/schemas/2025-01/customer_payment_methods/create.json +24 -24
  1273. package/schemas/2025-01/customer_payment_methods/revoke.json +24 -24
  1274. package/schemas/2025-01/customer_payment_methods/update.json +24 -24
  1275. package/schemas/2025-01/customers/create.json +117 -81
  1276. package/schemas/2025-01/customers/data_request.json +56 -0
  1277. package/schemas/2025-01/customers/delete.json +17 -31
  1278. package/schemas/2025-01/customers/disable.json +117 -81
  1279. package/schemas/2025-01/customers/enable.json +117 -81
  1280. package/schemas/2025-01/customers/merge.json +24 -24
  1281. package/schemas/2025-01/customers/purchasing_summary.json +43 -0
  1282. package/schemas/2025-01/customers/redact.json +44 -0
  1283. package/schemas/2025-01/customers/update.json +117 -81
  1284. package/schemas/2025-01/customers_email_marketing_consent/update.json +12 -12
  1285. package/schemas/2025-01/customers_marketing_consent/update.json +14 -14
  1286. package/schemas/2025-01/delivery_promise_settings/update.json +9 -9
  1287. package/schemas/2025-01/discounts/create.json +12 -12
  1288. package/schemas/2025-01/discounts/delete.json +6 -6
  1289. package/schemas/2025-01/discounts/redeemcode_added.json +14 -14
  1290. package/schemas/2025-01/discounts/redeemcode_removed.json +14 -14
  1291. package/schemas/2025-01/discounts/update.json +12 -12
  1292. package/schemas/2025-01/disputes/create.json +40 -40
  1293. package/schemas/2025-01/disputes/update.json +40 -40
  1294. package/schemas/2025-01/domains/create.json +20 -20
  1295. package/schemas/2025-01/domains/destroy.json +20 -20
  1296. package/schemas/2025-01/domains/update.json +20 -20
  1297. package/schemas/2025-01/draft_orders/create.json +1048 -1032
  1298. package/schemas/2025-01/draft_orders/delete.json +2 -2
  1299. package/schemas/2025-01/draft_orders/update.json +1048 -1032
  1300. package/schemas/2025-01/fulfillment_events/create.json +64 -64
  1301. package/schemas/2025-01/fulfillment_events/delete.json +64 -64
  1302. package/schemas/2025-01/fulfillment_holds/added.json +63 -0
  1303. package/schemas/2025-01/fulfillment_holds/released.json +63 -0
  1304. package/schemas/2025-01/fulfillment_orders/cancellation_request_accepted.json +6 -6
  1305. package/schemas/2025-01/fulfillment_orders/cancellation_request_rejected.json +10 -10
  1306. package/schemas/2025-01/fulfillment_orders/cancellation_request_submitted.json +14 -14
  1307. package/schemas/2025-01/fulfillment_orders/cancelled.json +10 -10
  1308. package/schemas/2025-01/fulfillment_orders/fulfillment_request_accepted.json +10 -10
  1309. package/schemas/2025-01/fulfillment_orders/fulfillment_request_rejected.json +10 -10
  1310. package/schemas/2025-01/fulfillment_orders/fulfillment_request_submitted.json +30 -30
  1311. package/schemas/2025-01/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
  1312. package/schemas/2025-01/fulfillment_orders/hold_released.json +6 -6
  1313. package/schemas/2025-01/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
  1314. package/schemas/2025-01/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
  1315. package/schemas/2025-01/fulfillment_orders/merged.json +35 -35
  1316. package/schemas/2025-01/fulfillment_orders/moved.json +53 -53
  1317. package/schemas/2025-01/fulfillment_orders/order_routing_complete.json +6 -6
  1318. package/schemas/2025-01/fulfillment_orders/placed_on_hold.json +248 -214
  1319. package/schemas/2025-01/fulfillment_orders/rescheduled.json +12 -12
  1320. package/schemas/2025-01/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
  1321. package/schemas/2025-01/fulfillment_orders/split.json +179 -179
  1322. package/schemas/2025-01/fulfillments/create.json +355 -355
  1323. package/schemas/2025-01/fulfillments/update.json +355 -355
  1324. package/schemas/2025-01/inventory_items/create.json +49 -41
  1325. package/schemas/2025-01/inventory_items/delete.json +23 -23
  1326. package/schemas/2025-01/inventory_items/update.json +49 -41
  1327. package/schemas/2025-01/inventory_levels/connect.json +16 -16
  1328. package/schemas/2025-01/inventory_levels/disconnect.json +2 -2
  1329. package/schemas/2025-01/inventory_levels/update.json +16 -16
  1330. package/schemas/2025-01/locales/create.json +2 -2
  1331. package/schemas/2025-01/locales/update.json +2 -2
  1332. package/schemas/2025-01/locations/activate.json +37 -37
  1333. package/schemas/2025-01/locations/create.json +37 -37
  1334. package/schemas/2025-01/locations/deactivate.json +37 -37
  1335. package/schemas/2025-01/locations/delete.json +2 -2
  1336. package/schemas/2025-01/locations/update.json +37 -37
  1337. package/schemas/2025-01/markets/create.json +10 -10
  1338. package/schemas/2025-01/markets/delete.json +2 -2
  1339. package/schemas/2025-01/markets/update.json +10 -10
  1340. package/schemas/2025-01/metafield_definitions/create.json +97 -0
  1341. package/schemas/2025-01/metafield_definitions/delete.json +21 -0
  1342. package/schemas/2025-01/metafield_definitions/update.json +97 -0
  1343. package/schemas/2025-01/metaobjects/create.json +52 -52
  1344. package/schemas/2025-01/metaobjects/delete.json +13 -13
  1345. package/schemas/2025-01/metaobjects/update.json +52 -52
  1346. package/schemas/2025-01/order_transactions/create.json +115 -115
  1347. package/schemas/2025-01/orders/cancelled.json +1951 -1954
  1348. package/schemas/2025-01/orders/create.json +1951 -1954
  1349. package/schemas/2025-01/orders/delete.json +2 -2
  1350. package/schemas/2025-01/orders/edited.json +76 -76
  1351. package/schemas/2025-01/orders/fulfilled.json +1951 -1954
  1352. package/schemas/2025-01/orders/paid.json +1951 -1954
  1353. package/schemas/2025-01/orders/partially_fulfilled.json +1951 -1954
  1354. package/schemas/2025-01/orders/risk_assessment_changed.json +21 -21
  1355. package/schemas/2025-01/orders/shopify_protect_eligibility_changed.json +12 -12
  1356. package/schemas/2025-01/orders/updated.json +1951 -1954
  1357. package/schemas/2025-01/payment_schedules/due.json +47 -31
  1358. package/schemas/2025-01/payment_terms/create.json +71 -55
  1359. package/schemas/2025-01/payment_terms/delete.json +2 -2
  1360. package/schemas/2025-01/payment_terms/update.json +71 -55
  1361. package/schemas/2025-01/product_feeds/create.json +7 -7
  1362. package/schemas/2025-01/product_feeds/full_sync.json +195 -195
  1363. package/schemas/2025-01/product_feeds/full_sync_finish.json +58 -58
  1364. package/schemas/2025-01/product_feeds/incremental_sync.json +190 -190
  1365. package/schemas/2025-01/product_feeds/update.json +7 -7
  1366. package/schemas/2025-01/product_listings/add.json +132 -132
  1367. package/schemas/2025-01/product_listings/remove.json +4 -4
  1368. package/schemas/2025-01/product_listings/update.json +132 -132
  1369. package/schemas/2025-01/product_publications/create.json +23 -23
  1370. package/schemas/2025-01/product_publications/delete.json +2 -2
  1371. package/schemas/2025-01/product_publications/update.json +23 -23
  1372. package/schemas/2025-01/products/create.json +283 -283
  1373. package/schemas/2025-01/products/delete.json +2 -2
  1374. package/schemas/2025-01/products/update.json +283 -283
  1375. package/schemas/2025-01/profiles/create.json +2 -2
  1376. package/schemas/2025-01/profiles/delete.json +2 -2
  1377. package/schemas/2025-01/profiles/update.json +2 -2
  1378. package/schemas/2025-01/refunds/create.json +499 -356
  1379. package/schemas/2025-01/returns/approve.json +71 -71
  1380. package/schemas/2025-01/returns/cancel.json +7 -7
  1381. package/schemas/2025-01/returns/close.json +7 -7
  1382. package/schemas/2025-01/returns/decline.json +18 -18
  1383. package/schemas/2025-01/returns/reopen.json +7 -7
  1384. package/schemas/2025-01/returns/request.json +35 -35
  1385. package/schemas/2025-01/returns/update.json +40 -40
  1386. package/schemas/2025-01/reverse_deliveries/attach_deliverable.json +36 -36
  1387. package/schemas/2025-01/reverse_fulfillment_orders/dispose.json +39 -39
  1388. package/schemas/2025-01/scheduled_product_listings/add.json +132 -132
  1389. package/schemas/2025-01/scheduled_product_listings/remove.json +4 -4
  1390. package/schemas/2025-01/scheduled_product_listings/update.json +132 -132
  1391. package/schemas/2025-01/segments/create.json +13 -13
  1392. package/schemas/2025-01/segments/delete.json +2 -2
  1393. package/schemas/2025-01/segments/update.json +13 -13
  1394. package/schemas/2025-01/selling_plan_groups/create.json +76 -76
  1395. package/schemas/2025-01/selling_plan_groups/delete.json +4 -4
  1396. package/schemas/2025-01/selling_plan_groups/update.json +76 -76
  1397. package/schemas/2025-01/shop/redact.json +16 -0
  1398. package/schemas/2025-01/shop/update.json +171 -171
  1399. package/schemas/2025-01/subscription_billing_attempts/challenged.json +38 -38
  1400. package/schemas/2025-01/subscription_billing_attempts/failure.json +38 -38
  1401. package/schemas/2025-01/subscription_billing_attempts/success.json +38 -38
  1402. package/schemas/2025-01/subscription_billing_cycle_edits/create.json +24 -24
  1403. package/schemas/2025-01/subscription_billing_cycle_edits/delete.json +24 -24
  1404. package/schemas/2025-01/subscription_billing_cycle_edits/update.json +24 -24
  1405. package/schemas/2025-01/subscription_billing_cycles/skip.json +24 -24
  1406. package/schemas/2025-01/subscription_billing_cycles/unskip.json +24 -24
  1407. package/schemas/2025-01/subscription_contracts/activate.json +29 -29
  1408. package/schemas/2025-01/subscription_contracts/cancel.json +29 -29
  1409. package/schemas/2025-01/subscription_contracts/create.json +29 -29
  1410. package/schemas/2025-01/subscription_contracts/expire.json +29 -29
  1411. package/schemas/2025-01/subscription_contracts/fail.json +29 -29
  1412. package/schemas/2025-01/subscription_contracts/pause.json +29 -29
  1413. package/schemas/2025-01/subscription_contracts/update.json +29 -29
  1414. package/schemas/2025-01/tax_services/create.json +9 -9
  1415. package/schemas/2025-01/tax_services/update.json +9 -9
  1416. package/schemas/2025-01/tender_transactions/create.json +36 -36
  1417. package/schemas/2025-01/themes/create.json +22 -22
  1418. package/schemas/2025-01/themes/delete.json +2 -2
  1419. package/schemas/2025-01/themes/publish.json +22 -22
  1420. package/schemas/2025-01/themes/update.json +22 -22
  1421. package/schemas/2025-01/variants/in_stock.json +45 -45
  1422. package/schemas/2025-01/variants/out_of_stock.json +45 -45
  1423. package/schemas/2025-04/app/scopes_update.json +31 -0
  1424. package/schemas/2025-04/app/uninstalled.json +282 -0
  1425. package/schemas/2025-04/app_purchases_one_time/update.json +44 -0
  1426. package/schemas/2025-04/app_subscriptions/approaching_capped_amount.json +52 -0
  1427. package/schemas/2025-04/app_subscriptions/update.json +52 -0
  1428. package/schemas/2025-04/audit_events/admin_api_activity.json +202 -0
  1429. package/schemas/2025-04/bulk_operations/finish.json +38 -0
  1430. package/schemas/2025-04/carts/create.json +321 -0
  1431. package/schemas/2025-04/carts/update.json +321 -0
  1432. package/schemas/2025-04/channels/delete.json +12 -0
  1433. package/schemas/2025-04/checkouts/create.json +1292 -0
  1434. package/schemas/2025-04/checkouts/delete.json +87 -0
  1435. package/schemas/2025-04/checkouts/update.json +1292 -0
  1436. package/schemas/2025-04/collection_listings/add.json +60 -0
  1437. package/schemas/2025-04/collection_listings/remove.json +27 -0
  1438. package/schemas/2025-04/collection_listings/update.json +60 -0
  1439. package/schemas/2025-04/collection_publications/create.json +45 -0
  1440. package/schemas/2025-04/collection_publications/delete.json +12 -0
  1441. package/schemas/2025-04/collection_publications/update.json +45 -0
  1442. package/schemas/2025-04/collections/create.json +57 -0
  1443. package/schemas/2025-04/collections/delete.json +21 -0
  1444. package/schemas/2025-04/collections/update.json +57 -0
  1445. package/schemas/2025-04/companies/create.json +45 -0
  1446. package/schemas/2025-04/companies/delete.json +45 -0
  1447. package/schemas/2025-04/companies/update.json +45 -0
  1448. package/schemas/2025-04/company_contact_roles/assign.json +387 -0
  1449. package/schemas/2025-04/company_contact_roles/revoke.json +387 -0
  1450. package/schemas/2025-04/company_contacts/create.json +81 -0
  1451. package/schemas/2025-04/company_contacts/delete.json +81 -0
  1452. package/schemas/2025-04/company_contacts/update.json +81 -0
  1453. package/schemas/2025-04/company_locations/create.json +303 -0
  1454. package/schemas/2025-04/company_locations/delete.json +303 -0
  1455. package/schemas/2025-04/company_locations/update.json +303 -0
  1456. package/schemas/2025-04/customer.joined_segment.json +23 -0
  1457. package/schemas/2025-04/customer.left_segment.json +23 -0
  1458. package/schemas/2025-04/customer.tags_added.json +25 -0
  1459. package/schemas/2025-04/customer.tags_removed.json +25 -0
  1460. package/schemas/2025-04/customer_account_settings/update.json +28 -0
  1461. package/schemas/2025-04/customer_groups/create.json +30 -0
  1462. package/schemas/2025-04/customer_groups/delete.json +12 -0
  1463. package/schemas/2025-04/customer_groups/update.json +30 -0
  1464. package/schemas/2025-04/customer_payment_methods/create.json +59 -0
  1465. package/schemas/2025-04/customer_payment_methods/revoke.json +59 -0
  1466. package/schemas/2025-04/customer_payment_methods/update.json +59 -0
  1467. package/schemas/2025-04/customers/create.json +160 -0
  1468. package/schemas/2025-04/customers/data_request.json +56 -0
  1469. package/schemas/2025-04/customers/delete.json +34 -0
  1470. package/schemas/2025-04/customers/disable.json +160 -0
  1471. package/schemas/2025-04/customers/enable.json +160 -0
  1472. package/schemas/2025-04/customers/merge.json +56 -0
  1473. package/schemas/2025-04/customers/purchasing_summary.json +43 -0
  1474. package/schemas/2025-04/customers/redact.json +44 -0
  1475. package/schemas/2025-04/customers/update.json +160 -0
  1476. package/schemas/2025-04/customers_email_marketing_consent/update.json +40 -0
  1477. package/schemas/2025-04/customers_marketing_consent/update.json +43 -0
  1478. package/schemas/2025-04/delivery_promise_settings/update.json +21 -0
  1479. package/schemas/2025-04/discounts/create.json +31 -0
  1480. package/schemas/2025-04/discounts/delete.json +18 -0
  1481. package/schemas/2025-04/discounts/redeemcode_added.json +35 -0
  1482. package/schemas/2025-04/discounts/redeemcode_removed.json +35 -0
  1483. package/schemas/2025-04/discounts/update.json +31 -0
  1484. package/schemas/2025-04/disputes/create.json +67 -0
  1485. package/schemas/2025-04/disputes/update.json +67 -0
  1486. package/schemas/2025-04/domains/create.json +42 -0
  1487. package/schemas/2025-04/domains/destroy.json +42 -0
  1488. package/schemas/2025-04/domains/update.json +42 -0
  1489. package/schemas/2025-04/draft_orders/create.json +1387 -0
  1490. package/schemas/2025-04/draft_orders/delete.json +12 -0
  1491. package/schemas/2025-04/draft_orders/update.json +1387 -0
  1492. package/schemas/2025-04/fulfillment_events/create.json +106 -0
  1493. package/schemas/2025-04/fulfillment_events/delete.json +106 -0
  1494. package/schemas/2025-04/fulfillment_holds/added.json +63 -0
  1495. package/schemas/2025-04/fulfillment_holds/released.json +63 -0
  1496. package/schemas/2025-04/fulfillment_orders/cancellation_request_accepted.json +29 -0
  1497. package/schemas/2025-04/fulfillment_orders/cancellation_request_rejected.json +33 -0
  1498. package/schemas/2025-04/fulfillment_orders/cancellation_request_submitted.json +46 -0
  1499. package/schemas/2025-04/fulfillment_orders/cancelled.json +42 -0
  1500. package/schemas/2025-04/fulfillment_orders/fulfillment_request_accepted.json +33 -0
  1501. package/schemas/2025-04/fulfillment_orders/fulfillment_request_rejected.json +33 -0
  1502. package/schemas/2025-04/fulfillment_orders/fulfillment_request_submitted.json +67 -0
  1503. package/schemas/2025-04/fulfillment_orders/fulfillment_service_failed_to_complete.json +29 -0
  1504. package/schemas/2025-04/fulfillment_orders/hold_released.json +25 -0
  1505. package/schemas/2025-04/fulfillment_orders/line_items_prepared_for_local_delivery.json +41 -0
  1506. package/schemas/2025-04/fulfillment_orders/line_items_prepared_for_pickup.json +41 -0
  1507. package/schemas/2025-04/fulfillment_orders/merged.json +67 -0
  1508. package/schemas/2025-04/fulfillment_orders/moved.json +90 -0
  1509. package/schemas/2025-04/fulfillment_orders/order_routing_complete.json +25 -0
  1510. package/schemas/2025-04/fulfillment_orders/placed_on_hold.json +384 -0
  1511. package/schemas/2025-04/fulfillment_orders/rescheduled.json +30 -0
  1512. package/schemas/2025-04/fulfillment_orders/scheduled_fulfillment_order_ready.json +25 -0
  1513. package/schemas/2025-04/fulfillment_orders/split.json +314 -0
  1514. package/schemas/2025-04/fulfillments/create.json +605 -0
  1515. package/schemas/2025-04/fulfillments/update.json +605 -0
  1516. package/schemas/2025-04/inventory_items/create.json +80 -0
  1517. package/schemas/2025-04/inventory_items/delete.json +43 -0
  1518. package/schemas/2025-04/inventory_items/update.json +80 -0
  1519. package/schemas/2025-04/inventory_levels/connect.json +33 -0
  1520. package/schemas/2025-04/inventory_levels/disconnect.json +16 -0
  1521. package/schemas/2025-04/inventory_levels/update.json +33 -0
  1522. package/schemas/2025-04/locales/create.json +16 -0
  1523. package/schemas/2025-04/locales/update.json +16 -0
  1524. package/schemas/2025-04/locations/activate.json +79 -0
  1525. package/schemas/2025-04/locations/create.json +79 -0
  1526. package/schemas/2025-04/locations/deactivate.json +79 -0
  1527. package/schemas/2025-04/locations/delete.json +12 -0
  1528. package/schemas/2025-04/locations/update.json +79 -0
  1529. package/schemas/2025-04/markets/create.json +24 -0
  1530. package/schemas/2025-04/markets/delete.json +12 -0
  1531. package/schemas/2025-04/markets/update.json +24 -0
  1532. package/schemas/2025-04/metafield_definitions/create.json +97 -0
  1533. package/schemas/2025-04/metafield_definitions/delete.json +21 -0
  1534. package/schemas/2025-04/metafield_definitions/update.json +97 -0
  1535. package/schemas/2025-04/metaobjects/create.json +82 -0
  1536. package/schemas/2025-04/metaobjects/delete.json +26 -0
  1537. package/schemas/2025-04/metaobjects/update.json +82 -0
  1538. package/schemas/2025-04/order_transactions/create.json +236 -0
  1539. package/schemas/2025-04/orders/cancelled.json +2712 -0
  1540. package/schemas/2025-04/orders/create.json +2712 -0
  1541. package/schemas/2025-04/orders/delete.json +12 -0
  1542. package/schemas/2025-04/orders/edited.json +140 -0
  1543. package/schemas/2025-04/orders/fulfilled.json +2712 -0
  1544. package/schemas/2025-04/orders/paid.json +2712 -0
  1545. package/schemas/2025-04/orders/partially_fulfilled.json +2712 -0
  1546. package/schemas/2025-04/orders/risk_assessment_changed.json +42 -0
  1547. package/schemas/2025-04/orders/shopify_protect_eligibility_changed.json +28 -0
  1548. package/schemas/2025-04/orders/updated.json +2712 -0
  1549. package/schemas/2025-04/payment_schedules/due.json +70 -0
  1550. package/schemas/2025-04/payment_terms/create.json +112 -0
  1551. package/schemas/2025-04/payment_terms/delete.json +12 -0
  1552. package/schemas/2025-04/payment_terms/update.json +112 -0
  1553. package/schemas/2025-04/product_feeds/create.json +25 -0
  1554. package/schemas/2025-04/product_feeds/full_sync.json +363 -0
  1555. package/schemas/2025-04/product_feeds/full_sync_finish.json +97 -0
  1556. package/schemas/2025-04/product_feeds/incremental_sync.json +358 -0
  1557. package/schemas/2025-04/product_feeds/update.json +25 -0
  1558. package/schemas/2025-04/product_listings/add.json +221 -0
  1559. package/schemas/2025-04/product_listings/remove.json +20 -0
  1560. package/schemas/2025-04/product_listings/update.json +221 -0
  1561. package/schemas/2025-04/product_publications/create.json +45 -0
  1562. package/schemas/2025-04/product_publications/delete.json +12 -0
  1563. package/schemas/2025-04/product_publications/update.json +45 -0
  1564. package/schemas/2025-04/products/create.json +404 -0
  1565. package/schemas/2025-04/products/delete.json +12 -0
  1566. package/schemas/2025-04/products/update.json +404 -0
  1567. package/schemas/2025-04/profiles/create.json +12 -0
  1568. package/schemas/2025-04/profiles/delete.json +12 -0
  1569. package/schemas/2025-04/profiles/update.json +12 -0
  1570. package/schemas/2025-04/refunds/create.json +619 -0
  1571. package/schemas/2025-04/returns/approve.json +139 -0
  1572. package/schemas/2025-04/returns/cancel.json +25 -0
  1573. package/schemas/2025-04/returns/close.json +25 -0
  1574. package/schemas/2025-04/returns/decline.json +37 -0
  1575. package/schemas/2025-04/returns/process.json +86 -0
  1576. package/schemas/2025-04/returns/reopen.json +25 -0
  1577. package/schemas/2025-04/returns/request.json +65 -0
  1578. package/schemas/2025-04/returns/update.json +77 -0
  1579. package/schemas/2025-04/reverse_deliveries/attach_deliverable.json +78 -0
  1580. package/schemas/2025-04/reverse_fulfillment_orders/dispose.json +78 -0
  1581. package/schemas/2025-04/scheduled_product_listings/add.json +220 -0
  1582. package/schemas/2025-04/scheduled_product_listings/remove.json +20 -0
  1583. package/schemas/2025-04/scheduled_product_listings/update.json +220 -0
  1584. package/schemas/2025-04/segments/create.json +30 -0
  1585. package/schemas/2025-04/segments/delete.json +12 -0
  1586. package/schemas/2025-04/segments/update.json +30 -0
  1587. package/schemas/2025-04/selling_plan_groups/create.json +160 -0
  1588. package/schemas/2025-04/selling_plan_groups/delete.json +17 -0
  1589. package/schemas/2025-04/selling_plan_groups/update.json +160 -0
  1590. package/schemas/2025-04/shipping_addresses/create.json +4 -0
  1591. package/schemas/2025-04/shipping_addresses/update.json +4 -0
  1592. package/schemas/2025-04/shop/redact.json +16 -0
  1593. package/schemas/2025-04/shop/update.json +282 -0
  1594. package/schemas/2025-04/subscription_billing_attempts/challenged.json +64 -0
  1595. package/schemas/2025-04/subscription_billing_attempts/failure.json +64 -0
  1596. package/schemas/2025-04/subscription_billing_attempts/success.json +64 -0
  1597. package/schemas/2025-04/subscription_billing_cycle_edits/create.json +46 -0
  1598. package/schemas/2025-04/subscription_billing_cycle_edits/delete.json +46 -0
  1599. package/schemas/2025-04/subscription_billing_cycle_edits/update.json +46 -0
  1600. package/schemas/2025-04/subscription_billing_cycles/skip.json +46 -0
  1601. package/schemas/2025-04/subscription_billing_cycles/unskip.json +46 -0
  1602. package/schemas/2025-04/subscription_contracts/activate.json +87 -0
  1603. package/schemas/2025-04/subscription_contracts/cancel.json +87 -0
  1604. package/schemas/2025-04/subscription_contracts/create.json +87 -0
  1605. package/schemas/2025-04/subscription_contracts/expire.json +87 -0
  1606. package/schemas/2025-04/subscription_contracts/fail.json +87 -0
  1607. package/schemas/2025-04/subscription_contracts/pause.json +87 -0
  1608. package/schemas/2025-04/subscription_contracts/update.json +87 -0
  1609. package/schemas/2025-04/tax_services/create.json +25 -0
  1610. package/schemas/2025-04/tax_services/update.json +25 -0
  1611. package/schemas/2025-04/tender_transactions/create.json +67 -0
  1612. package/schemas/2025-04/themes/create.json +47 -0
  1613. package/schemas/2025-04/themes/delete.json +12 -0
  1614. package/schemas/2025-04/themes/publish.json +47 -0
  1615. package/schemas/2025-04/themes/update.json +47 -0
  1616. package/schemas/2025-04/variants/in_stock.json +87 -0
  1617. package/schemas/2025-04/variants/out_of_stock.json +87 -0
@@ -0,0 +1,2712 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "properties": {
4
+ "admin_graphql_api_id": {
5
+ "format": "uri",
6
+ "type": "string"
7
+ },
8
+ "app_id": {
9
+ "type": [
10
+ "integer",
11
+ "null"
12
+ ]
13
+ },
14
+ "billing_address": {
15
+ "properties": {
16
+ "address1": {
17
+ "type": "string"
18
+ },
19
+ "address2": {
20
+ "type": [
21
+ "null",
22
+ "string"
23
+ ]
24
+ },
25
+ "city": {
26
+ "type": "string"
27
+ },
28
+ "company": {
29
+ "type": [
30
+ "null",
31
+ "string"
32
+ ]
33
+ },
34
+ "country": {
35
+ "type": "string"
36
+ },
37
+ "country_code": {
38
+ "type": "string"
39
+ },
40
+ "first_name": {
41
+ "type": "string"
42
+ },
43
+ "last_name": {
44
+ "type": "string"
45
+ },
46
+ "latitude": {
47
+ "type": [
48
+ "null",
49
+ "number"
50
+ ]
51
+ },
52
+ "longitude": {
53
+ "type": [
54
+ "null",
55
+ "number"
56
+ ]
57
+ },
58
+ "name": {
59
+ "type": "string"
60
+ },
61
+ "phone": {
62
+ "type": "string"
63
+ },
64
+ "province": {
65
+ "type": "string"
66
+ },
67
+ "province_code": {
68
+ "type": "string"
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
+ "browser_ip": {
94
+ "format": "ipv4",
95
+ "type": [
96
+ "null",
97
+ "string"
98
+ ]
99
+ },
100
+ "buyer_accepts_marketing": {
101
+ "type": "boolean"
102
+ },
103
+ "cancel_reason": {
104
+ "type": [
105
+ "null",
106
+ "string"
107
+ ]
108
+ },
109
+ "cancelled_at": {
110
+ "format": "date-time",
111
+ "type": [
112
+ "null",
113
+ "string"
114
+ ]
115
+ },
116
+ "cart_token": {
117
+ "type": [
118
+ "null",
119
+ "string"
120
+ ]
121
+ },
122
+ "checkout_id": {
123
+ "type": [
124
+ "integer",
125
+ "null"
126
+ ]
127
+ },
128
+ "checkout_token": {
129
+ "type": [
130
+ "null",
131
+ "string"
132
+ ]
133
+ },
134
+ "client_details": {
135
+ "properties": {
136
+ "accept_language": {
137
+ "type": [
138
+ "null",
139
+ "string"
140
+ ]
141
+ },
142
+ "browser_height": {
143
+ "type": [
144
+ "integer",
145
+ "null"
146
+ ]
147
+ },
148
+ "browser_ip": {
149
+ "format": "ipv4",
150
+ "type": "string"
151
+ },
152
+ "browser_width": {
153
+ "type": [
154
+ "integer",
155
+ "null"
156
+ ]
157
+ },
158
+ "session_hash": {
159
+ "type": "null"
160
+ },
161
+ "user_agent": {
162
+ "type": "string"
163
+ }
164
+ },
165
+ "required": [
166
+ "accept_language",
167
+ "browser_height"
168
+ ],
169
+ "type": [
170
+ "null",
171
+ "object"
172
+ ]
173
+ },
174
+ "closed_at": {
175
+ "format": "date-time",
176
+ "type": [
177
+ "null",
178
+ "string"
179
+ ]
180
+ },
181
+ "confirmation_number": {
182
+ "type": [
183
+ "null",
184
+ "string"
185
+ ]
186
+ },
187
+ "confirmed": {
188
+ "type": "boolean"
189
+ },
190
+ "contact_email": {
191
+ "format": "email",
192
+ "type": "string"
193
+ },
194
+ "created_at": {
195
+ "format": "date-time",
196
+ "type": "string"
197
+ },
198
+ "currency": {
199
+ "type": "string"
200
+ },
201
+ "current_shipping_price_set": {
202
+ "properties": {
203
+ "presentment_money": {
204
+ "properties": {
205
+ "amount": {
206
+ "type": "string"
207
+ },
208
+ "currency_code": {
209
+ "type": "string"
210
+ }
211
+ },
212
+ "required": [
213
+ "amount",
214
+ "currency_code"
215
+ ],
216
+ "type": "object"
217
+ },
218
+ "shop_money": {
219
+ "properties": {
220
+ "amount": {
221
+ "type": "string"
222
+ },
223
+ "currency_code": {
224
+ "type": "string"
225
+ }
226
+ },
227
+ "required": [
228
+ "amount",
229
+ "currency_code"
230
+ ],
231
+ "type": "object"
232
+ }
233
+ },
234
+ "required": [
235
+ "presentment_money",
236
+ "shop_money"
237
+ ],
238
+ "type": "object"
239
+ },
240
+ "current_subtotal_price": {
241
+ "type": "string"
242
+ },
243
+ "current_subtotal_price_set": {
244
+ "properties": {
245
+ "presentment_money": {
246
+ "properties": {
247
+ "amount": {
248
+ "type": "string"
249
+ },
250
+ "currency_code": {
251
+ "type": "string"
252
+ }
253
+ },
254
+ "required": [
255
+ "amount",
256
+ "currency_code"
257
+ ],
258
+ "type": "object"
259
+ },
260
+ "shop_money": {
261
+ "properties": {
262
+ "amount": {
263
+ "type": "string"
264
+ },
265
+ "currency_code": {
266
+ "type": "string"
267
+ }
268
+ },
269
+ "required": [
270
+ "amount",
271
+ "currency_code"
272
+ ],
273
+ "type": "object"
274
+ }
275
+ },
276
+ "required": [
277
+ "presentment_money",
278
+ "shop_money"
279
+ ],
280
+ "type": "object"
281
+ },
282
+ "current_total_additional_fees_set": {
283
+ "properties": {
284
+ "presentment_money": {
285
+ "properties": {
286
+ "amount": {
287
+ "type": "string"
288
+ },
289
+ "currency_code": {
290
+ "type": "string"
291
+ }
292
+ },
293
+ "required": [
294
+ "amount",
295
+ "currency_code"
296
+ ],
297
+ "type": "object"
298
+ },
299
+ "shop_money": {
300
+ "properties": {
301
+ "amount": {
302
+ "type": "string"
303
+ },
304
+ "currency_code": {
305
+ "type": "string"
306
+ }
307
+ },
308
+ "required": [
309
+ "amount",
310
+ "currency_code"
311
+ ],
312
+ "type": "object"
313
+ }
314
+ },
315
+ "required": [
316
+ "presentment_money",
317
+ "shop_money"
318
+ ],
319
+ "type": [
320
+ "null",
321
+ "object"
322
+ ]
323
+ },
324
+ "current_total_discounts": {
325
+ "type": "string"
326
+ },
327
+ "current_total_discounts_set": {
328
+ "properties": {
329
+ "presentment_money": {
330
+ "properties": {
331
+ "amount": {
332
+ "type": "string"
333
+ },
334
+ "currency_code": {
335
+ "type": "string"
336
+ }
337
+ },
338
+ "required": [
339
+ "amount",
340
+ "currency_code"
341
+ ],
342
+ "type": "object"
343
+ },
344
+ "shop_money": {
345
+ "properties": {
346
+ "amount": {
347
+ "type": "string"
348
+ },
349
+ "currency_code": {
350
+ "type": "string"
351
+ }
352
+ },
353
+ "required": [
354
+ "amount",
355
+ "currency_code"
356
+ ],
357
+ "type": "object"
358
+ }
359
+ },
360
+ "required": [
361
+ "presentment_money",
362
+ "shop_money"
363
+ ],
364
+ "type": "object"
365
+ },
366
+ "current_total_duties_set": {
367
+ "properties": {
368
+ "presentment_money": {
369
+ "properties": {
370
+ "amount": {
371
+ "type": "string"
372
+ },
373
+ "currency_code": {
374
+ "type": "string"
375
+ }
376
+ },
377
+ "required": [
378
+ "amount",
379
+ "currency_code"
380
+ ],
381
+ "type": "object"
382
+ },
383
+ "shop_money": {
384
+ "properties": {
385
+ "amount": {
386
+ "type": "string"
387
+ },
388
+ "currency_code": {
389
+ "type": "string"
390
+ }
391
+ },
392
+ "required": [
393
+ "amount",
394
+ "currency_code"
395
+ ],
396
+ "type": "object"
397
+ }
398
+ },
399
+ "required": [
400
+ "presentment_money",
401
+ "shop_money"
402
+ ],
403
+ "type": [
404
+ "null",
405
+ "object"
406
+ ]
407
+ },
408
+ "current_total_price": {
409
+ "type": "string"
410
+ },
411
+ "current_total_price_set": {
412
+ "properties": {
413
+ "presentment_money": {
414
+ "properties": {
415
+ "amount": {
416
+ "type": "string"
417
+ },
418
+ "currency_code": {
419
+ "type": "string"
420
+ }
421
+ },
422
+ "required": [
423
+ "amount",
424
+ "currency_code"
425
+ ],
426
+ "type": "object"
427
+ },
428
+ "shop_money": {
429
+ "properties": {
430
+ "amount": {
431
+ "type": "string"
432
+ },
433
+ "currency_code": {
434
+ "type": "string"
435
+ }
436
+ },
437
+ "required": [
438
+ "amount",
439
+ "currency_code"
440
+ ],
441
+ "type": "object"
442
+ }
443
+ },
444
+ "required": [
445
+ "presentment_money",
446
+ "shop_money"
447
+ ],
448
+ "type": "object"
449
+ },
450
+ "current_total_tax": {
451
+ "type": "string"
452
+ },
453
+ "current_total_tax_set": {
454
+ "properties": {
455
+ "presentment_money": {
456
+ "properties": {
457
+ "amount": {
458
+ "type": "string"
459
+ },
460
+ "currency_code": {
461
+ "type": "string"
462
+ }
463
+ },
464
+ "required": [
465
+ "amount",
466
+ "currency_code"
467
+ ],
468
+ "type": "object"
469
+ },
470
+ "shop_money": {
471
+ "properties": {
472
+ "amount": {
473
+ "type": "string"
474
+ },
475
+ "currency_code": {
476
+ "type": "string"
477
+ }
478
+ },
479
+ "required": [
480
+ "amount",
481
+ "currency_code"
482
+ ],
483
+ "type": "object"
484
+ }
485
+ },
486
+ "required": [
487
+ "presentment_money",
488
+ "shop_money"
489
+ ],
490
+ "type": "object"
491
+ },
492
+ "customer": {
493
+ "properties": {
494
+ "accepts_marketing": {
495
+ "type": "boolean"
496
+ },
497
+ "accepts_marketing_updated_at": {
498
+ "format": "date-time",
499
+ "type": [
500
+ "null",
501
+ "string"
502
+ ]
503
+ },
504
+ "admin_graphql_api_id": {
505
+ "format": "uri",
506
+ "type": "string"
507
+ },
508
+ "created_at": {
509
+ "format": "date-time",
510
+ "type": [
511
+ "null",
512
+ "string"
513
+ ]
514
+ },
515
+ "currency": {
516
+ "type": "string"
517
+ },
518
+ "default_address": {
519
+ "properties": {
520
+ "address1": {
521
+ "type": "string"
522
+ },
523
+ "address2": {
524
+ "type": [
525
+ "null",
526
+ "string"
527
+ ]
528
+ },
529
+ "city": {
530
+ "type": "string"
531
+ },
532
+ "company": {
533
+ "type": [
534
+ "null",
535
+ "string"
536
+ ]
537
+ },
538
+ "country": {
539
+ "type": "string"
540
+ },
541
+ "country_code": {
542
+ "type": "string"
543
+ },
544
+ "country_name": {
545
+ "type": "string"
546
+ },
547
+ "customer_id": {
548
+ "type": "integer"
549
+ },
550
+ "default": {
551
+ "type": "boolean"
552
+ },
553
+ "first_name": {
554
+ "type": [
555
+ "null",
556
+ "string"
557
+ ]
558
+ },
559
+ "id": {
560
+ "type": "integer"
561
+ },
562
+ "last_name": {
563
+ "type": [
564
+ "null",
565
+ "string"
566
+ ]
567
+ },
568
+ "name": {
569
+ "type": "string"
570
+ },
571
+ "phone": {
572
+ "type": "string"
573
+ },
574
+ "province": {
575
+ "type": "string"
576
+ },
577
+ "province_code": {
578
+ "type": "string"
579
+ },
580
+ "zip": {
581
+ "type": "string"
582
+ }
583
+ },
584
+ "required": [
585
+ "address1",
586
+ "address2",
587
+ "city",
588
+ "company",
589
+ "country",
590
+ "country_code",
591
+ "country_name",
592
+ "customer_id",
593
+ "default",
594
+ "first_name",
595
+ "id",
596
+ "last_name",
597
+ "name",
598
+ "phone",
599
+ "province",
600
+ "province_code",
601
+ "zip"
602
+ ],
603
+ "type": "object"
604
+ },
605
+ "email": {
606
+ "format": "email",
607
+ "type": "string"
608
+ },
609
+ "email_marketing_consent": {
610
+ "properties": {
611
+ "consent_updated_at": {
612
+ "format": "date-time",
613
+ "type": [
614
+ "null",
615
+ "string"
616
+ ]
617
+ },
618
+ "opt_in_level": {
619
+ "type": "string"
620
+ },
621
+ "state": {
622
+ "type": "string"
623
+ }
624
+ },
625
+ "required": [
626
+ "consent_updated_at",
627
+ "opt_in_level",
628
+ "state"
629
+ ],
630
+ "type": "object"
631
+ },
632
+ "first_name": {
633
+ "type": "string"
634
+ },
635
+ "id": {
636
+ "type": "integer"
637
+ },
638
+ "last_name": {
639
+ "type": "string"
640
+ },
641
+ "marketing_opt_in_level": {
642
+ "type": "string"
643
+ },
644
+ "multipass_identifier": {
645
+ "type": [
646
+ "null",
647
+ "string"
648
+ ]
649
+ },
650
+ "note": {
651
+ "type": [
652
+ "null",
653
+ "string"
654
+ ]
655
+ },
656
+ "phone": {
657
+ "type": [
658
+ "null",
659
+ "string"
660
+ ]
661
+ },
662
+ "sms_marketing_consent": {
663
+ "properties": {
664
+ "consent_collected_from": {
665
+ "type": "string"
666
+ },
667
+ "consent_updated_at": {
668
+ "format": "date-time",
669
+ "type": [
670
+ "null",
671
+ "string"
672
+ ]
673
+ },
674
+ "opt_in_level": {
675
+ "type": "string"
676
+ },
677
+ "state": {
678
+ "type": "string"
679
+ }
680
+ },
681
+ "required": [
682
+ "consent_collected_from",
683
+ "consent_updated_at",
684
+ "opt_in_level",
685
+ "state"
686
+ ],
687
+ "type": [
688
+ "null",
689
+ "object"
690
+ ]
691
+ },
692
+ "state": {
693
+ "type": "string"
694
+ },
695
+ "tags": {
696
+ "type": "string"
697
+ },
698
+ "tax_exempt": {
699
+ "type": "boolean"
700
+ },
701
+ "tax_exemptions": {
702
+ "items": false,
703
+ "type": "array"
704
+ },
705
+ "updated_at": {
706
+ "format": "date-time",
707
+ "type": [
708
+ "null",
709
+ "string"
710
+ ]
711
+ },
712
+ "verified_email": {
713
+ "type": "boolean"
714
+ }
715
+ },
716
+ "required": [
717
+ "admin_graphql_api_id",
718
+ "created_at",
719
+ "currency",
720
+ "default_address",
721
+ "email",
722
+ "first_name",
723
+ "id",
724
+ "last_name",
725
+ "multipass_identifier",
726
+ "note",
727
+ "phone",
728
+ "state",
729
+ "tax_exempt",
730
+ "tax_exemptions",
731
+ "updated_at",
732
+ "verified_email"
733
+ ],
734
+ "type": "object"
735
+ },
736
+ "customer_locale": {
737
+ "type": [
738
+ "null",
739
+ "string"
740
+ ]
741
+ },
742
+ "device_id": {
743
+ "type": [
744
+ "null",
745
+ "string"
746
+ ]
747
+ },
748
+ "discount_applications": {
749
+ "items": {
750
+ "properties": {
751
+ "allocation_method": {
752
+ "type": "string"
753
+ },
754
+ "code": {
755
+ "type": "string"
756
+ },
757
+ "description": {
758
+ "type": "string"
759
+ },
760
+ "target_selection": {
761
+ "type": "string"
762
+ },
763
+ "target_type": {
764
+ "type": "string"
765
+ },
766
+ "title": {
767
+ "type": "string"
768
+ },
769
+ "type": {
770
+ "type": "string"
771
+ },
772
+ "value": {
773
+ "type": "string"
774
+ },
775
+ "value_type": {
776
+ "type": "string"
777
+ }
778
+ },
779
+ "required": [
780
+ "allocation_method",
781
+ "target_selection",
782
+ "target_type",
783
+ "type",
784
+ "value",
785
+ "value_type"
786
+ ],
787
+ "type": "object"
788
+ },
789
+ "type": "array"
790
+ },
791
+ "discount_codes": {
792
+ "items": {
793
+ "properties": {
794
+ "amount": {
795
+ "type": "string"
796
+ },
797
+ "code": {
798
+ "type": "string"
799
+ },
800
+ "type": {
801
+ "type": "string"
802
+ }
803
+ },
804
+ "required": [
805
+ "amount",
806
+ "code",
807
+ "type"
808
+ ],
809
+ "type": "object"
810
+ },
811
+ "type": "array"
812
+ },
813
+ "duties_included": {
814
+ "type": "boolean"
815
+ },
816
+ "email": {
817
+ "format": "email",
818
+ "type": "string"
819
+ },
820
+ "estimated_taxes": {
821
+ "type": "boolean"
822
+ },
823
+ "financial_status": {
824
+ "type": "string"
825
+ },
826
+ "fulfillment_status": {
827
+ "type": [
828
+ "null",
829
+ "string"
830
+ ]
831
+ },
832
+ "fulfillments": {
833
+ "items": {
834
+ "properties": {
835
+ "admin_graphql_api_id": {
836
+ "format": "uri",
837
+ "type": "string"
838
+ },
839
+ "created_at": {
840
+ "format": "date-time",
841
+ "type": "string"
842
+ },
843
+ "id": {
844
+ "type": "integer"
845
+ },
846
+ "line_items": {
847
+ "items": {
848
+ "properties": {
849
+ "admin_graphql_api_id": {
850
+ "format": "uri",
851
+ "type": "string"
852
+ },
853
+ "current_quantity": {
854
+ "type": "integer"
855
+ },
856
+ "discount_allocations": {
857
+ "items": {
858
+ "properties": {
859
+ "amount": {
860
+ "type": "string"
861
+ },
862
+ "amount_set": {
863
+ "properties": {
864
+ "presentment_money": {
865
+ "properties": {
866
+ "amount": {
867
+ "type": "string"
868
+ },
869
+ "currency_code": {
870
+ "type": "string"
871
+ }
872
+ },
873
+ "required": [
874
+ "amount",
875
+ "currency_code"
876
+ ],
877
+ "type": "object"
878
+ },
879
+ "shop_money": {
880
+ "properties": {
881
+ "amount": {
882
+ "type": "string"
883
+ },
884
+ "currency_code": {
885
+ "type": "string"
886
+ }
887
+ },
888
+ "required": [
889
+ "amount",
890
+ "currency_code"
891
+ ],
892
+ "type": "object"
893
+ }
894
+ },
895
+ "required": [
896
+ "presentment_money",
897
+ "shop_money"
898
+ ],
899
+ "type": "object"
900
+ },
901
+ "discount_application_index": {
902
+ "type": "integer"
903
+ }
904
+ },
905
+ "required": [
906
+ "amount",
907
+ "amount_set",
908
+ "discount_application_index"
909
+ ],
910
+ "type": "object"
911
+ },
912
+ "type": "array"
913
+ },
914
+ "duties": {
915
+ "items": false,
916
+ "type": "array"
917
+ },
918
+ "fulfillable_quantity": {
919
+ "type": "integer"
920
+ },
921
+ "fulfillment_service": {
922
+ "type": "string"
923
+ },
924
+ "fulfillment_status": {
925
+ "type": "string"
926
+ },
927
+ "gift_card": {
928
+ "type": "boolean"
929
+ },
930
+ "grams": {
931
+ "type": "integer"
932
+ },
933
+ "id": {
934
+ "type": "integer"
935
+ },
936
+ "name": {
937
+ "type": "string"
938
+ },
939
+ "pre_tax_price": {
940
+ "type": "string"
941
+ },
942
+ "pre_tax_price_set": {
943
+ "properties": {
944
+ "presentment_money": {
945
+ "properties": {
946
+ "amount": {
947
+ "type": "string"
948
+ },
949
+ "currency_code": {
950
+ "type": "string"
951
+ }
952
+ },
953
+ "required": [
954
+ "amount",
955
+ "currency_code"
956
+ ],
957
+ "type": "object"
958
+ },
959
+ "shop_money": {
960
+ "properties": {
961
+ "amount": {
962
+ "type": "string"
963
+ },
964
+ "currency_code": {
965
+ "type": "string"
966
+ }
967
+ },
968
+ "required": [
969
+ "amount",
970
+ "currency_code"
971
+ ],
972
+ "type": "object"
973
+ }
974
+ },
975
+ "required": [
976
+ "presentment_money",
977
+ "shop_money"
978
+ ],
979
+ "type": "object"
980
+ },
981
+ "price": {
982
+ "type": "string"
983
+ },
984
+ "price_set": {
985
+ "properties": {
986
+ "presentment_money": {
987
+ "properties": {
988
+ "amount": {
989
+ "type": "string"
990
+ },
991
+ "currency_code": {
992
+ "type": "string"
993
+ }
994
+ },
995
+ "required": [
996
+ "amount",
997
+ "currency_code"
998
+ ],
999
+ "type": "object"
1000
+ },
1001
+ "shop_money": {
1002
+ "properties": {
1003
+ "amount": {
1004
+ "type": "string"
1005
+ },
1006
+ "currency_code": {
1007
+ "type": "string"
1008
+ }
1009
+ },
1010
+ "required": [
1011
+ "amount",
1012
+ "currency_code"
1013
+ ],
1014
+ "type": "object"
1015
+ }
1016
+ },
1017
+ "required": [
1018
+ "presentment_money",
1019
+ "shop_money"
1020
+ ],
1021
+ "type": "object"
1022
+ },
1023
+ "product_exists": {
1024
+ "type": "boolean"
1025
+ },
1026
+ "product_id": {
1027
+ "type": "integer"
1028
+ },
1029
+ "properties": {
1030
+ "items": false,
1031
+ "type": "array"
1032
+ },
1033
+ "quantity": {
1034
+ "type": "integer"
1035
+ },
1036
+ "requires_shipping": {
1037
+ "type": "boolean"
1038
+ },
1039
+ "sku": {
1040
+ "type": "string"
1041
+ },
1042
+ "tax_lines": {
1043
+ "items": false,
1044
+ "type": "array"
1045
+ },
1046
+ "taxable": {
1047
+ "type": "boolean"
1048
+ },
1049
+ "title": {
1050
+ "type": "string"
1051
+ },
1052
+ "total_discount": {
1053
+ "type": "string"
1054
+ },
1055
+ "total_discount_set": {
1056
+ "properties": {
1057
+ "presentment_money": {
1058
+ "properties": {
1059
+ "amount": {
1060
+ "type": "string"
1061
+ },
1062
+ "currency_code": {
1063
+ "type": "string"
1064
+ }
1065
+ },
1066
+ "required": [
1067
+ "amount",
1068
+ "currency_code"
1069
+ ],
1070
+ "type": "object"
1071
+ },
1072
+ "shop_money": {
1073
+ "properties": {
1074
+ "amount": {
1075
+ "type": "string"
1076
+ },
1077
+ "currency_code": {
1078
+ "type": "string"
1079
+ }
1080
+ },
1081
+ "required": [
1082
+ "amount",
1083
+ "currency_code"
1084
+ ],
1085
+ "type": "object"
1086
+ }
1087
+ },
1088
+ "required": [
1089
+ "presentment_money",
1090
+ "shop_money"
1091
+ ],
1092
+ "type": "object"
1093
+ },
1094
+ "variant_id": {
1095
+ "type": "integer"
1096
+ },
1097
+ "variant_inventory_management": {
1098
+ "type": [
1099
+ "null",
1100
+ "string"
1101
+ ]
1102
+ },
1103
+ "variant_title": {
1104
+ "type": [
1105
+ "null",
1106
+ "string"
1107
+ ]
1108
+ },
1109
+ "vendor": {
1110
+ "type": "string"
1111
+ }
1112
+ },
1113
+ "required": [
1114
+ "admin_graphql_api_id",
1115
+ "discount_allocations",
1116
+ "duties",
1117
+ "fulfillable_quantity",
1118
+ "fulfillment_service",
1119
+ "fulfillment_status",
1120
+ "gift_card",
1121
+ "grams",
1122
+ "id",
1123
+ "name",
1124
+ "price",
1125
+ "price_set",
1126
+ "product_exists",
1127
+ "product_id",
1128
+ "properties",
1129
+ "quantity",
1130
+ "requires_shipping",
1131
+ "sku",
1132
+ "tax_lines",
1133
+ "taxable",
1134
+ "title",
1135
+ "total_discount",
1136
+ "total_discount_set",
1137
+ "variant_id",
1138
+ "variant_inventory_management",
1139
+ "variant_title",
1140
+ "vendor"
1141
+ ],
1142
+ "type": "object"
1143
+ },
1144
+ "type": "array"
1145
+ },
1146
+ "location_id": {
1147
+ "type": "integer"
1148
+ },
1149
+ "name": {
1150
+ "type": "string"
1151
+ },
1152
+ "order_id": {
1153
+ "type": "integer"
1154
+ },
1155
+ "origin_address": {
1156
+ "type": "object"
1157
+ },
1158
+ "receipt": {
1159
+ "type": "object"
1160
+ },
1161
+ "service": {
1162
+ "type": "string"
1163
+ },
1164
+ "shipment_status": {
1165
+ "type": [
1166
+ "null",
1167
+ "string"
1168
+ ]
1169
+ },
1170
+ "status": {
1171
+ "type": "string"
1172
+ },
1173
+ "tracking_company": {
1174
+ "type": [
1175
+ "null",
1176
+ "string"
1177
+ ]
1178
+ },
1179
+ "tracking_number": {
1180
+ "type": [
1181
+ "null",
1182
+ "string"
1183
+ ]
1184
+ },
1185
+ "tracking_numbers": {
1186
+ "items": {
1187
+ "type": "string"
1188
+ },
1189
+ "type": "array"
1190
+ },
1191
+ "tracking_url": {
1192
+ "format": "uri",
1193
+ "type": [
1194
+ "null",
1195
+ "string"
1196
+ ]
1197
+ },
1198
+ "tracking_urls": {
1199
+ "items": {
1200
+ "format": "uri",
1201
+ "type": "string"
1202
+ },
1203
+ "type": "array"
1204
+ },
1205
+ "updated_at": {
1206
+ "format": "date-time",
1207
+ "type": "string"
1208
+ }
1209
+ },
1210
+ "required": [
1211
+ "admin_graphql_api_id",
1212
+ "created_at",
1213
+ "id",
1214
+ "line_items",
1215
+ "location_id",
1216
+ "name",
1217
+ "order_id",
1218
+ "origin_address",
1219
+ "receipt",
1220
+ "service",
1221
+ "shipment_status",
1222
+ "status",
1223
+ "tracking_company",
1224
+ "tracking_number",
1225
+ "tracking_numbers",
1226
+ "tracking_url",
1227
+ "tracking_urls",
1228
+ "updated_at"
1229
+ ],
1230
+ "type": "object"
1231
+ },
1232
+ "type": "array"
1233
+ },
1234
+ "id": {
1235
+ "type": "integer"
1236
+ },
1237
+ "landing_site": {
1238
+ "type": [
1239
+ "null",
1240
+ "string"
1241
+ ]
1242
+ },
1243
+ "landing_site_ref": {
1244
+ "format": "uri",
1245
+ "type": [
1246
+ "null",
1247
+ "string"
1248
+ ]
1249
+ },
1250
+ "line_items": {
1251
+ "items": {
1252
+ "properties": {
1253
+ "admin_graphql_api_id": {
1254
+ "format": "uri",
1255
+ "type": "string"
1256
+ },
1257
+ "attributed_staffs": {
1258
+ "items": {
1259
+ "properties": {
1260
+ "id": {
1261
+ "format": "uri",
1262
+ "type": "string"
1263
+ },
1264
+ "quantity": {
1265
+ "type": "integer"
1266
+ }
1267
+ },
1268
+ "required": [
1269
+ "id",
1270
+ "quantity"
1271
+ ],
1272
+ "type": "object"
1273
+ },
1274
+ "type": "array"
1275
+ },
1276
+ "current_quantity": {
1277
+ "type": "integer"
1278
+ },
1279
+ "discount_allocations": {
1280
+ "items": {
1281
+ "properties": {
1282
+ "amount": {
1283
+ "type": "string"
1284
+ },
1285
+ "amount_set": {
1286
+ "properties": {
1287
+ "presentment_money": {
1288
+ "properties": {
1289
+ "amount": {
1290
+ "type": "string"
1291
+ },
1292
+ "currency_code": {
1293
+ "type": "string"
1294
+ }
1295
+ },
1296
+ "required": [
1297
+ "amount",
1298
+ "currency_code"
1299
+ ],
1300
+ "type": "object"
1301
+ },
1302
+ "shop_money": {
1303
+ "properties": {
1304
+ "amount": {
1305
+ "type": "string"
1306
+ },
1307
+ "currency_code": {
1308
+ "type": "string"
1309
+ }
1310
+ },
1311
+ "required": [
1312
+ "amount",
1313
+ "currency_code"
1314
+ ],
1315
+ "type": "object"
1316
+ }
1317
+ },
1318
+ "required": [
1319
+ "presentment_money",
1320
+ "shop_money"
1321
+ ],
1322
+ "type": "object"
1323
+ },
1324
+ "discount_application_index": {
1325
+ "type": "integer"
1326
+ }
1327
+ },
1328
+ "required": [
1329
+ "amount",
1330
+ "amount_set",
1331
+ "discount_application_index"
1332
+ ],
1333
+ "type": "object"
1334
+ },
1335
+ "type": "array"
1336
+ },
1337
+ "duties": {
1338
+ "items": false,
1339
+ "type": "array"
1340
+ },
1341
+ "fulfillable_quantity": {
1342
+ "type": "integer"
1343
+ },
1344
+ "fulfillment_service": {
1345
+ "type": "string"
1346
+ },
1347
+ "fulfillment_status": {
1348
+ "type": [
1349
+ "null",
1350
+ "string"
1351
+ ]
1352
+ },
1353
+ "gift_card": {
1354
+ "type": "boolean"
1355
+ },
1356
+ "grams": {
1357
+ "type": "integer"
1358
+ },
1359
+ "id": {
1360
+ "type": "integer"
1361
+ },
1362
+ "name": {
1363
+ "type": "string"
1364
+ },
1365
+ "pre_tax_price": {
1366
+ "type": "string"
1367
+ },
1368
+ "pre_tax_price_set": {
1369
+ "properties": {
1370
+ "presentment_money": {
1371
+ "properties": {
1372
+ "amount": {
1373
+ "type": "string"
1374
+ },
1375
+ "currency_code": {
1376
+ "type": "string"
1377
+ }
1378
+ },
1379
+ "required": [
1380
+ "amount",
1381
+ "currency_code"
1382
+ ],
1383
+ "type": "object"
1384
+ },
1385
+ "shop_money": {
1386
+ "properties": {
1387
+ "amount": {
1388
+ "type": "string"
1389
+ },
1390
+ "currency_code": {
1391
+ "type": "string"
1392
+ }
1393
+ },
1394
+ "required": [
1395
+ "amount",
1396
+ "currency_code"
1397
+ ],
1398
+ "type": "object"
1399
+ }
1400
+ },
1401
+ "required": [
1402
+ "presentment_money",
1403
+ "shop_money"
1404
+ ],
1405
+ "type": "object"
1406
+ },
1407
+ "price": {
1408
+ "type": "string"
1409
+ },
1410
+ "price_set": {
1411
+ "properties": {
1412
+ "presentment_money": {
1413
+ "properties": {
1414
+ "amount": {
1415
+ "type": "string"
1416
+ },
1417
+ "currency_code": {
1418
+ "type": "string"
1419
+ }
1420
+ },
1421
+ "required": [
1422
+ "amount",
1423
+ "currency_code"
1424
+ ],
1425
+ "type": "object"
1426
+ },
1427
+ "shop_money": {
1428
+ "properties": {
1429
+ "amount": {
1430
+ "type": "string"
1431
+ },
1432
+ "currency_code": {
1433
+ "type": "string"
1434
+ }
1435
+ },
1436
+ "required": [
1437
+ "amount",
1438
+ "currency_code"
1439
+ ],
1440
+ "type": "object"
1441
+ }
1442
+ },
1443
+ "required": [
1444
+ "presentment_money",
1445
+ "shop_money"
1446
+ ],
1447
+ "type": "object"
1448
+ },
1449
+ "product_exists": {
1450
+ "type": "boolean"
1451
+ },
1452
+ "product_id": {
1453
+ "type": "integer"
1454
+ },
1455
+ "properties": {
1456
+ "items": {
1457
+ "properties": {
1458
+ "name": {
1459
+ "type": "string"
1460
+ },
1461
+ "value": {
1462
+ "type": "string"
1463
+ }
1464
+ },
1465
+ "required": [
1466
+ "name",
1467
+ "value"
1468
+ ],
1469
+ "type": "object"
1470
+ },
1471
+ "type": "array"
1472
+ },
1473
+ "quantity": {
1474
+ "type": "integer"
1475
+ },
1476
+ "requires_shipping": {
1477
+ "type": "boolean"
1478
+ },
1479
+ "sales_line_item_group_id": {
1480
+ "type": "null"
1481
+ },
1482
+ "sku": {
1483
+ "type": "string"
1484
+ },
1485
+ "tax_lines": {
1486
+ "items": {
1487
+ "properties": {
1488
+ "channel_liable": {
1489
+ "type": "boolean"
1490
+ },
1491
+ "price": {
1492
+ "type": "string"
1493
+ },
1494
+ "price_set": {
1495
+ "properties": {
1496
+ "presentment_money": {
1497
+ "properties": {
1498
+ "amount": {
1499
+ "type": "string"
1500
+ },
1501
+ "currency_code": {
1502
+ "type": "string"
1503
+ }
1504
+ },
1505
+ "required": [
1506
+ "amount",
1507
+ "currency_code"
1508
+ ],
1509
+ "type": "object"
1510
+ },
1511
+ "shop_money": {
1512
+ "properties": {
1513
+ "amount": {
1514
+ "type": "string"
1515
+ },
1516
+ "currency_code": {
1517
+ "type": "string"
1518
+ }
1519
+ },
1520
+ "required": [
1521
+ "amount",
1522
+ "currency_code"
1523
+ ],
1524
+ "type": "object"
1525
+ }
1526
+ },
1527
+ "required": [
1528
+ "presentment_money",
1529
+ "shop_money"
1530
+ ],
1531
+ "type": "object"
1532
+ },
1533
+ "rate": {
1534
+ "type": "number"
1535
+ },
1536
+ "title": {
1537
+ "type": "string"
1538
+ }
1539
+ },
1540
+ "required": [
1541
+ "channel_liable",
1542
+ "price",
1543
+ "price_set",
1544
+ "rate",
1545
+ "title"
1546
+ ],
1547
+ "type": "object"
1548
+ },
1549
+ "type": "array"
1550
+ },
1551
+ "taxable": {
1552
+ "type": "boolean"
1553
+ },
1554
+ "title": {
1555
+ "type": "string"
1556
+ },
1557
+ "total_discount": {
1558
+ "type": "string"
1559
+ },
1560
+ "total_discount_set": {
1561
+ "properties": {
1562
+ "presentment_money": {
1563
+ "properties": {
1564
+ "amount": {
1565
+ "type": "string"
1566
+ },
1567
+ "currency_code": {
1568
+ "type": "string"
1569
+ }
1570
+ },
1571
+ "required": [
1572
+ "amount",
1573
+ "currency_code"
1574
+ ],
1575
+ "type": "object"
1576
+ },
1577
+ "shop_money": {
1578
+ "properties": {
1579
+ "amount": {
1580
+ "type": "string"
1581
+ },
1582
+ "currency_code": {
1583
+ "type": "string"
1584
+ }
1585
+ },
1586
+ "required": [
1587
+ "amount",
1588
+ "currency_code"
1589
+ ],
1590
+ "type": "object"
1591
+ }
1592
+ },
1593
+ "required": [
1594
+ "presentment_money",
1595
+ "shop_money"
1596
+ ],
1597
+ "type": "object"
1598
+ },
1599
+ "variant_id": {
1600
+ "type": "integer"
1601
+ },
1602
+ "variant_inventory_management": {
1603
+ "type": [
1604
+ "null",
1605
+ "string"
1606
+ ]
1607
+ },
1608
+ "variant_title": {
1609
+ "type": [
1610
+ "null",
1611
+ "string"
1612
+ ]
1613
+ },
1614
+ "vendor": {
1615
+ "type": [
1616
+ "null",
1617
+ "string"
1618
+ ]
1619
+ }
1620
+ },
1621
+ "required": [
1622
+ "admin_graphql_api_id",
1623
+ "attributed_staffs",
1624
+ "discount_allocations",
1625
+ "duties",
1626
+ "fulfillable_quantity",
1627
+ "fulfillment_service",
1628
+ "fulfillment_status",
1629
+ "gift_card",
1630
+ "grams",
1631
+ "id",
1632
+ "name",
1633
+ "price",
1634
+ "price_set",
1635
+ "product_exists",
1636
+ "product_id",
1637
+ "properties",
1638
+ "quantity",
1639
+ "requires_shipping",
1640
+ "sku",
1641
+ "tax_lines",
1642
+ "taxable",
1643
+ "title",
1644
+ "total_discount",
1645
+ "total_discount_set",
1646
+ "variant_id",
1647
+ "variant_inventory_management",
1648
+ "variant_title",
1649
+ "vendor"
1650
+ ],
1651
+ "type": "object"
1652
+ },
1653
+ "type": "array"
1654
+ },
1655
+ "location_id": {
1656
+ "type": [
1657
+ "integer",
1658
+ "null"
1659
+ ]
1660
+ },
1661
+ "merchant_business_entity_id": {
1662
+ "type": "string"
1663
+ },
1664
+ "merchant_of_record_app_id": {
1665
+ "type": [
1666
+ "integer",
1667
+ "null"
1668
+ ]
1669
+ },
1670
+ "name": {
1671
+ "type": "string"
1672
+ },
1673
+ "note": {
1674
+ "type": [
1675
+ "null",
1676
+ "string"
1677
+ ]
1678
+ },
1679
+ "note_attributes": {
1680
+ "items": {
1681
+ "properties": {
1682
+ "name": {
1683
+ "type": "string"
1684
+ },
1685
+ "value": {
1686
+ "type": "string"
1687
+ }
1688
+ },
1689
+ "required": [
1690
+ "name",
1691
+ "value"
1692
+ ],
1693
+ "type": "object"
1694
+ },
1695
+ "type": "array"
1696
+ },
1697
+ "number": {
1698
+ "type": "integer"
1699
+ },
1700
+ "order_number": {
1701
+ "type": "integer"
1702
+ },
1703
+ "order_status_url": {
1704
+ "format": "uri",
1705
+ "type": "string"
1706
+ },
1707
+ "original_total_additional_fees_set": {
1708
+ "properties": {
1709
+ "presentment_money": {
1710
+ "properties": {
1711
+ "amount": {
1712
+ "type": "string"
1713
+ },
1714
+ "currency_code": {
1715
+ "type": "string"
1716
+ }
1717
+ },
1718
+ "required": [
1719
+ "amount",
1720
+ "currency_code"
1721
+ ],
1722
+ "type": "object"
1723
+ },
1724
+ "shop_money": {
1725
+ "properties": {
1726
+ "amount": {
1727
+ "type": "string"
1728
+ },
1729
+ "currency_code": {
1730
+ "type": "string"
1731
+ }
1732
+ },
1733
+ "required": [
1734
+ "amount",
1735
+ "currency_code"
1736
+ ],
1737
+ "type": "object"
1738
+ }
1739
+ },
1740
+ "required": [
1741
+ "presentment_money",
1742
+ "shop_money"
1743
+ ],
1744
+ "type": [
1745
+ "null",
1746
+ "object"
1747
+ ]
1748
+ },
1749
+ "original_total_duties_set": {
1750
+ "properties": {
1751
+ "presentment_money": {
1752
+ "properties": {
1753
+ "amount": {
1754
+ "type": "string"
1755
+ },
1756
+ "currency_code": {
1757
+ "type": "string"
1758
+ }
1759
+ },
1760
+ "required": [
1761
+ "amount",
1762
+ "currency_code"
1763
+ ],
1764
+ "type": "object"
1765
+ },
1766
+ "shop_money": {
1767
+ "properties": {
1768
+ "amount": {
1769
+ "type": "string"
1770
+ },
1771
+ "currency_code": {
1772
+ "type": "string"
1773
+ }
1774
+ },
1775
+ "required": [
1776
+ "amount",
1777
+ "currency_code"
1778
+ ],
1779
+ "type": "object"
1780
+ }
1781
+ },
1782
+ "required": [
1783
+ "presentment_money",
1784
+ "shop_money"
1785
+ ],
1786
+ "type": [
1787
+ "null",
1788
+ "object"
1789
+ ]
1790
+ },
1791
+ "payment_gateway_names": {
1792
+ "items": {
1793
+ "type": "string"
1794
+ },
1795
+ "type": "array"
1796
+ },
1797
+ "payment_terms": {
1798
+ "type": [
1799
+ "null",
1800
+ "string"
1801
+ ]
1802
+ },
1803
+ "phone": {
1804
+ "type": [
1805
+ "null",
1806
+ "string"
1807
+ ]
1808
+ },
1809
+ "po_number": {
1810
+ "type": [
1811
+ "null",
1812
+ "string"
1813
+ ]
1814
+ },
1815
+ "presentment_currency": {
1816
+ "type": "string"
1817
+ },
1818
+ "processed_at": {
1819
+ "format": "date-time",
1820
+ "type": "string"
1821
+ },
1822
+ "reference": {
1823
+ "type": [
1824
+ "null",
1825
+ "string"
1826
+ ]
1827
+ },
1828
+ "referring_site": {
1829
+ "type": [
1830
+ "null",
1831
+ "string"
1832
+ ]
1833
+ },
1834
+ "refunds": {
1835
+ "items": false,
1836
+ "type": "array"
1837
+ },
1838
+ "returns": {
1839
+ "items": false,
1840
+ "type": "array"
1841
+ },
1842
+ "shipping_address": {
1843
+ "properties": {
1844
+ "address1": {
1845
+ "type": "string"
1846
+ },
1847
+ "address2": {
1848
+ "type": [
1849
+ "null",
1850
+ "string"
1851
+ ]
1852
+ },
1853
+ "city": {
1854
+ "type": "string"
1855
+ },
1856
+ "company": {
1857
+ "type": [
1858
+ "null",
1859
+ "string"
1860
+ ]
1861
+ },
1862
+ "country": {
1863
+ "type": "string"
1864
+ },
1865
+ "country_code": {
1866
+ "type": "string"
1867
+ },
1868
+ "first_name": {
1869
+ "type": "string"
1870
+ },
1871
+ "last_name": {
1872
+ "type": "string"
1873
+ },
1874
+ "latitude": {
1875
+ "type": [
1876
+ "null",
1877
+ "number"
1878
+ ]
1879
+ },
1880
+ "longitude": {
1881
+ "type": [
1882
+ "null",
1883
+ "number"
1884
+ ]
1885
+ },
1886
+ "name": {
1887
+ "type": "string"
1888
+ },
1889
+ "phone": {
1890
+ "type": "string"
1891
+ },
1892
+ "province": {
1893
+ "type": "string"
1894
+ },
1895
+ "province_code": {
1896
+ "type": "string"
1897
+ },
1898
+ "zip": {
1899
+ "type": "string"
1900
+ }
1901
+ },
1902
+ "required": [
1903
+ "address1",
1904
+ "address2",
1905
+ "city",
1906
+ "company",
1907
+ "country",
1908
+ "country_code",
1909
+ "first_name",
1910
+ "last_name",
1911
+ "latitude",
1912
+ "longitude",
1913
+ "name",
1914
+ "phone",
1915
+ "province",
1916
+ "province_code",
1917
+ "zip"
1918
+ ],
1919
+ "type": "object"
1920
+ },
1921
+ "shipping_lines": {
1922
+ "items": {
1923
+ "properties": {
1924
+ "carrier_identifier": {
1925
+ "type": [
1926
+ "null",
1927
+ "string"
1928
+ ]
1929
+ },
1930
+ "code": {
1931
+ "type": [
1932
+ "null",
1933
+ "string"
1934
+ ]
1935
+ },
1936
+ "current_discounted_price_set": {
1937
+ "properties": {
1938
+ "presentment_money": {
1939
+ "properties": {
1940
+ "amount": {
1941
+ "type": "string"
1942
+ },
1943
+ "currency_code": {
1944
+ "type": "string"
1945
+ }
1946
+ },
1947
+ "required": [
1948
+ "amount",
1949
+ "currency_code"
1950
+ ],
1951
+ "type": "object"
1952
+ },
1953
+ "shop_money": {
1954
+ "properties": {
1955
+ "amount": {
1956
+ "type": "string"
1957
+ },
1958
+ "currency_code": {
1959
+ "type": "string"
1960
+ }
1961
+ },
1962
+ "required": [
1963
+ "amount",
1964
+ "currency_code"
1965
+ ],
1966
+ "type": "object"
1967
+ }
1968
+ },
1969
+ "required": [
1970
+ "presentment_money",
1971
+ "shop_money"
1972
+ ],
1973
+ "type": "object"
1974
+ },
1975
+ "discount_allocations": {
1976
+ "items": false,
1977
+ "type": "array"
1978
+ },
1979
+ "discounted_price": {
1980
+ "type": "string"
1981
+ },
1982
+ "discounted_price_set": {
1983
+ "properties": {
1984
+ "presentment_money": {
1985
+ "properties": {
1986
+ "amount": {
1987
+ "type": "string"
1988
+ },
1989
+ "currency_code": {
1990
+ "type": "string"
1991
+ }
1992
+ },
1993
+ "required": [
1994
+ "amount",
1995
+ "currency_code"
1996
+ ],
1997
+ "type": "object"
1998
+ },
1999
+ "shop_money": {
2000
+ "properties": {
2001
+ "amount": {
2002
+ "type": "string"
2003
+ },
2004
+ "currency_code": {
2005
+ "type": "string"
2006
+ }
2007
+ },
2008
+ "required": [
2009
+ "amount",
2010
+ "currency_code"
2011
+ ],
2012
+ "type": "object"
2013
+ }
2014
+ },
2015
+ "required": [
2016
+ "presentment_money",
2017
+ "shop_money"
2018
+ ],
2019
+ "type": "object"
2020
+ },
2021
+ "id": {
2022
+ "type": "integer"
2023
+ },
2024
+ "is_removed": {
2025
+ "type": "boolean"
2026
+ },
2027
+ "phone": {
2028
+ "type": "null"
2029
+ },
2030
+ "price": {
2031
+ "type": "string"
2032
+ },
2033
+ "price_set": {
2034
+ "properties": {
2035
+ "presentment_money": {
2036
+ "properties": {
2037
+ "amount": {
2038
+ "type": "string"
2039
+ },
2040
+ "currency_code": {
2041
+ "type": "string"
2042
+ }
2043
+ },
2044
+ "required": [
2045
+ "amount",
2046
+ "currency_code"
2047
+ ],
2048
+ "type": "object"
2049
+ },
2050
+ "shop_money": {
2051
+ "properties": {
2052
+ "amount": {
2053
+ "type": "string"
2054
+ },
2055
+ "currency_code": {
2056
+ "type": "string"
2057
+ }
2058
+ },
2059
+ "required": [
2060
+ "amount",
2061
+ "currency_code"
2062
+ ],
2063
+ "type": "object"
2064
+ }
2065
+ },
2066
+ "required": [
2067
+ "presentment_money",
2068
+ "shop_money"
2069
+ ],
2070
+ "type": "object"
2071
+ },
2072
+ "requested_fulfillment_service_id": {
2073
+ "type": "null"
2074
+ },
2075
+ "source": {
2076
+ "type": [
2077
+ "null",
2078
+ "string"
2079
+ ]
2080
+ },
2081
+ "tax_lines": {
2082
+ "items": {
2083
+ "properties": {
2084
+ "channel_liable": {
2085
+ "type": "boolean"
2086
+ },
2087
+ "price": {
2088
+ "type": "string"
2089
+ },
2090
+ "price_set": {
2091
+ "properties": {
2092
+ "presentment_money": {
2093
+ "properties": {
2094
+ "amount": {
2095
+ "type": "string"
2096
+ },
2097
+ "currency_code": {
2098
+ "type": "string"
2099
+ }
2100
+ },
2101
+ "required": [
2102
+ "amount",
2103
+ "currency_code"
2104
+ ],
2105
+ "type": "object"
2106
+ },
2107
+ "shop_money": {
2108
+ "properties": {
2109
+ "amount": {
2110
+ "type": "string"
2111
+ },
2112
+ "currency_code": {
2113
+ "type": "string"
2114
+ }
2115
+ },
2116
+ "required": [
2117
+ "amount",
2118
+ "currency_code"
2119
+ ],
2120
+ "type": "object"
2121
+ }
2122
+ },
2123
+ "required": [
2124
+ "presentment_money",
2125
+ "shop_money"
2126
+ ],
2127
+ "type": "object"
2128
+ },
2129
+ "rate": {
2130
+ "type": "number"
2131
+ },
2132
+ "title": {
2133
+ "type": "string"
2134
+ }
2135
+ },
2136
+ "required": [
2137
+ "channel_liable",
2138
+ "price",
2139
+ "price_set",
2140
+ "rate",
2141
+ "title"
2142
+ ],
2143
+ "type": "object"
2144
+ },
2145
+ "type": "array"
2146
+ },
2147
+ "title": {
2148
+ "type": "string"
2149
+ }
2150
+ },
2151
+ "required": [
2152
+ "carrier_identifier",
2153
+ "code",
2154
+ "current_discounted_price_set",
2155
+ "discount_allocations",
2156
+ "discounted_price",
2157
+ "discounted_price_set",
2158
+ "id",
2159
+ "is_removed",
2160
+ "phone",
2161
+ "price",
2162
+ "price_set",
2163
+ "requested_fulfillment_service_id",
2164
+ "source",
2165
+ "tax_lines",
2166
+ "title"
2167
+ ],
2168
+ "type": "object"
2169
+ },
2170
+ "type": "array"
2171
+ },
2172
+ "source_identifier": {
2173
+ "type": [
2174
+ "null",
2175
+ "string"
2176
+ ]
2177
+ },
2178
+ "source_name": {
2179
+ "type": "string"
2180
+ },
2181
+ "source_url": {
2182
+ "format": "uri",
2183
+ "type": [
2184
+ "null",
2185
+ "string"
2186
+ ]
2187
+ },
2188
+ "subtotal_price": {
2189
+ "type": "string"
2190
+ },
2191
+ "subtotal_price_set": {
2192
+ "properties": {
2193
+ "presentment_money": {
2194
+ "properties": {
2195
+ "amount": {
2196
+ "type": "string"
2197
+ },
2198
+ "currency_code": {
2199
+ "type": "string"
2200
+ }
2201
+ },
2202
+ "required": [
2203
+ "amount",
2204
+ "currency_code"
2205
+ ],
2206
+ "type": "object"
2207
+ },
2208
+ "shop_money": {
2209
+ "properties": {
2210
+ "amount": {
2211
+ "type": "string"
2212
+ },
2213
+ "currency_code": {
2214
+ "type": "string"
2215
+ }
2216
+ },
2217
+ "required": [
2218
+ "amount",
2219
+ "currency_code"
2220
+ ],
2221
+ "type": "object"
2222
+ }
2223
+ },
2224
+ "required": [
2225
+ "presentment_money",
2226
+ "shop_money"
2227
+ ],
2228
+ "type": "object"
2229
+ },
2230
+ "tags": {
2231
+ "type": "string"
2232
+ },
2233
+ "tax_exempt": {
2234
+ "type": "boolean"
2235
+ },
2236
+ "tax_lines": {
2237
+ "items": {
2238
+ "properties": {
2239
+ "channel_liable": {
2240
+ "type": "boolean"
2241
+ },
2242
+ "price": {
2243
+ "type": "string"
2244
+ },
2245
+ "price_set": {
2246
+ "properties": {
2247
+ "presentment_money": {
2248
+ "properties": {
2249
+ "amount": {
2250
+ "type": "string"
2251
+ },
2252
+ "currency_code": {
2253
+ "type": "string"
2254
+ }
2255
+ },
2256
+ "required": [
2257
+ "amount",
2258
+ "currency_code"
2259
+ ],
2260
+ "type": "object"
2261
+ },
2262
+ "shop_money": {
2263
+ "properties": {
2264
+ "amount": {
2265
+ "type": "string"
2266
+ },
2267
+ "currency_code": {
2268
+ "type": "string"
2269
+ }
2270
+ },
2271
+ "required": [
2272
+ "amount",
2273
+ "currency_code"
2274
+ ],
2275
+ "type": "object"
2276
+ }
2277
+ },
2278
+ "required": [
2279
+ "presentment_money",
2280
+ "shop_money"
2281
+ ],
2282
+ "type": "object"
2283
+ },
2284
+ "rate": {
2285
+ "type": "number"
2286
+ },
2287
+ "title": {
2288
+ "type": "string"
2289
+ }
2290
+ },
2291
+ "required": [
2292
+ "channel_liable",
2293
+ "price",
2294
+ "price_set",
2295
+ "rate",
2296
+ "title"
2297
+ ],
2298
+ "type": "object"
2299
+ },
2300
+ "type": "array"
2301
+ },
2302
+ "taxes_included": {
2303
+ "type": "boolean"
2304
+ },
2305
+ "test": {
2306
+ "type": "boolean"
2307
+ },
2308
+ "token": {
2309
+ "type": "string"
2310
+ },
2311
+ "total_cash_rounding_payment_adjustment_set": {
2312
+ "properties": {
2313
+ "presentment_money": {
2314
+ "properties": {
2315
+ "amount": {
2316
+ "type": "string"
2317
+ },
2318
+ "currency_code": {
2319
+ "type": "string"
2320
+ }
2321
+ },
2322
+ "required": [
2323
+ "amount",
2324
+ "currency_code"
2325
+ ],
2326
+ "type": "object"
2327
+ },
2328
+ "shop_money": {
2329
+ "properties": {
2330
+ "amount": {
2331
+ "type": "string"
2332
+ },
2333
+ "currency_code": {
2334
+ "type": "string"
2335
+ }
2336
+ },
2337
+ "required": [
2338
+ "amount",
2339
+ "currency_code"
2340
+ ],
2341
+ "type": "object"
2342
+ }
2343
+ },
2344
+ "required": [
2345
+ "presentment_money",
2346
+ "shop_money"
2347
+ ],
2348
+ "type": "object"
2349
+ },
2350
+ "total_cash_rounding_refund_adjustment_set": {
2351
+ "properties": {
2352
+ "presentment_money": {
2353
+ "properties": {
2354
+ "amount": {
2355
+ "type": "string"
2356
+ },
2357
+ "currency_code": {
2358
+ "type": "string"
2359
+ }
2360
+ },
2361
+ "required": [
2362
+ "amount",
2363
+ "currency_code"
2364
+ ],
2365
+ "type": "object"
2366
+ },
2367
+ "shop_money": {
2368
+ "properties": {
2369
+ "amount": {
2370
+ "type": "string"
2371
+ },
2372
+ "currency_code": {
2373
+ "type": "string"
2374
+ }
2375
+ },
2376
+ "required": [
2377
+ "amount",
2378
+ "currency_code"
2379
+ ],
2380
+ "type": "object"
2381
+ }
2382
+ },
2383
+ "required": [
2384
+ "presentment_money",
2385
+ "shop_money"
2386
+ ],
2387
+ "type": "object"
2388
+ },
2389
+ "total_discounts": {
2390
+ "type": "string"
2391
+ },
2392
+ "total_discounts_set": {
2393
+ "properties": {
2394
+ "presentment_money": {
2395
+ "properties": {
2396
+ "amount": {
2397
+ "type": "string"
2398
+ },
2399
+ "currency_code": {
2400
+ "type": "string"
2401
+ }
2402
+ },
2403
+ "required": [
2404
+ "amount",
2405
+ "currency_code"
2406
+ ],
2407
+ "type": "object"
2408
+ },
2409
+ "shop_money": {
2410
+ "properties": {
2411
+ "amount": {
2412
+ "type": "string"
2413
+ },
2414
+ "currency_code": {
2415
+ "type": "string"
2416
+ }
2417
+ },
2418
+ "required": [
2419
+ "amount",
2420
+ "currency_code"
2421
+ ],
2422
+ "type": "object"
2423
+ }
2424
+ },
2425
+ "required": [
2426
+ "presentment_money",
2427
+ "shop_money"
2428
+ ],
2429
+ "type": "object"
2430
+ },
2431
+ "total_line_items_price": {
2432
+ "type": "string"
2433
+ },
2434
+ "total_line_items_price_set": {
2435
+ "properties": {
2436
+ "presentment_money": {
2437
+ "properties": {
2438
+ "amount": {
2439
+ "type": "string"
2440
+ },
2441
+ "currency_code": {
2442
+ "type": "string"
2443
+ }
2444
+ },
2445
+ "required": [
2446
+ "amount",
2447
+ "currency_code"
2448
+ ],
2449
+ "type": "object"
2450
+ },
2451
+ "shop_money": {
2452
+ "properties": {
2453
+ "amount": {
2454
+ "type": "string"
2455
+ },
2456
+ "currency_code": {
2457
+ "type": "string"
2458
+ }
2459
+ },
2460
+ "required": [
2461
+ "amount",
2462
+ "currency_code"
2463
+ ],
2464
+ "type": "object"
2465
+ }
2466
+ },
2467
+ "required": [
2468
+ "presentment_money",
2469
+ "shop_money"
2470
+ ],
2471
+ "type": "object"
2472
+ },
2473
+ "total_outstanding": {
2474
+ "type": "string"
2475
+ },
2476
+ "total_price": {
2477
+ "type": "string"
2478
+ },
2479
+ "total_price_set": {
2480
+ "properties": {
2481
+ "presentment_money": {
2482
+ "properties": {
2483
+ "amount": {
2484
+ "type": "string"
2485
+ },
2486
+ "currency_code": {
2487
+ "type": "string"
2488
+ }
2489
+ },
2490
+ "required": [
2491
+ "amount",
2492
+ "currency_code"
2493
+ ],
2494
+ "type": "object"
2495
+ },
2496
+ "shop_money": {
2497
+ "properties": {
2498
+ "amount": {
2499
+ "type": "string"
2500
+ },
2501
+ "currency_code": {
2502
+ "type": "string"
2503
+ }
2504
+ },
2505
+ "required": [
2506
+ "amount",
2507
+ "currency_code"
2508
+ ],
2509
+ "type": "object"
2510
+ }
2511
+ },
2512
+ "required": [
2513
+ "presentment_money",
2514
+ "shop_money"
2515
+ ],
2516
+ "type": "object"
2517
+ },
2518
+ "total_shipping_price_set": {
2519
+ "properties": {
2520
+ "presentment_money": {
2521
+ "properties": {
2522
+ "amount": {
2523
+ "type": "string"
2524
+ },
2525
+ "currency_code": {
2526
+ "type": "string"
2527
+ }
2528
+ },
2529
+ "required": [
2530
+ "amount",
2531
+ "currency_code"
2532
+ ],
2533
+ "type": "object"
2534
+ },
2535
+ "shop_money": {
2536
+ "properties": {
2537
+ "amount": {
2538
+ "type": "string"
2539
+ },
2540
+ "currency_code": {
2541
+ "type": "string"
2542
+ }
2543
+ },
2544
+ "required": [
2545
+ "amount",
2546
+ "currency_code"
2547
+ ],
2548
+ "type": "object"
2549
+ }
2550
+ },
2551
+ "required": [
2552
+ "presentment_money",
2553
+ "shop_money"
2554
+ ],
2555
+ "type": "object"
2556
+ },
2557
+ "total_tax": {
2558
+ "type": "string"
2559
+ },
2560
+ "total_tax_set": {
2561
+ "properties": {
2562
+ "presentment_money": {
2563
+ "properties": {
2564
+ "amount": {
2565
+ "type": "string"
2566
+ },
2567
+ "currency_code": {
2568
+ "type": "string"
2569
+ }
2570
+ },
2571
+ "required": [
2572
+ "amount",
2573
+ "currency_code"
2574
+ ],
2575
+ "type": "object"
2576
+ },
2577
+ "shop_money": {
2578
+ "properties": {
2579
+ "amount": {
2580
+ "type": "string"
2581
+ },
2582
+ "currency_code": {
2583
+ "type": "string"
2584
+ }
2585
+ },
2586
+ "required": [
2587
+ "amount",
2588
+ "currency_code"
2589
+ ],
2590
+ "type": "object"
2591
+ }
2592
+ },
2593
+ "required": [
2594
+ "presentment_money",
2595
+ "shop_money"
2596
+ ],
2597
+ "type": "object"
2598
+ },
2599
+ "total_tip_received": {
2600
+ "type": "string"
2601
+ },
2602
+ "total_weight": {
2603
+ "type": "integer"
2604
+ },
2605
+ "updated_at": {
2606
+ "format": "date-time",
2607
+ "type": "string"
2608
+ },
2609
+ "user_id": {
2610
+ "type": [
2611
+ "integer",
2612
+ "null"
2613
+ ]
2614
+ }
2615
+ },
2616
+ "required": [
2617
+ "admin_graphql_api_id",
2618
+ "app_id",
2619
+ "billing_address",
2620
+ "browser_ip",
2621
+ "buyer_accepts_marketing",
2622
+ "cancel_reason",
2623
+ "cancelled_at",
2624
+ "cart_token",
2625
+ "checkout_id",
2626
+ "checkout_token",
2627
+ "client_details",
2628
+ "closed_at",
2629
+ "confirmation_number",
2630
+ "confirmed",
2631
+ "contact_email",
2632
+ "created_at",
2633
+ "currency",
2634
+ "current_shipping_price_set",
2635
+ "current_subtotal_price",
2636
+ "current_subtotal_price_set",
2637
+ "current_total_additional_fees_set",
2638
+ "current_total_discounts",
2639
+ "current_total_discounts_set",
2640
+ "current_total_duties_set",
2641
+ "current_total_price",
2642
+ "current_total_price_set",
2643
+ "current_total_tax",
2644
+ "current_total_tax_set",
2645
+ "customer",
2646
+ "customer_locale",
2647
+ "device_id",
2648
+ "discount_applications",
2649
+ "discount_codes",
2650
+ "duties_included",
2651
+ "email",
2652
+ "estimated_taxes",
2653
+ "financial_status",
2654
+ "fulfillment_status",
2655
+ "fulfillments",
2656
+ "id",
2657
+ "landing_site",
2658
+ "landing_site_ref",
2659
+ "line_items",
2660
+ "location_id",
2661
+ "merchant_business_entity_id",
2662
+ "merchant_of_record_app_id",
2663
+ "name",
2664
+ "note",
2665
+ "note_attributes",
2666
+ "number",
2667
+ "order_number",
2668
+ "order_status_url",
2669
+ "original_total_additional_fees_set",
2670
+ "original_total_duties_set",
2671
+ "payment_gateway_names",
2672
+ "payment_terms",
2673
+ "phone",
2674
+ "po_number",
2675
+ "presentment_currency",
2676
+ "processed_at",
2677
+ "reference",
2678
+ "referring_site",
2679
+ "refunds",
2680
+ "returns",
2681
+ "shipping_address",
2682
+ "shipping_lines",
2683
+ "source_identifier",
2684
+ "source_name",
2685
+ "source_url",
2686
+ "subtotal_price",
2687
+ "subtotal_price_set",
2688
+ "tags",
2689
+ "tax_exempt",
2690
+ "tax_lines",
2691
+ "taxes_included",
2692
+ "test",
2693
+ "token",
2694
+ "total_cash_rounding_payment_adjustment_set",
2695
+ "total_cash_rounding_refund_adjustment_set",
2696
+ "total_discounts",
2697
+ "total_discounts_set",
2698
+ "total_line_items_price",
2699
+ "total_line_items_price_set",
2700
+ "total_outstanding",
2701
+ "total_price",
2702
+ "total_price_set",
2703
+ "total_shipping_price_set",
2704
+ "total_tax",
2705
+ "total_tax_set",
2706
+ "total_tip_received",
2707
+ "total_weight",
2708
+ "updated_at",
2709
+ "user_id"
2710
+ ],
2711
+ "type": "object"
2712
+ }