shopify-webhook-schemas 0.1.5 → 0.1.7

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