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,1080 +440,585 @@
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",
455
+ "accepts_marketing": {
456
+ "type": "boolean"
457
+ },
458
+ "accepts_marketing_updated_at": {
459
+ "format": "date-time",
460
+ "type": [
461
+ "null",
462
+ "string"
463
+ ]
464
+ },
465
+ "admin_graphql_api_id": {
466
+ "format": "uri",
467
+ "type": "string"
468
+ },
469
+ "created_at": {
470
+ "format": "date-time",
471
+ "type": [
472
+ "null",
473
+ "string"
474
+ ]
475
+ },
476
+ "currency": {
477
+ "type": "string"
478
+ },
479
+ "default_address": {
498
480
  "properties": {
499
- "amount": {
481
+ "address1": {
500
482
  "type": "string"
501
483
  },
502
- "currency_code": {
484
+ "address2": {
485
+ "type": [
486
+ "null",
487
+ "string"
488
+ ]
489
+ },
490
+ "city": {
503
491
  "type": "string"
504
- }
505
- },
506
- "required": [
507
- "amount",
508
- "currency_code"
509
- ]
510
- },
511
- "presentment_money": {
512
- "type": "object",
513
- "properties": {
514
- "amount": {
492
+ },
493
+ "company": {
494
+ "type": [
495
+ "null",
496
+ "string"
497
+ ]
498
+ },
499
+ "country": {
515
500
  "type": "string"
516
501
  },
517
- "currency_code": {
502
+ "country_code": {
503
+ "type": "string"
504
+ },
505
+ "country_name": {
506
+ "type": "string"
507
+ },
508
+ "customer_id": {
509
+ "type": "integer"
510
+ },
511
+ "default": {
512
+ "type": "boolean"
513
+ },
514
+ "first_name": {
515
+ "type": [
516
+ "null",
517
+ "string"
518
+ ]
519
+ },
520
+ "id": {
521
+ "type": "integer"
522
+ },
523
+ "last_name": {
524
+ "type": [
525
+ "null",
526
+ "string"
527
+ ]
528
+ },
529
+ "name": {
530
+ "type": "string"
531
+ },
532
+ "phone": {
533
+ "type": "string"
534
+ },
535
+ "province": {
536
+ "type": "string"
537
+ },
538
+ "province_code": {
539
+ "type": "string"
540
+ },
541
+ "zip": {
518
542
  "type": "string"
519
543
  }
520
544
  },
521
545
  "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",
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": {
540
571
  "properties": {
541
- "amount": {
542
- "type": "string"
572
+ "consent_updated_at": {
573
+ "format": "date-time",
574
+ "type": [
575
+ "null",
576
+ "string"
577
+ ]
543
578
  },
544
- "currency_code": {
579
+ "opt_in_level": {
580
+ "type": [
581
+ "null",
582
+ "string"
583
+ ]
584
+ },
585
+ "state": {
545
586
  "type": "string"
546
587
  }
547
588
  },
548
589
  "required": [
549
- "amount",
550
- "currency_code"
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"
551
612
  ]
552
613
  },
553
- "presentment_money": {
554
- "type": "object",
614
+ "note": {
615
+ "type": [
616
+ "null",
617
+ "string"
618
+ ]
619
+ },
620
+ "phone": {
621
+ "type": [
622
+ "null",
623
+ "string"
624
+ ]
625
+ },
626
+ "sms_marketing_consent": {
555
627
  "properties": {
556
- "amount": {
628
+ "consent_collected_from": {
557
629
  "type": "string"
558
630
  },
559
- "currency_code": {
631
+ "consent_updated_at": {
632
+ "format": "date-time",
633
+ "type": [
634
+ "null",
635
+ "string"
636
+ ]
637
+ },
638
+ "opt_in_level": {
639
+ "type": "string"
640
+ },
641
+ "state": {
560
642
  "type": "string"
561
643
  }
562
644
  },
563
645
  "required": [
564
- "amount",
565
- "currency_code"
646
+ "consent_collected_from",
647
+ "consent_updated_at",
648
+ "opt_in_level",
649
+ "state"
650
+ ],
651
+ "type": [
652
+ "null",
653
+ "object"
566
654
  ]
655
+ },
656
+ "state": {
657
+ "type": "string"
658
+ },
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",
671
+ "type": [
672
+ "null",
673
+ "string"
674
+ ]
675
+ },
676
+ "verified_email": {
677
+ "type": "boolean"
567
678
  }
568
679
  },
569
680
  "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
- ]
681
+ "admin_graphql_api_id",
682
+ "created_at",
683
+ "currency",
684
+ "default_address",
685
+ "email",
686
+ "email_marketing_consent",
687
+ "first_name",
688
+ "id",
689
+ "last_name",
690
+ "multipass_identifier",
691
+ "note",
692
+ "phone",
693
+ "sms_marketing_consent",
694
+ "state",
695
+ "tags",
696
+ "tax_exempt",
697
+ "tax_exemptions",
698
+ "updated_at",
699
+ "verified_email"
700
+ ],
701
+ "type": "object"
604
702
  },
605
- "referring_site": {
703
+ "customer_locale": {
606
704
  "type": [
607
- "string",
608
- "null"
705
+ "null",
706
+ "string"
609
707
  ]
610
708
  },
611
- "source_identifier": {
709
+ "device_id": {
612
710
  "type": [
613
- "string",
614
- "null"
711
+ "null",
712
+ "string"
615
713
  ]
616
714
  },
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",
715
+ "discount_applications": {
677
716
  "items": {
678
- "type": "object",
679
717
  "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
+ "allocation_method": {
719
+ "type": "string"
718
720
  },
719
- "rate": {
720
- "type": "number"
721
+ "code": {
722
+ "type": "string"
723
+ },
724
+ "description": {
725
+ "type": "string"
726
+ },
727
+ "target_selection": {
728
+ "type": "string"
729
+ },
730
+ "target_type": {
731
+ "type": "string"
721
732
  },
722
733
  "title": {
723
734
  "type": "string"
724
735
  },
725
- "channel_liable": {
726
- "type": "boolean"
736
+ "type": {
737
+ "type": "string"
727
738
  },
728
- "price": {
739
+ "value": {
740
+ "type": "string"
741
+ },
742
+ "value_type": {
729
743
  "type": "string"
730
744
  }
731
745
  },
732
746
  "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"
747
+ "allocation_method",
748
+ "target_selection",
749
+ "target_type",
750
+ "type",
751
+ "value",
752
+ "value_type"
753
+ ],
754
+ "type": "object"
755
+ },
756
+ "type": "array"
752
757
  },
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
- }
758
+ "discount_codes": {
759
+ "items": {
760
+ "properties": {
761
+ "amount": {
762
+ "type": "string"
765
763
  },
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
- }
764
+ "code": {
765
+ "type": "string"
780
766
  },
781
- "required": [
782
- "amount",
783
- "currency_code"
784
- ]
785
- }
767
+ "type": {
768
+ "type": "string"
769
+ }
770
+ },
771
+ "required": [
772
+ "amount",
773
+ "code",
774
+ "type"
775
+ ],
776
+ "type": "object"
786
777
  },
787
- "required": [
788
- "shop_money",
789
- "presentment_money"
790
- ]
778
+ "type": "array"
791
779
  },
792
- "total_line_items_price": {
780
+ "email": {
781
+ "format": "email",
793
782
  "type": "string"
794
783
  },
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
- ]
784
+ "estimated_taxes": {
785
+ "type": "boolean"
833
786
  },
834
- "total_outstanding": {
787
+ "financial_status": {
835
788
  "type": "string"
836
789
  },
837
- "total_price": {
838
- "type": "string"
790
+ "fulfillment_status": {
791
+ "type": [
792
+ "null",
793
+ "string"
794
+ ]
839
795
  },
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
- }
796
+ "fulfillments": {
797
+ "items": {
798
+ "properties": {
799
+ "admin_graphql_api_id": {
800
+ "format": "uri",
801
+ "type": "string"
852
802
  },
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
- }
803
+ "created_at": {
804
+ "format": "date-time",
805
+ "type": "string"
867
806
  },
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
- ]
1020
- },
1021
- "longitude": {
1022
- "type": [
1023
- "number",
1024
- "null"
1025
- ]
1026
- },
1027
- "name": {
1028
- "type": "string"
1029
- },
1030
- "country_code": {
1031
- "type": "string"
1032
- },
1033
- "province_code": {
1034
- "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
- },
1065
- "created_at": {
1066
- "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"
1101
- ]
1102
- },
1103
- "tax_exempt": {
1104
- "type": "boolean"
1105
- },
1106
- "phone": {
1107
- "type": [
1108
- "string",
1109
- "null"
1110
- ]
1111
- },
1112
- "email_marketing_consent": {
1113
- "type": "object",
1114
- "properties": {
1115
- "state": {
1116
- "type": "string"
1117
- },
1118
- "opt_in_level": {
1119
- "type": [
1120
- "string",
1121
- "null"
1122
- ]
1123
- },
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": {
1145
- "type": "string"
1146
- },
1147
- "consent_updated_at": {
1148
- "type": [
1149
- "string",
1150
- "null"
1151
- ],
1152
- "format": "date-time"
1153
- },
1154
- "opt_in_level": {
1155
- "type": "string"
1156
- },
1157
- "state": {
1158
- "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
- },
1188
- "customer_id": {
1189
- "type": "integer"
1190
- },
1191
- "first_name": {
1192
- "type": [
1193
- "string",
1194
- "null"
1195
- ]
1196
- },
1197
- "last_name": {
1198
- "type": [
1199
- "string",
1200
- "null"
1201
- ]
1202
- },
1203
- "company": {
1204
- "type": [
1205
- "string",
1206
- "null"
1207
- ]
1208
- },
1209
- "address1": {
1210
- "type": "string"
1211
- },
1212
- "address2": {
1213
- "type": [
1214
- "string",
1215
- "null"
1216
- ]
1217
- },
1218
- "city": {
1219
- "type": "string"
1220
- },
1221
- "province": {
1222
- "type": "string"
1223
- },
1224
- "country": {
1225
- "type": "string"
1226
- },
1227
- "zip": {
1228
- "type": "string"
1229
- },
1230
- "phone": {
1231
- "type": "string"
1232
- },
1233
- "name": {
1234
- "type": "string"
1235
- },
1236
- "province_code": {
1237
- "type": "string"
1238
- },
1239
- "country_code": {
1240
- "type": "string"
1241
- },
1242
- "country_name": {
1243
- "type": "string"
1244
- },
1245
- "default": {
1246
- "type": "boolean"
1247
- }
1248
- },
1249
- "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"
1267
- ]
1268
- },
1269
- "marketing_opt_in_level": {
1270
- "type": "string"
1271
- },
1272
- "accepts_marketing_updated_at": {
1273
- "type": [
1274
- "string",
1275
- "null"
1276
- ],
1277
- "format": "date-time"
1278
- },
1279
- "accepts_marketing": {
1280
- "type": "boolean"
1281
- }
1282
- },
1283
- "required": [
1284
- "id",
1285
- "email",
1286
- "created_at",
1287
- "updated_at",
1288
- "first_name",
1289
- "last_name",
1290
- "state",
1291
- "note",
1292
- "verified_email",
1293
- "multipass_identifier",
1294
- "tax_exempt",
1295
- "phone",
1296
- "email_marketing_consent",
1297
- "sms_marketing_consent",
1298
- "tags",
1299
- "currency",
1300
- "tax_exemptions",
1301
- "admin_graphql_api_id",
1302
- "default_address"
1303
- ]
1304
- },
1305
- "discount_applications": {
1306
- "type": "array",
1307
- "items": {
1308
- "type": "object",
1309
- "properties": {
1310
- "type": {
1311
- "type": "string"
1312
- },
1313
- "value": {
1314
- "type": "string"
1315
- },
1316
- "value_type": {
1317
- "type": "string"
1318
- },
1319
- "allocation_method": {
1320
- "type": "string"
1321
- },
1322
- "target_selection": {
1323
- "type": "string"
1324
- },
1325
- "target_type": {
1326
- "type": "string"
1327
- },
1328
- "code": {
1329
- "type": "string"
1330
- },
1331
- "description": {
1332
- "type": "string"
1333
- },
1334
- "title": {
1335
- "type": "string"
1336
- }
1337
- },
1338
- "required": [
1339
- "type",
1340
- "value",
1341
- "value_type",
1342
- "allocation_method",
1343
- "target_selection",
1344
- "target_type"
1345
- ]
1346
- }
1347
- },
1348
- "fulfillments": {
1349
- "type": "array",
1350
- "items": {
1351
- "type": "object",
1352
- "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": {
1364
- "type": "string"
1365
- },
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": {
1380
- "type": "string"
1381
- },
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": {
1401
- "type": "string"
1402
- },
1403
- "tracking_urls": {
1404
- "type": "array",
1405
- "items": {
1406
- "type": "string",
1407
- "format": "uri"
1408
- }
1409
- },
1410
- "id": {
1411
- "type": "integer"
1412
- },
1413
- "updated_at": {
1414
- "type": "string",
1415
- "format": "date-time"
807
+ "id": {
808
+ "type": "integer"
1416
809
  },
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"
877
+ },
878
+ "duties": {
879
+ "items": false,
880
+ "type": "array"
881
+ },
882
+ "fulfillable_quantity": {
883
+ "type": "integer"
884
+ },
885
+ "fulfillment_service": {
886
+ "type": "string"
887
+ },
888
+ "fulfillment_status": {
889
+ "type": "string"
890
+ },
891
+ "gift_card": {
892
+ "type": "boolean"
893
+ },
894
+ "grams": {
895
+ "type": "integer"
896
+ },
897
+ "id": {
898
+ "type": "integer"
899
+ },
900
+ "name": {
901
+ "type": "string"
902
+ },
903
+ "pre_tax_price": {
904
+ "type": "string"
905
+ },
906
+ "pre_tax_price_set": {
907
+ "properties": {
908
+ "presentment_money": {
909
+ "properties": {
910
+ "amount": {
911
+ "type": "string"
912
+ },
913
+ "currency_code": {
914
+ "type": "string"
915
+ }
916
+ },
917
+ "required": [
918
+ "amount",
919
+ "currency_code"
920
+ ],
921
+ "type": "object"
922
+ },
923
+ "shop_money": {
924
+ "properties": {
925
+ "amount": {
926
+ "type": "string"
927
+ },
928
+ "currency_code": {
929
+ "type": "string"
930
+ }
931
+ },
932
+ "required": [
933
+ "amount",
934
+ "currency_code"
935
+ ],
936
+ "type": "object"
937
+ }
938
+ },
939
+ "required": [
940
+ "presentment_money",
941
+ "shop_money"
942
+ ],
943
+ "type": "object"
944
+ },
945
+ "price": {
946
+ "type": "string"
947
+ },
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"
1425
986
  },
