shopify-webhook-schemas 0.1.5 → 0.1.6

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