shopify-webhook-schemas 0.2.1 → 0.2.3

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