1426
- "duties": {
1427
- "type": "array",
1428
- "items": false
987
+ "product_exists": {
988
+ "type": "boolean"
1429
989
  },
1430
- "fulfillment_service": {
1431
- "type": "string"
990
+ "product_id": {
991
+ "type": "integer"
1432
992
  },
1433
- "grams": {
993
+ "properties": {
994
+ "items": false,
995
+ "type": "array"
996
+ },
997
+ "quantity": {
1434
998
  "type": "integer"
1435
999
  },
1000
+ "requires_shipping": {
1001
+ "type": "boolean"
1002
+ },
1436
1003
  "sku": {
1437
1004
  "type": "string"
1438
1005
  },
1439
- "price_set": {
1440
- "type": "object",
1006
+ "tax_lines": {
1007
+ "items": false,
1008
+ "type": "array"
1009
+ },
1010
+ "taxable": {
1011
+ "type": "boolean"
1012
+ },
1013
+ "title": {
1014
+ "type": "string"
1015
+ },
1016
+ "total_discount": {
1017
+ "type": "string"
1018
+ },
1019
+ "total_discount_set": {
1441
1020
  "properties": {
1442
- "shop_money": {
1443
- "type": "object",
1021
+ "presentment_money": {
1444
1022
  "properties": {
1445
1023
  "amount": {
1446
1024
  "type": "string"
@@ -1452,10 +1030,10 @@
1452
1030
  "required": [
1453
1031
  "amount",
1454
1032
  "currency_code"
1455
- ]
1033
+ ],
1034
+ "type": "object"
1456
1035
  },
1457
- "presentment_money": {
1458
- "type": "object",
1036
+ "shop_money": {
1459
1037
  "properties": {
1460
1038
  "amount": {
1461
1039
  "type": "string"
@@ -1467,115 +1045,225 @@
1467
1045
  "required": [
1468
1046
  "amount",
1469
1047
  "currency_code"
1470
- ]
1048
+ ],
1049
+ "type": "object"
1471
1050
  }
1472
1051
  },
1473
1052
  "required": [
1474
- "shop_money",
1475
- "presentment_money"
1476
- ]
1477
- },
1478
- "vendor": {
1479
- "type": "string"
1053
+ "presentment_money",
1054
+ "shop_money"
1055
+ ],
1056
+ "type": "object"
1480
1057
  },
1481
- "fulfillable_quantity": {
1058
+ "variant_id": {
1482
1059
  "type": "integer"
1483
1060
  },
1484
- "fulfillment_status": {
1485
- "type": "string"
1061
+ "variant_inventory_management": {
1062
+ "type": [
1063
+ "null",
1064
+ "string"
1065
+ ]
1486
1066
  },
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
- }
1067
+ "variant_title": {
1068
+ "type": [
1069
+ "null",
1070
+ "string"
1071
+ ]
1544
1072
  },
1545
- "name": {
1073
+ "vendor": {
1546
1074
  "type": "string"
1547
- },
1548
- "tax_lines": {
1549
- "type": "array",
1550
- "items": false
1551
- },
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": {
1552
1224
  "id": {
1553
- "type": "integer"
1225
+ "format": "uri",
1226
+ "type": "string"
1554
1227
  },
1555
- "properties": {
1556
- "type": "array",
1557
- "items": false
1228
+ "quantity": {
1229
+ "type": "integer"
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": {
1247
+ "type": "string"
1558
1248
  },
1559
- "total_discount_set": {
1560
- "type": "object",
1249
+ "amount_set": {
1561
1250
  "properties": {
1562
1251
  "presentment_money": {
1563
- "type": "object",
1564
1252
  "properties": {
1565
- "currency_code": {
1253
+ "amount": {
1566
1254
  "type": "string"
1567
1255
  },
1568
- "amount": {
1256
+ "currency_code": {
1569
1257
  "type": "string"
1570
1258
  }
1571
1259
  },
1572
1260
  "required": [
1573
- "currency_code",
1574
- "amount"
1575
- ]
1261
+ "amount",
1262
+ "currency_code"
1263
+ ],
1264
+ "type": "object"
1576
1265
  },
1577
1266
  "shop_money": {
1578
- "type": "object",
1579
1267
  "properties": {
1580
1268
  "amount": {
1581
1269
  "type": "string"
@@ -1587,79 +1275,201 @@
1587
1275
  "required": [
1588
1276
  "amount",
1589
1277
  "currency_code"
1590
- ]
1278
+ ],
1279
+ "type": "object"
1591
1280
  }
1592
1281
  },
1593
1282
  "required": [
1594
1283
  "presentment_money",
1595
1284
  "shop_money"
1596
- ]
1597
- },
1598
- "variant_inventory_management": {
1599
- "type": [
1600
- "string",
1601
- "null"
1602
- ]
1285
+ ],
1286
+ "type": "object"
1603
1287
  },
1604
- "variant_title": {
1605
- "type": [
1606
- "string",
1607
- "null"
1608
- ]
1609
- },
1610
- "variant_id": {
1288
+ "discount_application_index": {
1611
1289
  "type": "integer"
1290
+ }
1291
+ },
1292
+ "required": [
1293
+ "amount",
1294
+ "amount_set",
1295
+ "discount_application_index"
1296
+ ],
1297
+ "type": "object"
1298
+ },
1299
+ "type": "array"
1300
+ },
1301
+ "duties": {
1302
+ "items": false,
1303
+ "type": "array"
1304
+ },
1305
+ "fulfillable_quantity": {
1306
+ "type": "integer"
1307
+ },
1308
+ "fulfillment_service": {
1309
+ "type": "string"
1310
+ },
1311
+ "fulfillment_status": {
1312
+ "type": [
1313
+ "null",
1314
+ "string"
1315
+ ]
1316
+ },
1317
+ "gift_card": {
1318
+ "type": "boolean"
1319
+ },
1320
+ "grams": {
1321
+ "type": "integer"
1322
+ },
1323
+ "id": {
1324
+ "type": "integer"
1325
+ },
1326
+ "name": {
1327
+ "type": "string"
1328
+ },
1329
+ "pre_tax_price": {
1330
+ "type": "string"
1331
+ },
1332
+ "pre_tax_price_set": {
1333
+ "properties": {
1334
+ "presentment_money": {
1335
+ "properties": {
1336
+ "amount": {
1337
+ "type": "string"
1338
+ },
1339
+ "currency_code": {
1340
+ "type": "string"
1341
+ }
1612
1342
  },
1613
- "quantity": {
1614
- "type": "integer"
1343
+ "required": [
1344
+ "amount",
1345
+ "currency_code"
1346
+ ],
1347
+ "type": "object"
1348
+ },
1349
+ "shop_money": {
1350
+ "properties": {
1351
+ "amount": {
1352
+ "type": "string"
1353
+ },
1354
+ "currency_code": {
1355
+ "type": "string"
1356
+ }
1615
1357
  },
1616
- "price": {
1617
- "type": "string"
1358
+ "required": [
1359
+ "amount",
1360
+ "currency_code"
1361
+ ],
1362
+ "type": "object"
1363
+ }
1364
+ },
1365
+ "required": [
1366
+ "presentment_money",
1367
+ "shop_money"
1368
+ ],
1369
+ "type": "object"
1370
+ },
1371
+ "price": {
1372
+ "type": "string"
1373
+ },
1374
+ "price_set": {
1375
+ "properties": {
1376
+ "presentment_money": {
1377
+ "properties": {
1378
+ "amount": {
1379
+ "type": "string"
1380
+ },
1381
+ "currency_code": {
1382
+ "type": "string"
1383
+ }
1618
1384
  },
1619
- "taxable": {
1620
- "type": "boolean"
1385
+ "required": [
1386
+ "amount",
1387
+ "currency_code"
1388
+ ],
1389
+ "type": "object"
1390
+ },
1391
+ "shop_money": {
1392
+ "properties": {
1393
+ "amount": {
1394
+ "type": "string"
1395
+ },
1396
+ "currency_code": {
1397
+ "type": "string"
1398
+ }
1621
1399
  },
1622
- "total_discount": {
1400
+ "required": [
1401
+ "amount",
1402
+ "currency_code"
1403
+ ],
1404
+ "type": "object"
1405
+ }
1406
+ },
1407
+ "required": [
1408
+ "presentment_money",
1409
+ "shop_money"
1410
+ ],
1411
+ "type": "object"
1412
+ },
1413
+ "product_exists": {
1414
+ "type": "boolean"
1415
+ },
1416
+ "product_id": {
1417
+ "type": "integer"
1418
+ },
1419
+ "properties": {
1420
+ "items": {
1421
+ "properties": {
1422
+ "name": {
1623
1423
  "type": "string"
1624
1424
  },
1625
- "requires_shipping": {
1626
- "type": "boolean"
1627
- },
1628
- "gift_card": {
1629
- "type": "boolean"
1630
- },
1631
- "product_exists": {
1632
- "type": "boolean"
1633
- },
1634
- "product_id": {
1635
- "type": "integer"
1636
- },
1637
- "title": {
1425
+ "value": {
1638
1426
  "type": "string"
1427
+ }
1428
+ },
1429
+ "required": [
1430
+ "name",
1431
+ "value"
1432
+ ],
1433
+ "type": "object"
1434
+ },
1435
+ "type": "array"
1436
+ },
1437
+ "quantity": {
1438
+ "type": "integer"
1439
+ },
1440
+ "requires_shipping": {
1441
+ "type": "boolean"
1442
+ },
1443
+ "sku": {
1444
+ "type": "string"
1445
+ },
1446
+ "tax_lines": {
1447
+ "items": {
1448
+ "properties": {
1449
+ "channel_liable": {
1450
+ "type": "boolean"
1639
1451
  },
1640
- "pre_tax_price": {
1452
+ "price": {
1641
1453
  "type": "string"
1642
1454
  },
1643
- "pre_tax_price_set": {
1644
- "type": "object",
1455
+ "price_set": {
1645
1456
  "properties": {
1646
1457
  "presentment_money": {
1647
- "type": "object",
1648
1458
  "properties": {
1649
- "currency_code": {
1459
+ "amount": {
1650
1460
  "type": "string"
1651
1461
  },
1652
- "amount": {
1462
+ "currency_code": {
1653
1463
  "type": "string"
1654
1464
  }
1655
1465
  },
1656
1466
  "required": [
1657
- "currency_code",
1658
- "amount"
1659
- ]
1467
+ "amount",
1468
+ "currency_code"
1469
+ ],
1470
+ "type": "object"
1660
1471
  },
1661
1472
  "shop_money": {
1662
- "type": "object",
1663
1473
  "properties": {
1664
1474
  "amount": {
1665
1475
  "type": "string"
@@ -1671,142 +1481,422 @@
1671
1481
  "required": [
1672
1482
  "amount",
1673
1483
  "currency_code"
1674
- ]
1484
+ ],
1485
+ "type": "object"
1675
1486
  }
1676
1487
  },
1677
1488
  "required": [
1678
1489
  "presentment_money",
1679
1490
  "shop_money"
1680
- ]
1491
+ ],
1492
+ "type": "object"
1681
1493
  },
1682
- "current_quantity": {
1683
- "type": "integer"
1494
+ "rate": {
1495
+ "type": "number"
1496
+ },
1497
+ "title": {
1498
+ "type": "string"
1684
1499
  }
1685
1500
  },
1686
1501
  "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",
1502
+ "channel_liable",
1706
1503
  "price",
1707
- "taxable",
1708
- "total_discount",
1709
- "requires_shipping",
1710
- "gift_card",
1711
- "product_exists",
1712
- "product_id",
1504
+ "price_set",
1505
+ "rate",
1713
1506
  "title"
1714
- ]
1715
- }
1507
+ ],
1508
+ "type": "object"
1509
+ },
1510
+ "type": "array"
1511
+ },
1512
+ "taxable": {
1513
+ "type": "boolean"
1514
+ },
1515
+ "title": {
1516
+ "type": "string"
1517
+ },
1518
+ "total_discount": {
1519
+ "type": "string"
1520
+ },
1521
+ "total_discount_set": {
1522
+ "properties": {
1523
+ "presentment_money": {
1524
+ "properties": {
1525
+ "amount": {
1526
+ "type": "string"
1527
+ },
1528
+ "currency_code": {
1529
+ "type": "string"
1530
+ }
1531
+ },
1532
+ "required": [
1533
+ "amount",
1534
+ "currency_code"
1535
+ ],
1536
+ "type": "object"
1537
+ },
1538
+ "shop_money": {
1539
+ "properties": {
1540
+ "amount": {
1541
+ "type": "string"
1542
+ },
1543
+ "currency_code": {
1544
+ "type": "string"
1545
+ }
1546
+ },
1547
+ "required": [
1548
+ "amount",
1549
+ "currency_code"
1550
+ ],
1551
+ "type": "object"
1552
+ }
1553
+ },
1554
+ "required": [
1555
+ "presentment_money",
1556
+ "shop_money"
1557
+ ],
1558
+ "type": "object"
1716
1559
  },
1717
- "location_id": {
1560
+ "variant_id": {
1718
1561
  "type": "integer"
1719
1562
  },
1720
- "order_id": {
1721
- "type": "integer"
1563
+ "variant_inventory_management": {
1564
+ "type": [
1565
+ "null",
1566
+ "string"
1567
+ ]
1722
1568
  },
1723
- "created_at": {
1724
- "type": "string",
1725
- "format": "date-time"
1569
+ "variant_title": {
1570
+ "type": [
1571
+ "null",
1572
+ "string"
1573
+ ]
1574
+ },
1575
+ "vendor": {
1576
+ "type": [
1577
+ "null",
1578
+ "string"
1579
+ ]
1726
1580
  }
1727
1581
  },
1728
1582
  "required": [
1729
- "tracking_number",
1730
1583
  "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",
1584
+ "attributed_staffs",
1585
+ "discount_allocations",
1586
+ "duties",
1587
+ "fulfillable_quantity",
1588
+ "fulfillment_service",
1589
+ "fulfillment_status",
1590
+ "gift_card",
1591
+ "grams",
1741
1592
  "id",
1742
- "updated_at",
1743
- "line_items",
1744
- "location_id",
1745
- "order_id",
1746
- "created_at"
1747
- ]
1748
- }
1593
+ "name",
1594
+ "price",
1595
+ "price_set",
1596
+ "product_exists",
1597
+ "product_id",
1598
+ "properties",
1599
+ "quantity",
1600
+ "requires_shipping",
1601
+ "sku",
1602
+ "tax_lines",
1603
+ "taxable",
1604
+ "title",
1605
+ "total_discount",
1606
+ "total_discount_set",
1607
+ "variant_id",
1608
+ "variant_inventory_management",
1609
+ "variant_title",
1610
+ "vendor"
1611
+ ],
1612
+ "type": "object"
1613
+ },
1614
+ "type": "array"
1615
+ },
1616
+ "location_id": {
1617
+ "type": [
1618
+ "integer",
1619
+ "null"
1620
+ ]
1621
+ },
1622
+ "merchant_of_record_app_id": {
1623
+ "type": [
1624
+ "integer",
1625
+ "null"
1626
+ ]
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
+ },
1792
+ "refunds": {
1793
+ "items": false,
1794
+ "type": "array"
1795
+ },
1796
+ "shipping_address": {
1797
+ "properties": {
1798
+ "address1": {
1799
+ "type": "string"
1800
+ },
1801
+ "address2": {
1802
+ "type": [
1803
+ "null",
1804
+ "string"
1805
+ ]
1806
+ },
1807
+ "city": {
1808
+ "type": "string"
1809
+ },
1810
+ "company": {
1811
+ "type": [
1812
+ "null",
1813
+ "string"
1814
+ ]
1815
+ },
1816
+ "country": {
1817
+ "type": "string"
1818
+ },
1819
+ "country_code": {
1820
+ "type": "string"
1821
+ },
1822
+ "first_name": {
1823
+ "type": "string"
1824
+ },
1825
+ "last_name": {
1826
+ "type": "string"
1827
+ },
1828
+ "latitude": {
1829
+ "type": [
1830
+ "null",
1831
+ "number"
1832
+ ]
1833
+ },
1834
+ "longitude": {
1835
+ "type": [
1836
+ "null",
1837
+ "number"
1838
+ ]
1839
+ },
1840
+ "name": {
1841
+ "type": "string"
1842
+ },
1843
+ "phone": {
1844
+ "type": "string"
1845
+ },
1846
+ "province": {
1847
+ "type": "string"
1848
+ },
1849
+ "province_code": {
1850
+ "type": "string"
1851
+ },
1852
+ "zip": {
1853
+ "type": "string"
1854
+ }
1855
+ },
1856
+ "required": [
1857
+ "address1",
1858
+ "address2",
1859
+ "city",
1860
+ "company",
1861
+ "country",
1862
+ "country_code",
1863
+ "first_name",
1864
+ "last_name",
1865
+ "latitude",
1866
+ "longitude",
1867
+ "name",
1868
+ "phone",
1869
+ "province",
1870
+ "province_code",
1871
+ "zip"
1872
+ ],
1873
+ "type": "object"
1749
1874
  },
1750
- "line_items": {
1751
- "type": "array",
1875
+ "shipping_lines": {
1752
1876
  "items": {
1753
- "type": "object",
1754
1877
  "properties": {
1755
- "id": {
1756
- "type": "integer"
1757
- },
1758
- "admin_graphql_api_id": {
1759
- "type": "string",
1760
- "format": "uri"
1761
- },
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
- }
1780
- },
1781
- "fulfillable_quantity": {
1782
- "type": "integer"
1783
- },
1784
- "fulfillment_service": {
1785
- "type": "string"
1786
- },
1787
- "fulfillment_status": {
1878
+ "carrier_identifier": {
1788
1879
  "type": [
1789
- "string",
1790
- "null"
1880
+ "null",
1881
+ "string"
1791
1882
  ]
1792
1883
  },
1793
- "gift_card": {
1794
- "type": "boolean"
1795
- },
1796
- "grams": {
1797
- "type": "integer"
1884
+ "code": {
1885
+ "type": [
1886
+ "null",
1887
+ "string"
1888
+ ]
1798
1889
  },
1799
- "name": {
1800
- "type": "string"
1890
+ "discount_allocations": {
1891
+ "items": false,
1892
+ "type": "array"
1801
1893
  },
1802
- "price": {
1894
+ "discounted_price": {
1803
1895
  "type": "string"
1804
1896
  },
1805
- "price_set": {
1806
- "type": "object",
1897
+ "discounted_price_set": {
1807
1898
  "properties": {
1808
- "shop_money": {
1809
- "type": "object",
1899
+ "presentment_money": {
1810
1900
  "properties": {
1811
1901
  "amount": {
1812
1902
  "type": "string"
@@ -1818,10 +1908,10 @@
1818
1908
  "required": [
1819
1909
  "amount",
1820
1910
  "currency_code"
1821
- ]
1911
+ ],
1912
+ "type": "object"
1822
1913
  },
1823
- "presentment_money": {
1824
- "type": "object",
1914
+ "shop_money": {
1825
1915
  "properties": {
1826
1916
  "amount": {
1827
1917
  "type": "string"
@@ -1833,61 +1923,31 @@
1833
1923
  "required": [
1834
1924
  "amount",
1835
1925
  "currency_code"
1836
- ]
1926
+ ],
1927
+ "type": "object"
1837
1928
  }
1838
1929
  },
1839
1930
  "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
- }
1931
+ "presentment_money",
1932
+ "shop_money"
1933
+ ],
1934
+ "type": "object"
1867
1935
  },
1868
- "quantity": {
1936
+ "id": {
1869
1937
  "type": "integer"
1870
1938
  },
1871
- "requires_shipping": {
1872
- "type": "boolean"
1873
- },
1874
- "sku": {
1875
- "type": "string"
1876
- },
1877
- "taxable": {
1939
+ "is_removed": {
1878
1940
  "type": "boolean"
1879
1941
  },
1880
- "title": {
1881
- "type": "string"
1942
+ "phone": {
1943
+ "type": "null"
1882
1944
  },
1883
- "total_discount": {
1945
+ "price": {
1884
1946
  "type": "string"
1885
1947
  },
1886
- "total_discount_set": {
1887
- "type": "object",
1948
+ "price_set": {
1888
1949
  "properties": {
1889
- "shop_money": {
1890
- "type": "object",
1950
+ "presentment_money": {
1891
1951
  "properties": {
1892
1952
  "amount": {
1893
1953
  "type": "string"
@@ -1899,10 +1959,10 @@
1899
1959
  "required": [
1900
1960
  "amount",
1901
1961
  "currency_code"
1902
- ]
1962
+ ],
1963
+ "type": "object"
1903
1964
  },
1904
- "presentment_money": {
1905
- "type": "object",
1965
+ "shop_money": {
1906
1966
  "properties": {
1907
1967
  "amount": {
1908
1968
  "type": "string"
@@ -1914,46 +1974,28 @@
1914
1974
  "required": [
1915
1975
  "amount",
1916
1976
  "currency_code"
1917
- ]
1977
+ ],
1978
+ "type": "object"
1918
1979
  }
1919
1980
  },
1920
1981
  "required": [
1921
- "shop_money",
1922
- "presentment_money"
1923
- ]
1924
- },
1925
- "variant_id": {
1926
- "type": "integer"
1927
- },
1928
- "variant_inventory_management": {
1929
- "type": [
1930
- "string",
1931
- "null"
1932
- ]
1982
+ "presentment_money",
1983
+ "shop_money"
1984
+ ],
1985
+ "type": "object"
1933
1986
  },
1934
- "variant_title": {
1935
- "type": [
1936
- "string",
1937
- "null"
1938
- ]
1987
+ "requested_fulfillment_service_id": {
1988
+ "type": "null"
1939
1989
  },
1940
- "vendor": {
1990
+ "source": {
1941
1991
  "type": [
1942
- "string",
1943
- "null"
1992
+ "null",
1993
+ "string"
1944
1994
  ]
1945
1995
  },
1946
1996
  "tax_lines": {
1947
- "type": "array",
1948
1997
  "items": {
1949
- "type": "object",
1950
1998
  "properties": {
1951
- "rate": {
1952
- "type": "number"
1953
- },
1954
- "title": {
1955
- "type": "string"
1956
- },
1957
1999
  "channel_liable": {
1958
2000
  "type": "boolean"
1959
2001
  },
@@ -1961,10 +2003,8 @@
1961
2003
  "type": "string"
1962
2004
  },
1963
2005
  "price_set": {
1964
- "type": "object",
1965
2006
  "properties": {
1966
- "shop_money": {
1967
- "type": "object",
2007
+ "presentment_money": {
1968
2008
  "properties": {
1969
2009
  "amount": {
1970
2010
  "type": "string"
@@ -1976,10 +2016,10 @@
1976
2016
  "required": [
1977
2017
  "amount",
1978
2018
  "currency_code"
1979
- ]
2019
+ ],
2020
+ "type": "object"
1980
2021
  },
1981
- "presentment_money": {
1982
- "type": "object",
2022
+ "shop_money": {
1983
2023
  "properties": {
1984
2024
  "amount": {
1985
2025
  "type": "string"
@@ -1991,97 +2031,134 @@
1991
2031
  "required": [
1992
2032
  "amount",
1993
2033
  "currency_code"
1994
- ]
2034
+ ],
2035
+ "type": "object"
1995
2036
  }
1996
2037
  },
1997
2038
  "required": [
1998
- "shop_money",
1999
- "presentment_money"
2000
- ]
2039
+ "presentment_money",
2040
+ "shop_money"
2041
+ ],
2042
+ "type": "object"
2043
+ },
2044
+ "rate": {
2045
+ "type": "number"
2046
+ },
2047
+ "title": {
2048
+ "type": "string"
2001
2049
  }
2002
2050
  },
2003
2051
  "required": [
2004
- "rate",
2005
- "title",
2006
2052
  "channel_liable",
2007
2053
  "price",
2008
- "price_set"
2009
- ]
2010
- }
2054
+ "price_set",
2055
+ "rate",
2056
+ "title"
2057
+ ],
2058
+ "type": "object"
2059
+ },
2060
+ "type": "array"
2011
2061
  },
2012
- "duties": {
2013
- "type": "array",
2014
- "items": false
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
+ "is_removed",
2074
+ "phone",
2075
+ "price",
2076
+ "price_set",
2077
+ "requested_fulfillment_service_id",
2078
+ "source",
2079
+ "tax_lines",
2080
+ "title"
2081
+ ],
2082
+ "type": "object"
2083
+ },
2084
+ "type": "array"
2085
+ },
2086
+ "source_identifier": {
2087
+ "type": [
2088
+ "null",
2089
+ "string"
2090
+ ]
2091
+ },
2092
+ "source_name": {
2093
+ "type": "string"
2094
+ },
2095
+ "source_url": {
2096
+ "format": "uri",
2097
+ "type": [
2098
+ "null",
2099
+ "string"
2100
+ ]
2101
+ },
2102
+ "subtotal_price": {
2103
+ "type": "string"
2104
+ },
2105
+ "subtotal_price_set": {
2106
+ "properties": {
2107
+ "presentment_money": {
2108
+ "properties": {
2109
+ "amount": {
2110
+ "type": "string"
2111
+ },
2112
+ "currency_code": {
2113
+ "type": "string"
2114
+ }
2015
2115
  },
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
- ]
2056
- }
2057
- },
2058
- "required": [
2059
- "presentment_money",
2060
- "shop_money"
2061
- ]
2062
- },
2063
- "discount_application_index": {
2064
- "type": "integer"
2065
- }
2066
- },
2067
- "required": [
2068
- "amount",
2069
- "amount_set",
2070
- "discount_application_index"
2071
- ]
2116
+ "required": [
2117
+ "amount",
2118
+ "currency_code"
2119
+ ],
2120
+ "type": "object"
2121
+ },
2122
+ "shop_money": {
2123
+ "properties": {
2124
+ "amount": {
2125
+ "type": "string"
2126
+ },
2127
+ "currency_code": {
2128
+ "type": "string"
2072
2129
  }
2073
2130
  },
2074
- "current_quantity": {
2075
- "type": "integer"
2131
+ "required": [
2132
+ "amount",
2133
+ "currency_code"
2134
+ ],
2135
+ "type": "object"
2136
+ }
2137
+ },
2138
+ "required": [
2139
+ "presentment_money",
2140
+ "shop_money"
2141
+ ],
2142
+ "type": "object"
2143
+ },
2144
+ "tags": {
2145
+ "type": "string"
2146
+ },
2147
+ "tax_exempt": {
2148
+ "type": "boolean"
2149
+ },
2150
+ "tax_lines": {
2151
+ "items": {
2152
+ "properties": {
2153
+ "channel_liable": {
2154
+ "type": "boolean"
2076
2155
  },
2077
- "pre_tax_price": {
2156
+ "price": {
2078
2157
  "type": "string"
2079
2158
  },
2080
- "pre_tax_price_set": {
2081
- "type": "object",
2159
+ "price_set": {
2082
2160
  "properties": {
2083
2161
  "presentment_money": {
2084
- "type": "object",
2085
2162
  "properties": {
2086
2163
  "amount": {
2087
2164
  "type": "string"
@@ -2093,10 +2170,10 @@
2093
2170
  "required": [
2094
2171
  "amount",
2095
2172
  "currency_code"
2096
- ]
2173
+ ],
2174
+ "type": "object"
2097
2175
  },
2098
2176
  "shop_money": {
2099
- "type": "object",
2100
2177
  "properties": {
2101
2178
  "amount": {
2102
2179
  "type": "string"
@@ -2108,352 +2185,274 @@
2108
2185
  "required": [
2109
2186
  "amount",
2110
2187
  "currency_code"
2111
- ]
2188
+ ],
2189
+ "type": "object"
2112
2190
  }
2113
2191
  },
2114
2192
  "required": [
2115
2193
  "presentment_money",
2116
2194
  "shop_money"
2117
- ]
2195
+ ],
2196
+ "type": "object"
2197
+ },
2198
+ "rate": {
2199
+ "type": "number"
2200
+ },
2201
+ "title": {
2202
+ "type": "string"
2118
2203
  }
2119
2204
  },
2120
2205
  "required": [
2121
- "id",
2122
- "admin_graphql_api_id",
2123
- "attributed_staffs",
2124
- "fulfillable_quantity",
2125
- "fulfillment_service",
2126
- "fulfillment_status",
2127
- "gift_card",
2128
- "grams",
2129
- "name",
2206
+ "channel_liable",
2130
2207
  "price",
2131
2208
  "price_set",
2132
- "product_exists",
2133
- "product_id",
2134
- "properties",
2135
- "quantity",
2136
- "requires_shipping",
2137
- "sku",
2138
- "taxable",
2139
- "title",
2140
- "total_discount",
2141
- "total_discount_set",
2142
- "variant_id",
2143
- "variant_inventory_management",
2144
- "variant_title",
2145
- "vendor",
2146
- "tax_lines",
2147
- "duties",
2148
- "discount_allocations"
2149
- ]
2150
- }
2209
+ "rate",
2210
+ "title"
2211
+ ],
2212
+ "type": "object"
2213
+ },
2214
+ "type": "array"
2151
2215
  },
2152
- "payment_terms": {
2153
- "type": [
2154
- "string",
2155
- "null"
2156
- ]
2216
+ "taxes_included": {
2217
+ "type": "boolean"
2157
2218
  },
2158
- "refunds": {
2159
- "type": "array",
2160
- "items": false
2219
+ "test": {
2220
+ "type": "boolean"
2161
2221
  },
2162
- "shipping_address": {
2163
- "type": "object",
2222
+ "token": {
2223
+ "type": "string"
2224
+ },
2225
+ "total_discounts": {
2226
+ "type": "string"
2227
+ },
2228
+ "total_discounts_set": {
2164
2229
  "properties": {
2165
- "first_name": {
2166
- "type": "string"
2167
- },
2168
- "address1": {
2169
- "type": "string"
2170
- },
2171
- "phone": {
2172
- "type": "string"
2173
- },
2174
- "city": {
2175
- "type": "string"
2176
- },
2177
- "zip": {
2178
- "type": "string"
2179
- },
2180
- "province": {
2181
- "type": "string"
2182
- },
2183
- "country": {
2184
- "type": "string"
2185
- },
2186
- "last_name": {
2187
- "type": "string"
2188
- },
2189
- "address2": {
2190
- "type": [
2191
- "string",
2192
- "null"
2193
- ]
2194
- },
2195
- "company": {
2196
- "type": [
2197
- "string",
2198
- "null"
2199
- ]
2200
- },
2201
- "latitude": {
2202
- "type": [
2203
- "number",
2204
- "null"
2205
- ]
2206
- },
2207
- "longitude": {
2208
- "type": [
2209
- "number",
2210
- "null"
2211
- ]
2212
- },
2213
- "name": {
2214
- "type": "string"
2215
- },
2216
- "country_code": {
2217
- "type": "string"
2230
+ "presentment_money": {
2231
+ "properties": {
2232
+ "amount": {
2233
+ "type": "string"
2234
+ },
2235
+ "currency_code": {
2236
+ "type": "string"
2237
+ }
2238
+ },
2239
+ "required": [
2240
+ "amount",
2241
+ "currency_code"
2242
+ ],
2243
+ "type": "object"
2218
2244
  },
2219
- "province_code": {
2220
- "type": "string"
2245
+ "shop_money": {
2246
+ "properties": {
2247
+ "amount": {
2248
+ "type": "string"
2249
+ },
2250
+ "currency_code": {
2251
+ "type": "string"
2252
+ }
2253
+ },
2254
+ "required": [
2255
+ "amount",
2256
+ "currency_code"
2257
+ ],
2258
+ "type": "object"
2221
2259
  }
2222
2260
  },
2223
2261
  "required": [
2224
- "first_name",
2225
- "address1",
2226
- "phone",
2227
- "city",
2228
- "zip",
2229
- "province",
2230
- "country",
2231
- "last_name",
2232
- "address2",
2233
- "company",
2234
- "latitude",
2235
- "longitude",
2236
- "name",
2237
- "country_code",
2238
- "province_code"
2239
- ]
2262
+ "presentment_money",
2263
+ "shop_money"
2264
+ ],
2265
+ "type": "object"
2240
2266
  },
2241
- "shipping_lines": {
2242
- "type": "array",
2243
- "items": {
2244
- "type": "object",
2245
- "properties": {
2246
- "id": {
2247
- "type": "integer"
2248
- },
2249
- "carrier_identifier": {
2250
- "type": [
2251
- "string",
2252
- "null"
2253
- ]
2254
- },
2255
- "code": {
2256
- "type": [
2257
- "string",
2258
- "null"
2259
- ]
2260
- },
2261
- "discounted_price": {
2262
- "type": "string"
2263
- },
2264
- "discounted_price_set": {
2265
- "type": "object",
2266
- "properties": {
2267
- "shop_money": {
2268
- "type": "object",
2269
- "properties": {
2270
- "amount": {
2271
- "type": "string"
2272
- },
2273
- "currency_code": {
2274
- "type": "string"
2275
- }
2276
- },
2277
- "required": [
2278
- "amount",
2279
- "currency_code"
2280
- ]
2281
- },
2282
- "presentment_money": {
2283
- "type": "object",
2284
- "properties": {
2285
- "amount": {
2286
- "type": "string"
2287
- },
2288
- "currency_code": {
2289
- "type": "string"
2290
- }
2291
- },
2292
- "required": [
2293
- "amount",
2294
- "currency_code"
2295
- ]
2296
- }
2267
+ "total_line_items_price": {
2268
+ "type": "string"
2269
+ },
2270
+ "total_line_items_price_set": {
2271
+ "properties": {
2272
+ "presentment_money": {
2273
+ "properties": {
2274
+ "amount": {
2275
+ "type": "string"
2297
2276
  },
2298
- "required": [
2299
- "shop_money",
2300
- "presentment_money"
2301
- ]
2302
- },
2303
- "is_removed": {
2304
- "type": "boolean"
2305
- },
2306
- "phone": {
2307
- "type": "null"
2277
+ "currency_code": {
2278
+ "type": "string"
2279
+ }
2308
2280
  },
2309
- "price": {
2310
- "type": "string"
2281
+ "required": [
2282
+ "amount",
2283
+ "currency_code"
2284
+ ],
2285
+ "type": "object"
2286
+ },
2287
+ "shop_money": {
2288
+ "properties": {
2289
+ "amount": {
2290
+ "type": "string"
2291
+ },
2292
+ "currency_code": {
2293
+ "type": "string"
2294
+ }
2311
2295
  },
2312
- "price_set": {
2313
- "type": "object",
2314
- "properties": {
2315
- "shop_money": {
2316
- "type": "object",
2317
- "properties": {
2318
- "amount": {
2319
- "type": "string"
2320
- },
2321
- "currency_code": {
2322
- "type": "string"
2323
- }
2324
- },
2325
- "required": [
2326
- "amount",
2327
- "currency_code"
2328
- ]
2329
- },
2330
- "presentment_money": {
2331
- "type": "object",
2332
- "properties": {
2333
- "amount": {
2334
- "type": "string"
2335
- },
2336
- "currency_code": {
2337
- "type": "string"
2338
- }
2339
- },
2340
- "required": [
2341
- "amount",
2342
- "currency_code"
2343
- ]
2344
- }
2296
+ "required": [
2297
+ "amount",
2298
+ "currency_code"
2299
+ ],
2300
+ "type": "object"
2301
+ }
2302
+ },
2303
+ "required": [
2304
+ "presentment_money",
2305
+ "shop_money"
2306
+ ],
2307
+ "type": "object"
2308
+ },
2309
+ "total_outstanding": {
2310
+ "type": "string"
2311
+ },
2312
+ "total_price": {
2313
+ "type": "string"
2314
+ },
2315
+ "total_price_set": {
2316
+ "properties": {
2317
+ "presentment_money": {
2318
+ "properties": {
2319
+ "amount": {
2320
+ "type": "string"
2345
2321
  },
2346
- "required": [
2347
- "shop_money",
2348
- "presentment_money"
2349
- ]
2322
+ "currency_code": {
2323
+ "type": "string"
2324
+ }
2350
2325
  },
2351
- "requested_fulfillment_service_id": {
2352
- "type": "null"
2326
+ "required": [
2327
+ "amount",
2328
+ "currency_code"
2329
+ ],
2330
+ "type": "object"
2331
+ },
2332
+ "shop_money": {
2333
+ "properties": {
2334
+ "amount": {
2335
+ "type": "string"
2336
+ },
2337
+ "currency_code": {
2338
+ "type": "string"
2339
+ }
2353
2340
  },
2354
- "source": {
2355
- "type": [
2356
- "string",
2357
- "null"
2358
- ]
2341
+ "required": [
2342
+ "amount",
2343
+ "currency_code"
2344
+ ],
2345
+ "type": "object"
2346
+ }
2347
+ },
2348
+ "required": [
2349
+ "presentment_money",
2350
+ "shop_money"
2351
+ ],
2352
+ "type": "object"
2353
+ },
2354
+ "total_shipping_price_set": {
2355
+ "properties": {
2356
+ "presentment_money": {
2357
+ "properties": {
2358
+ "amount": {
2359
+ "type": "string"
2360
+ },
2361
+ "currency_code": {
2362
+ "type": "string"
2363
+ }
2359
2364
  },
2360
- "title": {
2361
- "type": "string"
2365
+ "required": [
2366
+ "amount",
2367
+ "currency_code"
2368
+ ],
2369
+ "type": "object"
2370
+ },
2371
+ "shop_money": {
2372
+ "properties": {
2373
+ "amount": {
2374
+ "type": "string"
2375
+ },
2376
+ "currency_code": {
2377
+ "type": "string"
2378
+ }
2362
2379
  },
2363
- "tax_lines": {
2364
- "type": "array",
2365
- "items": {
2366
- "type": "object",
2367
- "properties": {
2368
- "rate": {
2369
- "type": "number"
2370
- },
2371
- "title": {
2372
- "type": "string"
2373
- },
2374
- "channel_liable": {
2375
- "type": "boolean"
2376
- },
2377
- "price": {
2378
- "type": "string"
2379
- },
2380
- "price_set": {
2381
- "type": "object",
2382
- "properties": {
2383
- "shop_money": {
2384
- "type": "object",
2385
- "properties": {
2386
- "amount": {
2387
- "type": "string"
2388
- },
2389
- "currency_code": {
2390
- "type": "string"
2391
- }
2392
- },
2393
- "required": [
2394
- "amount",
2395
- "currency_code"
2396
- ]
2397
- },
2398
- "presentment_money": {
2399
- "type": "object",
2400
- "properties": {
2401
- "amount": {
2402
- "type": "string"
2403
- },
2404
- "currency_code": {
2405
- "type": "string"
2406
- }
2407
- },
2408
- "required": [
2409
- "amount",
2410
- "currency_code"
2411
- ]
2412
- }
2413
- },
2414
- "required": [
2415
- "shop_money",
2416
- "presentment_money"
2417
- ]
2418
- }
2419
- },
2420
- "required": [
2421
- "rate",
2422
- "title",
2423
- "channel_liable",
2424
- "price",
2425
- "price_set"
2426
- ]
2380
+ "required": [
2381
+ "amount",
2382
+ "currency_code"
2383
+ ],
2384
+ "type": "object"
2385
+ }
2386
+ },
2387
+ "required": [
2388
+ "presentment_money",
2389
+ "shop_money"
2390
+ ],
2391
+ "type": "object"
2392
+ },
2393
+ "total_tax": {
2394
+ "type": "string"
2395
+ },
2396
+ "total_tax_set": {
2397
+ "properties": {
2398
+ "presentment_money": {
2399
+ "properties": {
2400
+ "amount": {
2401
+ "type": "string"
2402
+ },
2403
+ "currency_code": {
2404
+ "type": "string"
2427
2405
  }
2428
2406
  },
2429
- "discount_allocations": {
2430
- "type": "array",
2431
- "items": false
2432
- }
2407
+ "required": [
2408
+ "amount",
2409
+ "currency_code"
2410
+ ],
2411
+ "type": "object"
2433
2412
  },
2434
- "required": [
2435
- "id",
2436
- "carrier_identifier",
2437
- "code",
2438
- "discounted_price",
2439
- "discounted_price_set",
2440
- "is_removed",
2441
- "phone",
2442
- "price",
2443
- "price_set",
2444
- "requested_fulfillment_service_id",
2445
- "source",
2446
- "title",
2447
- "tax_lines",
2448
- "discount_allocations"
2449
- ]
2450
- }
2413
+ "shop_money": {
2414
+ "properties": {
2415
+ "amount": {
2416
+ "type": "string"
2417
+ },
2418
+ "currency_code": {
2419
+ "type": "string"
2420
+ }
2421
+ },
2422
+ "required": [
2423
+ "amount",
2424
+ "currency_code"
2425
+ ],
2426
+ "type": "object"
2427
+ }
2428
+ },
2429
+ "required": [
2430
+ "presentment_money",
2431
+ "shop_money"
2432
+ ],
2433
+ "type": "object"
2434
+ },
2435
+ "total_tip_received": {
2436
+ "type": "string"
2437
+ },
2438
+ "total_weight": {
2439
+ "type": "integer"
2440
+ },
2441
+ "updated_at": {
2442
+ "format": "date-time",
2443
+ "type": "string"
2444
+ },
2445
+ "user_id": {
2446
+ "type": [
2447
+ "integer",
2448
+ "null"
2449
+ ]
2451
2450
  }
2452
2451
  },
2453
2452
  "required": [
2454
- "id",
2455
2453
  "admin_graphql_api_id",
2456
2454
  "app_id",
2455
+ "billing_address",
2457
2456
  "browser_ip",
2458
2457
  "buyer_accepts_marketing",
2459
2458
  "cancel_reason",
@@ -2478,15 +2477,20 @@
2478
2477
  "current_total_price_set",
2479
2478
  "current_total_tax",
2480
2479
  "current_total_tax_set",
2480
+ "customer",
2481
2481
  "customer_locale",
2482
2482
  "device_id",
2483
+ "discount_applications",
2483
2484
  "discount_codes",
2484
2485
  "email",
2485
2486
  "estimated_taxes",
2486
2487
  "financial_status",
2487
2488
  "fulfillment_status",
2489
+ "fulfillments",
2490
+ "id",
2488
2491
  "landing_site",
2489
2492
  "landing_site_ref",
2493
+ "line_items",
2490
2494
  "location_id",
2491
2495
  "merchant_of_record_app_id",
2492
2496
  "name",
@@ -2498,12 +2502,16 @@
2498
2502
  "original_total_additional_fees_set",
2499
2503
  "original_total_duties_set",
2500
2504
  "payment_gateway_names",
2505
+ "payment_terms",
2501
2506
  "phone",
2502
2507
  "po_number",
2503
2508
  "presentment_currency",
2504
2509
  "processed_at",
2505
2510
  "reference",
2506
2511
  "referring_site",
2512
+ "refunds",
2513
+ "shipping_address",
2514
+ "shipping_lines",
2507
2515
  "source_identifier",
2508
2516
  "source_name",
2509
2517
  "source_url",
@@ -2528,15 +2536,7 @@
2528
2536
  "total_tip_received",
2529
2537
  "total_weight",
2530
2538
  "updated_at",
2531
- "user_id",
2532
- "billing_address",
2533
- "customer",
2534
- "discount_applications",
2535
- "fulfillments",
2536
- "line_items",
2537
- "payment_terms",
2538
- "refunds",
2539
- "shipping_address",
2540
- "shipping_lines"
2541
- ]
2539
+ "user_id"
2540
+ ],
2541
+ "type": "object"
2542
2542
  }