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