shopify-webhook-schemas 0.2.7 → 0.2.8

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