shopify-webhook-schemas 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/scrape.js +23 -9
- 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/channels/delete.json +1 -4
- package/metadatas/2024-04/checkouts/create.json +6 -6
- package/metadatas/2024-04/checkouts/update.json +6 -6
- package/metadatas/2024-04/collection_publications/create.json +1 -4
- package/metadatas/2024-04/collection_publications/delete.json +1 -4
- package/metadatas/2024-04/collection_publications/update.json +1 -4
- 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/data_request.json +28 -0
- package/metadatas/2024-04/customers/disable.json +24 -5
- package/metadatas/2024-04/customers/enable.json +24 -5
- package/metadatas/2024-04/customers/redact.json +25 -0
- 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 +30 -24
- package/metadatas/2024-04/draft_orders/update.json +32 -26
- 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/inventory_items/create.json +2 -0
- package/metadatas/2024-04/inventory_items/update.json +2 -0
- package/metadatas/2024-04/orders/cancelled.json +1 -1
- package/metadatas/2024-04/orders/create.json +1 -1
- package/metadatas/2024-04/orders/fulfilled.json +1 -1
- package/metadatas/2024-04/orders/paid.json +1 -1
- package/metadatas/2024-04/orders/partially_fulfilled.json +1 -1
- package/metadatas/2024-04/orders/updated.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/returns/approve.json +1 -1
- package/metadatas/2024-04/returns/request.json +1 -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/shop/redact.json +15 -0
- 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-04/variants/in_stock.json +1 -4
- package/metadatas/2024-04/variants/out_of_stock.json +1 -4
- 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/bulk_operations/finish.json +2 -2
- package/metadatas/2024-07/channels/delete.json +1 -4
- package/metadatas/2024-07/checkouts/create.json +6 -6
- package/metadatas/2024-07/checkouts/update.json +6 -6
- package/metadatas/2024-07/collection_publications/create.json +1 -4
- package/metadatas/2024-07/collection_publications/delete.json +1 -4
- package/metadatas/2024-07/collection_publications/update.json +1 -4
- 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/data_request.json +28 -0
- package/metadatas/2024-07/customers/disable.json +24 -5
- package/metadatas/2024-07/customers/enable.json +24 -5
- package/metadatas/2024-07/customers/redact.json +25 -0
- 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 +30 -24
- package/metadatas/2024-07/draft_orders/update.json +30 -24
- 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/inventory_items/create.json +2 -0
- package/metadatas/2024-07/inventory_items/update.json +2 -0
- package/metadatas/2024-07/orders/cancelled.json +1 -1
- package/metadatas/2024-07/orders/create.json +1 -1
- package/metadatas/2024-07/orders/fulfilled.json +1 -1
- package/metadatas/2024-07/orders/paid.json +1 -1
- package/metadatas/2024-07/orders/partially_fulfilled.json +1 -1
- package/metadatas/2024-07/orders/updated.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/returns/approve.json +1 -1
- package/metadatas/2024-07/returns/request.json +1 -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/shop/redact.json +15 -0
- 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-07/variants/in_stock.json +1 -4
- package/metadatas/2024-07/variants/out_of_stock.json +1 -4
- 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/channels/delete.json +1 -4
- package/metadatas/2024-10/checkouts/create.json +6 -6
- package/metadatas/2024-10/checkouts/update.json +6 -6
- package/metadatas/2024-10/collection_publications/create.json +1 -4
- package/metadatas/2024-10/collection_publications/delete.json +1 -4
- package/metadatas/2024-10/collection_publications/update.json +1 -4
- 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/data_request.json +28 -0
- package/metadatas/2024-10/customers/disable.json +24 -5
- package/metadatas/2024-10/customers/enable.json +24 -5
- package/metadatas/2024-10/customers/redact.json +25 -0
- 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 +29 -23
- package/metadatas/2024-10/draft_orders/update.json +31 -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/inventory_items/create.json +2 -0
- package/metadatas/2024-10/inventory_items/update.json +2 -0
- package/metadatas/2024-10/metafield_definitions/create.json +36 -0
- package/metadatas/2024-10/metafield_definitions/delete.json +19 -0
- package/metadatas/2024-10/metafield_definitions/update.json +36 -0
- package/metadatas/2024-10/orders/cancelled.json +1 -1
- package/metadatas/2024-10/orders/create.json +1 -1
- package/metadatas/2024-10/orders/fulfilled.json +1 -1
- package/metadatas/2024-10/orders/paid.json +1 -1
- package/metadatas/2024-10/orders/partially_fulfilled.json +1 -1
- package/metadatas/2024-10/orders/updated.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/returns/approve.json +1 -1
- package/metadatas/2024-10/returns/request.json +1 -1
- package/metadatas/2024-10/segments/update.json +1 -1
- package/metadatas/2024-10/selling_plan_groups/update.json +2 -2
- package/metadatas/2024-10/shop/redact.json +15 -0
- 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/2024-10/variants/in_stock.json +1 -4
- package/metadatas/2024-10/variants/out_of_stock.json +1 -4
- 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/bulk_operations/finish.json +2 -2
- package/metadatas/2025-01/channels/delete.json +1 -4
- package/metadatas/2025-01/checkouts/create.json +6 -17
- package/metadatas/2025-01/checkouts/update.json +6 -17
- package/metadatas/2025-01/collection_publications/create.json +1 -4
- package/metadatas/2025-01/collection_publications/delete.json +1 -4
- package/metadatas/2025-01/collection_publications/update.json +1 -4
- package/metadatas/2025-01/company_contact_roles/assign.json +8 -0
- package/metadatas/2025-01/company_contact_roles/revoke.json +8 -0
- package/metadatas/2025-01/company_locations/create.json +8 -0
- package/metadatas/2025-01/company_locations/delete.json +8 -0
- package/metadatas/2025-01/company_locations/update.json +8 -0
- package/metadatas/2025-01/customer.joined_segment.json +18 -0
- package/metadatas/2025-01/customer.left_segment.json +18 -0
- 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 +20 -8
- package/metadatas/2025-01/customers/data_request.json +28 -0
- package/metadatas/2025-01/customers/delete.json +0 -2
- package/metadatas/2025-01/customers/disable.json +20 -8
- package/metadatas/2025-01/customers/enable.json +20 -8
- package/metadatas/2025-01/customers/purchasing_summary.json +27 -0
- package/metadatas/2025-01/customers/redact.json +25 -0
- package/metadatas/2025-01/customers/update.json +20 -8
- 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 +30 -35
- package/metadatas/2025-01/draft_orders/update.json +29 -34
- package/metadatas/2025-01/fulfillment_holds/added.json +32 -0
- package/metadatas/2025-01/fulfillment_holds/released.json +32 -0
- package/metadatas/2025-01/fulfillment_orders/hold_released.json +1 -1
- package/metadatas/2025-01/fulfillment_orders/placed_on_hold.json +21 -3
- package/metadatas/2025-01/inventory_items/create.json +2 -0
- package/metadatas/2025-01/inventory_items/update.json +2 -0
- package/metadatas/2025-01/metafield_definitions/create.json +36 -0
- package/metadatas/2025-01/metafield_definitions/delete.json +19 -0
- package/metadatas/2025-01/metafield_definitions/update.json +36 -0
- package/metadatas/2025-01/orders/cancelled.json +3 -8
- package/metadatas/2025-01/orders/create.json +3 -8
- package/metadatas/2025-01/orders/fulfilled.json +3 -8
- package/metadatas/2025-01/orders/paid.json +3 -8
- package/metadatas/2025-01/orders/partially_fulfilled.json +3 -8
- package/metadatas/2025-01/orders/updated.json +3 -8
- 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/returns/approve.json +1 -1
- package/metadatas/2025-01/returns/request.json +1 -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/shop/redact.json +15 -0
- 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/metadatas/2025-01/variants/in_stock.json +1 -4
- package/metadatas/2025-01/variants/out_of_stock.json +1 -4
- package/metadatas/2025-04/app/scopes_update.json +23 -0
- package/metadatas/2025-04/app/uninstalled.json +70 -0
- package/metadatas/2025-04/app_purchases_one_time/update.json +21 -0
- package/metadatas/2025-04/app_subscriptions/approaching_capped_amount.json +23 -0
- package/metadatas/2025-04/app_subscriptions/update.json +24 -0
- package/metadatas/2025-04/audit_events/admin_api_activity.json +67 -0
- package/metadatas/2025-04/bulk_operations/finish.json +20 -0
- package/metadatas/2025-04/carts/create.json +98 -0
- package/metadatas/2025-04/carts/update.json +98 -0
- package/metadatas/2025-04/channels/delete.json +18 -0
- package/metadatas/2025-04/checkouts/create.json +258 -0
- package/metadatas/2025-04/checkouts/delete.json +29 -0
- package/metadatas/2025-04/checkouts/update.json +258 -0
- package/metadatas/2025-04/collection_listings/add.json +28 -0
- package/metadatas/2025-04/collection_listings/remove.json +20 -0
- package/metadatas/2025-04/collection_listings/update.json +28 -0
- package/metadatas/2025-04/collection_publications/create.json +24 -0
- package/metadatas/2025-04/collection_publications/delete.json +18 -0
- package/metadatas/2025-04/collection_publications/update.json +24 -0
- package/metadatas/2025-04/collections/create.json +27 -0
- package/metadatas/2025-04/collections/delete.json +20 -0
- package/metadatas/2025-04/collections/update.json +27 -0
- package/metadatas/2025-04/companies/create.json +29 -0
- package/metadatas/2025-04/companies/delete.json +26 -0
- package/metadatas/2025-04/companies/update.json +29 -0
- package/metadatas/2025-04/company_contact_roles/assign.json +114 -0
- package/metadatas/2025-04/company_contact_roles/revoke.json +114 -0
- package/metadatas/2025-04/company_contacts/create.json +37 -0
- package/metadatas/2025-04/company_contacts/delete.json +34 -0
- package/metadatas/2025-04/company_contacts/update.json +37 -0
- package/metadatas/2025-04/company_locations/create.json +91 -0
- package/metadatas/2025-04/company_locations/delete.json +88 -0
- package/metadatas/2025-04/company_locations/update.json +91 -0
- package/metadatas/2025-04/customer.joined_segment.json +18 -0
- package/metadatas/2025-04/customer.left_segment.json +18 -0
- package/metadatas/2025-04/customer.tags_added.json +25 -0
- package/metadatas/2025-04/customer.tags_removed.json +25 -0
- package/metadatas/2025-04/customer_account_settings/update.json +17 -0
- package/metadatas/2025-04/customer_groups/create.json +25 -0
- package/metadatas/2025-04/customer_groups/delete.json +21 -0
- package/metadatas/2025-04/customer_groups/update.json +22 -0
- package/metadatas/2025-04/customer_payment_methods/create.json +32 -0
- package/metadatas/2025-04/customer_payment_methods/revoke.json +32 -0
- package/metadatas/2025-04/customer_payment_methods/update.json +32 -0
- package/metadatas/2025-04/customers/create.json +55 -0
- package/metadatas/2025-04/customers/data_request.json +28 -0
- package/metadatas/2025-04/customers/delete.json +22 -0
- package/metadatas/2025-04/customers/disable.json +55 -0
- package/metadatas/2025-04/customers/enable.json +55 -0
- package/metadatas/2025-04/customers/merge.json +30 -0
- package/metadatas/2025-04/customers/purchasing_summary.json +27 -0
- package/metadatas/2025-04/customers/redact.json +25 -0
- package/metadatas/2025-04/customers/update.json +55 -0
- package/metadatas/2025-04/customers_email_marketing_consent/update.json +27 -0
- package/metadatas/2025-04/customers_marketing_consent/update.json +28 -0
- package/metadatas/2025-04/delivery_promise_settings/update.json +19 -0
- package/metadatas/2025-04/discounts/create.json +22 -0
- package/metadatas/2025-04/discounts/delete.json +19 -0
- package/metadatas/2025-04/discounts/redeemcode_added.json +23 -0
- package/metadatas/2025-04/discounts/redeemcode_removed.json +23 -0
- package/metadatas/2025-04/discounts/update.json +22 -0
- package/metadatas/2025-04/disputes/create.json +32 -0
- package/metadatas/2025-04/disputes/update.json +32 -0
- package/metadatas/2025-04/domains/create.json +22 -0
- package/metadatas/2025-04/domains/destroy.json +22 -0
- package/metadatas/2025-04/domains/update.json +22 -0
- package/metadatas/2025-04/draft_orders/create.json +244 -0
- package/metadatas/2025-04/draft_orders/delete.json +18 -0
- package/metadatas/2025-04/draft_orders/update.json +244 -0
- package/metadatas/2025-04/fulfillment_events/create.json +38 -0
- package/metadatas/2025-04/fulfillment_events/delete.json +35 -0
- package/metadatas/2025-04/fulfillment_holds/added.json +32 -0
- package/metadatas/2025-04/fulfillment_holds/released.json +32 -0
- package/metadatas/2025-04/fulfillment_orders/cancellation_request_accepted.json +25 -0
- package/metadatas/2025-04/fulfillment_orders/cancellation_request_rejected.json +26 -0
- package/metadatas/2025-04/fulfillment_orders/cancellation_request_submitted.json +29 -0
- package/metadatas/2025-04/fulfillment_orders/cancelled.json +28 -0
- package/metadatas/2025-04/fulfillment_orders/fulfillment_request_accepted.json +26 -0
- package/metadatas/2025-04/fulfillment_orders/fulfillment_request_rejected.json +26 -0
- package/metadatas/2025-04/fulfillment_orders/fulfillment_request_submitted.json +34 -0
- package/metadatas/2025-04/fulfillment_orders/fulfillment_service_failed_to_complete.json +25 -0
- package/metadatas/2025-04/fulfillment_orders/hold_released.json +24 -0
- package/metadatas/2025-04/fulfillment_orders/line_items_prepared_for_local_delivery.json +28 -0
- package/metadatas/2025-04/fulfillment_orders/line_items_prepared_for_pickup.json +28 -0
- package/metadatas/2025-04/fulfillment_orders/merged.json +45 -0
- package/metadatas/2025-04/fulfillment_orders/moved.json +40 -0
- package/metadatas/2025-04/fulfillment_orders/order_routing_complete.json +25 -0
- package/metadatas/2025-04/fulfillment_orders/placed_on_hold.json +66 -0
- package/metadatas/2025-04/fulfillment_orders/rescheduled.json +25 -0
- package/metadatas/2025-04/fulfillment_orders/scheduled_fulfillment_order_ready.json +24 -0
- package/metadatas/2025-04/fulfillment_orders/split.json +37 -0
- package/metadatas/2025-04/fulfillments/create.json +185 -0
- package/metadatas/2025-04/fulfillments/update.json +185 -0
- package/metadatas/2025-04/inventory_items/create.json +31 -0
- package/metadatas/2025-04/inventory_items/delete.json +23 -0
- package/metadatas/2025-04/inventory_items/update.json +31 -0
- package/metadatas/2025-04/inventory_levels/connect.json +22 -0
- package/metadatas/2025-04/inventory_levels/disconnect.json +19 -0
- package/metadatas/2025-04/inventory_levels/update.json +22 -0
- package/metadatas/2025-04/locales/create.json +19 -0
- package/metadatas/2025-04/locales/update.json +19 -0
- package/metadatas/2025-04/locations/activate.json +34 -0
- package/metadatas/2025-04/locations/create.json +34 -0
- package/metadatas/2025-04/locations/deactivate.json +34 -0
- package/metadatas/2025-04/locations/delete.json +18 -0
- package/metadatas/2025-04/locations/update.json +34 -0
- package/metadatas/2025-04/markets/create.json +21 -0
- package/metadatas/2025-04/markets/delete.json +18 -0
- package/metadatas/2025-04/markets/update.json +21 -0
- package/metadatas/2025-04/metafield_definitions/create.json +36 -0
- package/metadatas/2025-04/metafield_definitions/delete.json +19 -0
- package/metadatas/2025-04/metafield_definitions/update.json +36 -0
- package/metadatas/2025-04/metaobjects/create.json +33 -0
- package/metadatas/2025-04/metaobjects/delete.json +20 -0
- package/metadatas/2025-04/metaobjects/update.json +33 -0
- package/metadatas/2025-04/order_transactions/create.json +68 -0
- package/metadatas/2025-04/orders/cancelled.json +453 -0
- package/metadatas/2025-04/orders/create.json +452 -0
- package/metadatas/2025-04/orders/delete.json +18 -0
- package/metadatas/2025-04/orders/edited.json +56 -0
- package/metadatas/2025-04/orders/fulfilled.json +452 -0
- package/metadatas/2025-04/orders/paid.json +452 -0
- package/metadatas/2025-04/orders/partially_fulfilled.json +452 -0
- package/metadatas/2025-04/orders/risk_assessment_changed.json +22 -0
- package/metadatas/2025-04/orders/shopify_protect_eligibility_changed.json +22 -0
- package/metadatas/2025-04/orders/updated.json +453 -0
- package/metadatas/2025-04/payment_schedules/due.json +31 -0
- package/metadatas/2025-04/payment_terms/create.json +42 -0
- package/metadatas/2025-04/payment_terms/delete.json +18 -0
- package/metadatas/2025-04/payment_terms/update.json +42 -0
- package/metadatas/2025-04/product_feeds/create.json +21 -0
- package/metadatas/2025-04/product_feeds/full_sync.json +111 -0
- package/metadatas/2025-04/product_feeds/full_sync_finish.json +37 -0
- package/metadatas/2025-04/product_feeds/incremental_sync.json +110 -0
- package/metadatas/2025-04/product_feeds/update.json +21 -0
- package/metadatas/2025-04/product_listings/add.json +105 -0
- package/metadatas/2025-04/product_listings/remove.json +20 -0
- package/metadatas/2025-04/product_listings/update.json +105 -0
- package/metadatas/2025-04/product_publications/create.json +24 -0
- package/metadatas/2025-04/product_publications/delete.json +18 -0
- package/metadatas/2025-04/product_publications/update.json +24 -0
- package/metadatas/2025-04/products/create.json +93 -0
- package/metadatas/2025-04/products/delete.json +18 -0
- package/metadatas/2025-04/products/update.json +93 -0
- package/metadatas/2025-04/profiles/create.json +22 -0
- package/metadatas/2025-04/profiles/delete.json +19 -0
- package/metadatas/2025-04/profiles/update.json +22 -0
- package/metadatas/2025-04/refunds/create.json +299 -0
- package/metadatas/2025-04/returns/approve.json +52 -0
- package/metadatas/2025-04/returns/cancel.json +24 -0
- package/metadatas/2025-04/returns/close.json +24 -0
- package/metadatas/2025-04/returns/decline.json +25 -0
- package/metadatas/2025-04/returns/process.json +45 -0
- package/metadatas/2025-04/returns/reopen.json +24 -0
- package/metadatas/2025-04/returns/request.json +31 -0
- package/metadatas/2025-04/returns/update.json +36 -0
- package/metadatas/2025-04/reverse_deliveries/attach_deliverable.json +37 -0
- package/metadatas/2025-04/reverse_fulfillment_orders/dispose.json +48 -0
- package/metadatas/2025-04/scheduled_product_listings/add.json +105 -0
- package/metadatas/2025-04/scheduled_product_listings/remove.json +20 -0
- package/metadatas/2025-04/scheduled_product_listings/update.json +105 -0
- package/metadatas/2025-04/segments/create.json +21 -0
- package/metadatas/2025-04/segments/delete.json +17 -0
- package/metadatas/2025-04/segments/update.json +21 -0
- package/metadatas/2025-04/selling_plan_groups/create.json +55 -0
- package/metadatas/2025-04/selling_plan_groups/delete.json +19 -0
- package/metadatas/2025-04/selling_plan_groups/update.json +55 -0
- package/metadatas/2025-04/shipping_addresses/create.json +16 -0
- package/metadatas/2025-04/shipping_addresses/update.json +16 -0
- package/metadatas/2025-04/shop/redact.json +15 -0
- package/metadatas/2025-04/shop/update.json +70 -0
- package/metadatas/2025-04/subscription_billing_attempts/challenged.json +30 -0
- package/metadatas/2025-04/subscription_billing_attempts/failure.json +30 -0
- package/metadatas/2025-04/subscription_billing_attempts/success.json +30 -0
- package/metadatas/2025-04/subscription_billing_cycle_edits/create.json +25 -0
- package/metadatas/2025-04/subscription_billing_cycle_edits/delete.json +25 -0
- package/metadatas/2025-04/subscription_billing_cycle_edits/update.json +25 -0
- package/metadatas/2025-04/subscription_billing_cycles/skip.json +25 -0
- package/metadatas/2025-04/subscription_billing_cycles/unskip.json +25 -0
- package/metadatas/2025-04/subscription_contracts/activate.json +36 -0
- package/metadatas/2025-04/subscription_contracts/cancel.json +36 -0
- package/metadatas/2025-04/subscription_contracts/create.json +36 -0
- package/metadatas/2025-04/subscription_contracts/expire.json +36 -0
- package/metadatas/2025-04/subscription_contracts/fail.json +36 -0
- package/metadatas/2025-04/subscription_contracts/pause.json +36 -0
- package/metadatas/2025-04/subscription_contracts/update.json +36 -0
- package/metadatas/2025-04/tax_services/create.json +24 -0
- package/metadatas/2025-04/tax_services/update.json +24 -0
- package/metadatas/2025-04/tender_transactions/create.json +30 -0
- package/metadatas/2025-04/themes/create.json +26 -0
- package/metadatas/2025-04/themes/delete.json +18 -0
- package/metadatas/2025-04/themes/publish.json +26 -0
- package/metadatas/2025-04/themes/update.json +26 -0
- package/metadatas/2025-04/variants/in_stock.json +36 -0
- package/metadatas/2025-04/variants/out_of_stock.json +36 -0
- 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/data_request.json +56 -0
- 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/redact.json +44 -0
- 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 +1064 -1032
- package/schemas/2024-04/draft_orders/delete.json +2 -2
- package/schemas/2024-04/draft_orders/update.json +1064 -1032
- 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 +49 -41
- package/schemas/2024-04/inventory_items/delete.json +23 -23
- package/schemas/2024-04/inventory_items/update.json +49 -41
- 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/redact.json +16 -0
- 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/data_request.json +56 -0
- 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/redact.json +44 -0
- 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 +1064 -1032
- package/schemas/2024-07/draft_orders/delete.json +2 -2
- package/schemas/2024-07/draft_orders/update.json +1064 -1032
- 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 +49 -41
- package/schemas/2024-07/inventory_items/delete.json +23 -23
- package/schemas/2024-07/inventory_items/update.json +49 -41
- 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/redact.json +16 -0
- 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/data_request.json +56 -0
- 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/redact.json +44 -0
- 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 +1064 -1032
- package/schemas/2024-10/draft_orders/delete.json +2 -2
- package/schemas/2024-10/draft_orders/update.json +1064 -1032
- 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 +49 -41
- package/schemas/2024-10/inventory_items/delete.json +23 -23
- package/schemas/2024-10/inventory_items/update.json +49 -41
- 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/metafield_definitions/create.json +97 -0
- package/schemas/2024-10/metafield_definitions/delete.json +21 -0
- package/schemas/2024-10/metafield_definitions/update.json +97 -0
- 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/redact.json +16 -0
- 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 +1037 -1050
- package/schemas/2025-01/checkouts/delete.json +34 -34
- package/schemas/2025-01/checkouts/update.json +1037 -1050
- 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 +238 -215
- package/schemas/2025-01/company_contact_roles/revoke.json +238 -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 +191 -168
- package/schemas/2025-01/company_locations/delete.json +191 -168
- package/schemas/2025-01/company_locations/update.json +191 -168
- package/schemas/2025-01/customer.joined_segment.json +23 -0
- package/schemas/2025-01/customer.left_segment.json +23 -0
- 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 +117 -81
- package/schemas/2025-01/customers/data_request.json +56 -0
- package/schemas/2025-01/customers/delete.json +17 -31
- package/schemas/2025-01/customers/disable.json +117 -81
- package/schemas/2025-01/customers/enable.json +117 -81
- package/schemas/2025-01/customers/merge.json +24 -24
- package/schemas/2025-01/customers/purchasing_summary.json +43 -0
- package/schemas/2025-01/customers/redact.json +44 -0
- package/schemas/2025-01/customers/update.json +117 -81
- 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 +1048 -1032
- package/schemas/2025-01/draft_orders/delete.json +2 -2
- package/schemas/2025-01/draft_orders/update.json +1048 -1032
- 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_holds/added.json +63 -0
- package/schemas/2025-01/fulfillment_holds/released.json +63 -0
- 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 +248 -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 +49 -41
- package/schemas/2025-01/inventory_items/delete.json +23 -23
- package/schemas/2025-01/inventory_items/update.json +49 -41
- 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/metafield_definitions/create.json +97 -0
- package/schemas/2025-01/metafield_definitions/delete.json +21 -0
- package/schemas/2025-01/metafield_definitions/update.json +97 -0
- 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 +1951 -1954
- package/schemas/2025-01/orders/create.json +1951 -1954
- 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 +1951 -1954
- package/schemas/2025-01/orders/paid.json +1951 -1954
- package/schemas/2025-01/orders/partially_fulfilled.json +1951 -1954
- 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 +1951 -1954
- 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/redact.json +16 -0
- 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
- package/schemas/2025-04/app/scopes_update.json +31 -0
- package/schemas/2025-04/app/uninstalled.json +282 -0
- package/schemas/2025-04/app_purchases_one_time/update.json +44 -0
- package/schemas/2025-04/app_subscriptions/approaching_capped_amount.json +52 -0
- package/schemas/2025-04/app_subscriptions/update.json +52 -0
- package/schemas/2025-04/audit_events/admin_api_activity.json +202 -0
- package/schemas/2025-04/bulk_operations/finish.json +38 -0
- package/schemas/2025-04/carts/create.json +321 -0
- package/schemas/2025-04/carts/update.json +321 -0
- package/schemas/2025-04/channels/delete.json +12 -0
- package/schemas/2025-04/checkouts/create.json +1292 -0
- package/schemas/2025-04/checkouts/delete.json +87 -0
- package/schemas/2025-04/checkouts/update.json +1292 -0
- package/schemas/2025-04/collection_listings/add.json +60 -0
- package/schemas/2025-04/collection_listings/remove.json +27 -0
- package/schemas/2025-04/collection_listings/update.json +60 -0
- package/schemas/2025-04/collection_publications/create.json +45 -0
- package/schemas/2025-04/collection_publications/delete.json +12 -0
- package/schemas/2025-04/collection_publications/update.json +45 -0
- package/schemas/2025-04/collections/create.json +57 -0
- package/schemas/2025-04/collections/delete.json +21 -0
- package/schemas/2025-04/collections/update.json +57 -0
- package/schemas/2025-04/companies/create.json +45 -0
- package/schemas/2025-04/companies/delete.json +45 -0
- package/schemas/2025-04/companies/update.json +45 -0
- package/schemas/2025-04/company_contact_roles/assign.json +387 -0
- package/schemas/2025-04/company_contact_roles/revoke.json +387 -0
- package/schemas/2025-04/company_contacts/create.json +81 -0
- package/schemas/2025-04/company_contacts/delete.json +81 -0
- package/schemas/2025-04/company_contacts/update.json +81 -0
- package/schemas/2025-04/company_locations/create.json +303 -0
- package/schemas/2025-04/company_locations/delete.json +303 -0
- package/schemas/2025-04/company_locations/update.json +303 -0
- package/schemas/2025-04/customer.joined_segment.json +23 -0
- package/schemas/2025-04/customer.left_segment.json +23 -0
- package/schemas/2025-04/customer.tags_added.json +25 -0
- package/schemas/2025-04/customer.tags_removed.json +25 -0
- package/schemas/2025-04/customer_account_settings/update.json +28 -0
- package/schemas/2025-04/customer_groups/create.json +30 -0
- package/schemas/2025-04/customer_groups/delete.json +12 -0
- package/schemas/2025-04/customer_groups/update.json +30 -0
- package/schemas/2025-04/customer_payment_methods/create.json +59 -0
- package/schemas/2025-04/customer_payment_methods/revoke.json +59 -0
- package/schemas/2025-04/customer_payment_methods/update.json +59 -0
- package/schemas/2025-04/customers/create.json +160 -0
- package/schemas/2025-04/customers/data_request.json +56 -0
- package/schemas/2025-04/customers/delete.json +34 -0
- package/schemas/2025-04/customers/disable.json +160 -0
- package/schemas/2025-04/customers/enable.json +160 -0
- package/schemas/2025-04/customers/merge.json +56 -0
- package/schemas/2025-04/customers/purchasing_summary.json +43 -0
- package/schemas/2025-04/customers/redact.json +44 -0
- package/schemas/2025-04/customers/update.json +160 -0
- package/schemas/2025-04/customers_email_marketing_consent/update.json +40 -0
- package/schemas/2025-04/customers_marketing_consent/update.json +43 -0
- package/schemas/2025-04/delivery_promise_settings/update.json +21 -0
- package/schemas/2025-04/discounts/create.json +31 -0
- package/schemas/2025-04/discounts/delete.json +18 -0
- package/schemas/2025-04/discounts/redeemcode_added.json +35 -0
- package/schemas/2025-04/discounts/redeemcode_removed.json +35 -0
- package/schemas/2025-04/discounts/update.json +31 -0
- package/schemas/2025-04/disputes/create.json +67 -0
- package/schemas/2025-04/disputes/update.json +67 -0
- package/schemas/2025-04/domains/create.json +42 -0
- package/schemas/2025-04/domains/destroy.json +42 -0
- package/schemas/2025-04/domains/update.json +42 -0
- package/schemas/2025-04/draft_orders/create.json +1387 -0
- package/schemas/2025-04/draft_orders/delete.json +12 -0
- package/schemas/2025-04/draft_orders/update.json +1387 -0
- package/schemas/2025-04/fulfillment_events/create.json +106 -0
- package/schemas/2025-04/fulfillment_events/delete.json +106 -0
- package/schemas/2025-04/fulfillment_holds/added.json +63 -0
- package/schemas/2025-04/fulfillment_holds/released.json +63 -0
- package/schemas/2025-04/fulfillment_orders/cancellation_request_accepted.json +29 -0
- package/schemas/2025-04/fulfillment_orders/cancellation_request_rejected.json +33 -0
- package/schemas/2025-04/fulfillment_orders/cancellation_request_submitted.json +46 -0
- package/schemas/2025-04/fulfillment_orders/cancelled.json +42 -0
- package/schemas/2025-04/fulfillment_orders/fulfillment_request_accepted.json +33 -0
- package/schemas/2025-04/fulfillment_orders/fulfillment_request_rejected.json +33 -0
- package/schemas/2025-04/fulfillment_orders/fulfillment_request_submitted.json +67 -0
- package/schemas/2025-04/fulfillment_orders/fulfillment_service_failed_to_complete.json +29 -0
- package/schemas/2025-04/fulfillment_orders/hold_released.json +25 -0
- package/schemas/2025-04/fulfillment_orders/line_items_prepared_for_local_delivery.json +41 -0
- package/schemas/2025-04/fulfillment_orders/line_items_prepared_for_pickup.json +41 -0
- package/schemas/2025-04/fulfillment_orders/merged.json +67 -0
- package/schemas/2025-04/fulfillment_orders/moved.json +90 -0
- package/schemas/2025-04/fulfillment_orders/order_routing_complete.json +25 -0
- package/schemas/2025-04/fulfillment_orders/placed_on_hold.json +384 -0
- package/schemas/2025-04/fulfillment_orders/rescheduled.json +30 -0
- package/schemas/2025-04/fulfillment_orders/scheduled_fulfillment_order_ready.json +25 -0
- package/schemas/2025-04/fulfillment_orders/split.json +314 -0
- package/schemas/2025-04/fulfillments/create.json +605 -0
- package/schemas/2025-04/fulfillments/update.json +605 -0
- package/schemas/2025-04/inventory_items/create.json +80 -0
- package/schemas/2025-04/inventory_items/delete.json +43 -0
- package/schemas/2025-04/inventory_items/update.json +80 -0
- package/schemas/2025-04/inventory_levels/connect.json +33 -0
- package/schemas/2025-04/inventory_levels/disconnect.json +16 -0
- package/schemas/2025-04/inventory_levels/update.json +33 -0
- package/schemas/2025-04/locales/create.json +16 -0
- package/schemas/2025-04/locales/update.json +16 -0
- package/schemas/2025-04/locations/activate.json +79 -0
- package/schemas/2025-04/locations/create.json +79 -0
- package/schemas/2025-04/locations/deactivate.json +79 -0
- package/schemas/2025-04/locations/delete.json +12 -0
- package/schemas/2025-04/locations/update.json +79 -0
- package/schemas/2025-04/markets/create.json +24 -0
- package/schemas/2025-04/markets/delete.json +12 -0
- package/schemas/2025-04/markets/update.json +24 -0
- package/schemas/2025-04/metafield_definitions/create.json +97 -0
- package/schemas/2025-04/metafield_definitions/delete.json +21 -0
- package/schemas/2025-04/metafield_definitions/update.json +97 -0
- package/schemas/2025-04/metaobjects/create.json +82 -0
- package/schemas/2025-04/metaobjects/delete.json +26 -0
- package/schemas/2025-04/metaobjects/update.json +82 -0
- package/schemas/2025-04/order_transactions/create.json +236 -0
- package/schemas/2025-04/orders/cancelled.json +2712 -0
- package/schemas/2025-04/orders/create.json +2712 -0
- package/schemas/2025-04/orders/delete.json +12 -0
- package/schemas/2025-04/orders/edited.json +140 -0
- package/schemas/2025-04/orders/fulfilled.json +2712 -0
- package/schemas/2025-04/orders/paid.json +2712 -0
- package/schemas/2025-04/orders/partially_fulfilled.json +2712 -0
- package/schemas/2025-04/orders/risk_assessment_changed.json +42 -0
- package/schemas/2025-04/orders/shopify_protect_eligibility_changed.json +28 -0
- package/schemas/2025-04/orders/updated.json +2712 -0
- package/schemas/2025-04/payment_schedules/due.json +70 -0
- package/schemas/2025-04/payment_terms/create.json +112 -0
- package/schemas/2025-04/payment_terms/delete.json +12 -0
- package/schemas/2025-04/payment_terms/update.json +112 -0
- package/schemas/2025-04/product_feeds/create.json +25 -0
- package/schemas/2025-04/product_feeds/full_sync.json +363 -0
- package/schemas/2025-04/product_feeds/full_sync_finish.json +97 -0
- package/schemas/2025-04/product_feeds/incremental_sync.json +358 -0
- package/schemas/2025-04/product_feeds/update.json +25 -0
- package/schemas/2025-04/product_listings/add.json +221 -0
- package/schemas/2025-04/product_listings/remove.json +20 -0
- package/schemas/2025-04/product_listings/update.json +221 -0
- package/schemas/2025-04/product_publications/create.json +45 -0
- package/schemas/2025-04/product_publications/delete.json +12 -0
- package/schemas/2025-04/product_publications/update.json +45 -0
- package/schemas/2025-04/products/create.json +404 -0
- package/schemas/2025-04/products/delete.json +12 -0
- package/schemas/2025-04/products/update.json +404 -0
- package/schemas/2025-04/profiles/create.json +12 -0
- package/schemas/2025-04/profiles/delete.json +12 -0
- package/schemas/2025-04/profiles/update.json +12 -0
- package/schemas/2025-04/refunds/create.json +619 -0
- package/schemas/2025-04/returns/approve.json +139 -0
- package/schemas/2025-04/returns/cancel.json +25 -0
- package/schemas/2025-04/returns/close.json +25 -0
- package/schemas/2025-04/returns/decline.json +37 -0
- package/schemas/2025-04/returns/process.json +86 -0
- package/schemas/2025-04/returns/reopen.json +25 -0
- package/schemas/2025-04/returns/request.json +65 -0
- package/schemas/2025-04/returns/update.json +77 -0
- package/schemas/2025-04/reverse_deliveries/attach_deliverable.json +78 -0
- package/schemas/2025-04/reverse_fulfillment_orders/dispose.json +78 -0
- package/schemas/2025-04/scheduled_product_listings/add.json +220 -0
- package/schemas/2025-04/scheduled_product_listings/remove.json +20 -0
- package/schemas/2025-04/scheduled_product_listings/update.json +220 -0
- package/schemas/2025-04/segments/create.json +30 -0
- package/schemas/2025-04/segments/delete.json +12 -0
- package/schemas/2025-04/segments/update.json +30 -0
- package/schemas/2025-04/selling_plan_groups/create.json +160 -0
- package/schemas/2025-04/selling_plan_groups/delete.json +17 -0
- package/schemas/2025-04/selling_plan_groups/update.json +160 -0
- package/schemas/2025-04/shipping_addresses/create.json +4 -0
- package/schemas/2025-04/shipping_addresses/update.json +4 -0
- package/schemas/2025-04/shop/redact.json +16 -0
- package/schemas/2025-04/shop/update.json +282 -0
- package/schemas/2025-04/subscription_billing_attempts/challenged.json +64 -0
- package/schemas/2025-04/subscription_billing_attempts/failure.json +64 -0
- package/schemas/2025-04/subscription_billing_attempts/success.json +64 -0
- package/schemas/2025-04/subscription_billing_cycle_edits/create.json +46 -0
- package/schemas/2025-04/subscription_billing_cycle_edits/delete.json +46 -0
- package/schemas/2025-04/subscription_billing_cycle_edits/update.json +46 -0
- package/schemas/2025-04/subscription_billing_cycles/skip.json +46 -0
- package/schemas/2025-04/subscription_billing_cycles/unskip.json +46 -0
- package/schemas/2025-04/subscription_contracts/activate.json +87 -0
- package/schemas/2025-04/subscription_contracts/cancel.json +87 -0
- package/schemas/2025-04/subscription_contracts/create.json +87 -0
- package/schemas/2025-04/subscription_contracts/expire.json +87 -0
- package/schemas/2025-04/subscription_contracts/fail.json +87 -0
- package/schemas/2025-04/subscription_contracts/pause.json +87 -0
- package/schemas/2025-04/subscription_contracts/update.json +87 -0
- package/schemas/2025-04/tax_services/create.json +25 -0
- package/schemas/2025-04/tax_services/update.json +25 -0
- package/schemas/2025-04/tender_transactions/create.json +67 -0
- package/schemas/2025-04/themes/create.json +47 -0
- package/schemas/2025-04/themes/delete.json +12 -0
- package/schemas/2025-04/themes/publish.json +47 -0
- package/schemas/2025-04/themes/update.json +47 -0
- package/schemas/2025-04/variants/in_stock.json +87 -0
- package/schemas/2025-04/variants/out_of_stock.json +87 -0
|
@@ -1,406 +1,517 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"type": "object",
|
|
4
3
|
"properties": {
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
},
|
|
8
|
-
"token": {
|
|
4
|
+
"abandoned_checkout_url": {
|
|
5
|
+
"format": "uri",
|
|
9
6
|
"type": "string"
|
|
10
7
|
},
|
|
8
|
+
"billing_address": {
|
|
9
|
+
"properties": {
|
|
10
|
+
"address1": {
|
|
11
|
+
"type": "string"
|
|
12
|
+
},
|
|
13
|
+
"address2": {
|
|
14
|
+
"type": [
|
|
15
|
+
"null",
|
|
16
|
+
"string"
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"city": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"company": {
|
|
23
|
+
"type": [
|
|
24
|
+
"null",
|
|
25
|
+
"string"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"country": {
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"country_code": {
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"first_name": {
|
|
35
|
+
"type": "string"
|
|
36
|
+
},
|
|
37
|
+
"last_name": {
|
|
38
|
+
"type": "string"
|
|
39
|
+
},
|
|
40
|
+
"latitude": {
|
|
41
|
+
"type": [
|
|
42
|
+
"null",
|
|
43
|
+
"number"
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
"longitude": {
|
|
47
|
+
"type": [
|
|
48
|
+
"null",
|
|
49
|
+
"number"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"name": {
|
|
53
|
+
"type": "string"
|
|
54
|
+
},
|
|
55
|
+
"phone": {
|
|
56
|
+
"type": "string"
|
|
57
|
+
},
|
|
58
|
+
"province": {
|
|
59
|
+
"type": [
|
|
60
|
+
"null",
|
|
61
|
+
"string"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"province_code": {
|
|
65
|
+
"type": [
|
|
66
|
+
"null",
|
|
67
|
+
"string"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
"zip": {
|
|
71
|
+
"type": "string"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"required": [
|
|
75
|
+
"address1",
|
|
76
|
+
"address2",
|
|
77
|
+
"city",
|
|
78
|
+
"company",
|
|
79
|
+
"country",
|
|
80
|
+
"country_code",
|
|
81
|
+
"first_name",
|
|
82
|
+
"last_name",
|
|
83
|
+
"latitude",
|
|
84
|
+
"longitude",
|
|
85
|
+
"name",
|
|
86
|
+
"phone",
|
|
87
|
+
"province",
|
|
88
|
+
"province_code",
|
|
89
|
+
"zip"
|
|
90
|
+
],
|
|
91
|
+
"type": "object"
|
|
92
|
+
},
|
|
93
|
+
"buyer_accepts_marketing": {
|
|
94
|
+
"type": "boolean"
|
|
95
|
+
},
|
|
96
|
+
"buyer_accepts_sms_marketing": {
|
|
97
|
+
"type": "boolean"
|
|
98
|
+
},
|
|
11
99
|
"cart_token": {
|
|
12
100
|
"type": [
|
|
13
|
-
"
|
|
14
|
-
"
|
|
101
|
+
"null",
|
|
102
|
+
"string"
|
|
15
103
|
]
|
|
16
104
|
},
|
|
17
|
-
"
|
|
105
|
+
"closed_at": {
|
|
106
|
+
"format": "date-time",
|
|
18
107
|
"type": [
|
|
19
|
-
"
|
|
20
|
-
"
|
|
108
|
+
"null",
|
|
109
|
+
"string"
|
|
21
110
|
]
|
|
22
111
|
},
|
|
23
|
-
"
|
|
112
|
+
"completed_at": {
|
|
113
|
+
"format": "date-time",
|
|
24
114
|
"type": [
|
|
25
|
-
"
|
|
26
|
-
"
|
|
115
|
+
"null",
|
|
116
|
+
"string"
|
|
27
117
|
]
|
|
28
118
|
},
|
|
29
|
-
"buyer_accepts_marketing": {
|
|
30
|
-
"type": "boolean"
|
|
31
|
-
},
|
|
32
119
|
"created_at": {
|
|
33
120
|
"type": "string"
|
|
34
121
|
},
|
|
35
|
-
"
|
|
122
|
+
"currency": {
|
|
36
123
|
"type": "string"
|
|
37
124
|
},
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
]
|
|
43
|
-
},
|
|
44
|
-
"note": {
|
|
45
|
-
"type": [
|
|
46
|
-
"string",
|
|
47
|
-
"null"
|
|
48
|
-
]
|
|
49
|
-
},
|
|
50
|
-
"note_attributes": {
|
|
51
|
-
"type": "array",
|
|
52
|
-
"items": {
|
|
53
|
-
"type": "object",
|
|
54
|
-
"properties": {
|
|
55
|
-
"value": {
|
|
56
|
-
"type": "string"
|
|
57
|
-
},
|
|
58
|
-
"name": {
|
|
59
|
-
"type": "string"
|
|
60
|
-
}
|
|
125
|
+
"customer": {
|
|
126
|
+
"properties": {
|
|
127
|
+
"accepts_marketing": {
|
|
128
|
+
"type": "boolean"
|
|
61
129
|
},
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
130
|
+
"accepts_marketing_updated_at": {
|
|
131
|
+
"format": "date-time",
|
|
132
|
+
"type": [
|
|
133
|
+
"null",
|
|
134
|
+
"string"
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
"admin_graphql_api_id": {
|
|
138
|
+
"format": "uri",
|
|
139
|
+
"type": "string"
|
|
140
|
+
},
|
|
141
|
+
"created_at": {
|
|
142
|
+
"format": "date-time",
|
|
143
|
+
"type": [
|
|
144
|
+
"null",
|
|
145
|
+
"string"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"currency": {
|
|
149
|
+
"type": "string"
|
|
150
|
+
},
|
|
151
|
+
"default_address": {
|
|
152
|
+
"properties": {
|
|
153
|
+
"address1": {
|
|
154
|
+
"type": "string"
|
|
155
|
+
},
|
|
156
|
+
"address2": {
|
|
157
|
+
"type": [
|
|
158
|
+
"null",
|
|
159
|
+
"string"
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
"city": {
|
|
163
|
+
"type": "string"
|
|
164
|
+
},
|
|
165
|
+
"company": {
|
|
166
|
+
"type": [
|
|
167
|
+
"null",
|
|
168
|
+
"string"
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
"country": {
|
|
172
|
+
"type": "string"
|
|
173
|
+
},
|
|
174
|
+
"country_code": {
|
|
175
|
+
"type": "string"
|
|
176
|
+
},
|
|
177
|
+
"country_name": {
|
|
178
|
+
"type": "string"
|
|
179
|
+
},
|
|
180
|
+
"customer_id": {
|
|
91
181
|
"type": "integer"
|
|
182
|
+
},
|
|
183
|
+
"default": {
|
|
184
|
+
"type": "boolean"
|
|
185
|
+
},
|
|
186
|
+
"first_name": {
|
|
187
|
+
"type": [
|
|
188
|
+
"null",
|
|
189
|
+
"string"
|
|
190
|
+
]
|
|
191
|
+
},
|
|
192
|
+
"id": {
|
|
193
|
+
"type": [
|
|
194
|
+
"integer",
|
|
195
|
+
"null"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"last_name": {
|
|
199
|
+
"type": [
|
|
200
|
+
"null",
|
|
201
|
+
"string"
|
|
202
|
+
]
|
|
203
|
+
},
|
|
204
|
+
"name": {
|
|
205
|
+
"type": "string"
|
|
206
|
+
},
|
|
207
|
+
"phone": {
|
|
208
|
+
"type": [
|
|
209
|
+
"null",
|
|
210
|
+
"string"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
"province": {
|
|
214
|
+
"type": [
|
|
215
|
+
"null",
|
|
216
|
+
"string"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
"province_code": {
|
|
220
|
+
"type": [
|
|
221
|
+
"null",
|
|
222
|
+
"string"
|
|
223
|
+
]
|
|
224
|
+
},
|
|
225
|
+
"zip": {
|
|
226
|
+
"type": "string"
|
|
92
227
|
}
|
|
93
228
|
},
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
"
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"
|
|
229
|
+
"required": [
|
|
230
|
+
"address1",
|
|
231
|
+
"address2",
|
|
232
|
+
"city",
|
|
233
|
+
"company",
|
|
234
|
+
"country",
|
|
235
|
+
"country_code",
|
|
236
|
+
"country_name",
|
|
237
|
+
"customer_id",
|
|
238
|
+
"default",
|
|
239
|
+
"first_name",
|
|
240
|
+
"id",
|
|
241
|
+
"last_name",
|
|
242
|
+
"name",
|
|
243
|
+
"phone",
|
|
244
|
+
"province",
|
|
245
|
+
"province_code",
|
|
246
|
+
"zip"
|
|
247
|
+
],
|
|
248
|
+
"type": "object"
|
|
249
|
+
},
|
|
250
|
+
"email": {
|
|
251
|
+
"type": "string"
|
|
252
|
+
},
|
|
253
|
+
"email_marketing_consent": {
|
|
254
|
+
"properties": {
|
|
255
|
+
"consent_updated_at": {
|
|
256
|
+
"format": "date-time",
|
|
257
|
+
"type": [
|
|
258
|
+
"null",
|
|
259
|
+
"string"
|
|
260
|
+
]
|
|
261
|
+
},
|
|
262
|
+
"opt_in_level": {
|
|
263
|
+
"type": [
|
|
264
|
+
"null",
|
|
265
|
+
"string"
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
"state": {
|
|
269
|
+
"type": "string"
|
|
270
|
+
}
|
|
106
271
|
},
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
272
|
+
"required": [
|
|
273
|
+
"consent_updated_at",
|
|
274
|
+
"opt_in_level",
|
|
275
|
+
"state"
|
|
276
|
+
],
|
|
277
|
+
"type": "object"
|
|
278
|
+
},
|
|
279
|
+
"first_name": {
|
|
280
|
+
"type": "string"
|
|
281
|
+
},
|
|
282
|
+
"id": {
|
|
283
|
+
"type": "integer"
|
|
284
|
+
},
|
|
285
|
+
"last_name": {
|
|
286
|
+
"type": "string"
|
|
287
|
+
},
|
|
288
|
+
"last_order_id": {
|
|
289
|
+
"type": [
|
|
290
|
+
"integer",
|
|
291
|
+
"null"
|
|
292
|
+
]
|
|
293
|
+
},
|
|
294
|
+
"last_order_name": {
|
|
295
|
+
"type": [
|
|
296
|
+
"null",
|
|
297
|
+
"string"
|
|
298
|
+
]
|
|
299
|
+
},
|
|
300
|
+
"marketing_opt_in_level": {
|
|
301
|
+
"type": [
|
|
302
|
+
"null",
|
|
303
|
+
"string"
|
|
304
|
+
]
|
|
305
|
+
},
|
|
306
|
+
"multipass_identifier": {
|
|
307
|
+
"type": [
|
|
308
|
+
"null",
|
|
309
|
+
"string"
|
|
310
|
+
]
|
|
311
|
+
},
|
|
312
|
+
"note": {
|
|
313
|
+
"type": [
|
|
314
|
+
"null",
|
|
315
|
+
"string"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
318
|
+
"orders_count": {
|
|
319
|
+
"type": "integer"
|
|
320
|
+
},
|
|
321
|
+
"phone": {
|
|
322
|
+
"type": [
|
|
323
|
+
"null",
|
|
324
|
+
"string"
|
|
325
|
+
]
|
|
326
|
+
},
|
|
327
|
+
"sms_marketing_consent": {
|
|
328
|
+
"properties": {
|
|
329
|
+
"consent_collected_from": {
|
|
330
|
+
"type": "string"
|
|
331
|
+
},
|
|
332
|
+
"consent_updated_at": {
|
|
333
|
+
"format": "date-time",
|
|
334
|
+
"type": "string"
|
|
335
|
+
},
|
|
336
|
+
"opt_in_level": {
|
|
337
|
+
"type": "string"
|
|
338
|
+
},
|
|
339
|
+
"state": {
|
|
340
|
+
"type": "string"
|
|
341
|
+
}
|
|
130
342
|
},
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
343
|
+
"required": [
|
|
344
|
+
"consent_collected_from",
|
|
345
|
+
"consent_updated_at",
|
|
346
|
+
"opt_in_level",
|
|
347
|
+
"state"
|
|
348
|
+
],
|
|
349
|
+
"type": [
|
|
350
|
+
"null",
|
|
351
|
+
"object"
|
|
352
|
+
]
|
|
353
|
+
},
|
|
354
|
+
"state": {
|
|
355
|
+
"type": "string"
|
|
356
|
+
},
|
|
357
|
+
"tags": {
|
|
358
|
+
"type": "string"
|
|
359
|
+
},
|
|
360
|
+
"tax_exempt": {
|
|
361
|
+
"type": "boolean"
|
|
362
|
+
},
|
|
363
|
+
"tax_exemptions": {
|
|
364
|
+
"items": false,
|
|
365
|
+
"type": "array"
|
|
366
|
+
},
|
|
367
|
+
"total_spent": {
|
|
368
|
+
"type": "string"
|
|
369
|
+
},
|
|
370
|
+
"updated_at": {
|
|
371
|
+
"format": "date-time",
|
|
372
|
+
"type": [
|
|
373
|
+
"null",
|
|
374
|
+
"string"
|
|
375
|
+
]
|
|
376
|
+
},
|
|
377
|
+
"verified_email": {
|
|
378
|
+
"type": "boolean"
|
|
379
|
+
}
|
|
380
|
+
},
|
|
381
|
+
"required": [
|
|
382
|
+
"admin_graphql_api_id",
|
|
383
|
+
"created_at",
|
|
384
|
+
"currency",
|
|
385
|
+
"default_address",
|
|
386
|
+
"email",
|
|
387
|
+
"email_marketing_consent",
|
|
388
|
+
"first_name",
|
|
389
|
+
"id",
|
|
390
|
+
"last_name",
|
|
391
|
+
"last_order_id",
|
|
392
|
+
"last_order_name",
|
|
393
|
+
"multipass_identifier",
|
|
394
|
+
"note",
|
|
395
|
+
"orders_count",
|
|
396
|
+
"phone",
|
|
397
|
+
"sms_marketing_consent",
|
|
398
|
+
"state",
|
|
399
|
+
"tags",
|
|
400
|
+
"tax_exempt",
|
|
401
|
+
"tax_exemptions",
|
|
402
|
+
"total_spent",
|
|
403
|
+
"updated_at",
|
|
404
|
+
"verified_email"
|
|
405
|
+
],
|
|
406
|
+
"type": "object"
|
|
407
|
+
},
|
|
408
|
+
"customer_locale": {
|
|
409
|
+
"type": [
|
|
410
|
+
"null",
|
|
411
|
+
"string"
|
|
412
|
+
]
|
|
413
|
+
},
|
|
414
|
+
"device_id": {
|
|
415
|
+
"type": [
|
|
416
|
+
"null",
|
|
417
|
+
"string"
|
|
418
|
+
]
|
|
419
|
+
},
|
|
420
|
+
"discount_codes": {
|
|
421
|
+
"items": {
|
|
422
|
+
"properties": {
|
|
423
|
+
"amount": {
|
|
424
|
+
"type": "string"
|
|
136
425
|
},
|
|
137
|
-
"
|
|
426
|
+
"code": {
|
|
138
427
|
"type": "string"
|
|
139
428
|
},
|
|
429
|
+
"type": {
|
|
430
|
+
"type": "string"
|
|
431
|
+
}
|
|
432
|
+
},
|
|
433
|
+
"required": [
|
|
434
|
+
"amount",
|
|
435
|
+
"code",
|
|
436
|
+
"type"
|
|
437
|
+
],
|
|
438
|
+
"type": "object"
|
|
439
|
+
},
|
|
440
|
+
"type": "array"
|
|
441
|
+
},
|
|
442
|
+
"email": {
|
|
443
|
+
"type": [
|
|
444
|
+
"null",
|
|
445
|
+
"string"
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
"gateway": {
|
|
449
|
+
"type": [
|
|
450
|
+
"null",
|
|
451
|
+
"string"
|
|
452
|
+
]
|
|
453
|
+
},
|
|
454
|
+
"id": {
|
|
455
|
+
"type": "integer"
|
|
456
|
+
},
|
|
457
|
+
"landing_site": {
|
|
458
|
+
"type": [
|
|
459
|
+
"null",
|
|
460
|
+
"string"
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
"line_items": {
|
|
464
|
+
"items": {
|
|
465
|
+
"properties": {
|
|
140
466
|
"applied_discounts": {
|
|
141
|
-
"
|
|
142
|
-
"
|
|
467
|
+
"items": false,
|
|
468
|
+
"type": "array"
|
|
143
469
|
},
|
|
144
|
-
"
|
|
145
|
-
"type":
|
|
470
|
+
"compare_at_price": {
|
|
471
|
+
"type": [
|
|
472
|
+
"null",
|
|
473
|
+
"string"
|
|
474
|
+
]
|
|
146
475
|
},
|
|
147
|
-
"
|
|
476
|
+
"destination_location_id": {
|
|
148
477
|
"type": [
|
|
149
|
-
"
|
|
478
|
+
"integer",
|
|
150
479
|
"null"
|
|
151
480
|
]
|
|
152
481
|
},
|
|
153
|
-
"
|
|
154
|
-
"type": "array",
|
|
482
|
+
"discount_allocations": {
|
|
155
483
|
"items": {
|
|
156
|
-
"type": "object",
|
|
157
484
|
"properties": {
|
|
158
|
-
"
|
|
159
|
-
"type": "string"
|
|
160
|
-
},
|
|
161
|
-
"identifier": {
|
|
162
|
-
"type": "null"
|
|
163
|
-
},
|
|
164
|
-
"price": {
|
|
485
|
+
"amount": {
|
|
165
486
|
"type": "string"
|
|
166
487
|
},
|
|
167
|
-
"
|
|
168
|
-
"type": "boolean"
|
|
169
|
-
},
|
|
170
|
-
"compare_at": {
|
|
171
|
-
"type": [
|
|
172
|
-
"number",
|
|
173
|
-
"null"
|
|
174
|
-
]
|
|
175
|
-
},
|
|
176
|
-
"position": {
|
|
177
|
-
"type": "integer"
|
|
178
|
-
},
|
|
179
|
-
"source": {
|
|
488
|
+
"application_type": {
|
|
180
489
|
"type": "string"
|
|
181
490
|
},
|
|
182
|
-
"
|
|
183
|
-
"type": "number"
|
|
184
|
-
},
|
|
185
|
-
"zone": {
|
|
186
|
-
"type": [
|
|
187
|
-
"string",
|
|
188
|
-
"null"
|
|
189
|
-
]
|
|
190
|
-
},
|
|
191
|
-
"reporting_jurisdiction_code": {
|
|
192
|
-
"type": "null"
|
|
193
|
-
},
|
|
194
|
-
"reporting_non_taxable_amount": {
|
|
195
|
-
"type": "null"
|
|
196
|
-
},
|
|
197
|
-
"reporting_jurisdiction_name": {
|
|
198
|
-
"type": "null"
|
|
199
|
-
},
|
|
200
|
-
"reporting_jurisdiction_type": {
|
|
201
|
-
"type": "null"
|
|
202
|
-
},
|
|
203
|
-
"tax_type": {
|
|
204
|
-
"type": "null"
|
|
205
|
-
},
|
|
206
|
-
"reporting_taxable_amount": {
|
|
491
|
+
"created_at": {
|
|
207
492
|
"type": "null"
|
|
208
493
|
},
|
|
209
|
-
"
|
|
494
|
+
"description": {
|
|
210
495
|
"type": "string"
|
|
211
496
|
},
|
|
212
|
-
"
|
|
213
|
-
"type":
|
|
214
|
-
"integer",
|
|
215
|
-
"null"
|
|
216
|
-
]
|
|
217
|
-
},
|
|
218
|
-
"jurisdiction_source": {
|
|
219
|
-
"type": "null"
|
|
220
|
-
},
|
|
221
|
-
"jurisdiction_id": {
|
|
222
|
-
"type": "null"
|
|
223
|
-
},
|
|
224
|
-
"reporting_exempt_amount": {
|
|
225
|
-
"type": "null"
|
|
497
|
+
"discount_class": {
|
|
498
|
+
"type": "string"
|
|
226
499
|
},
|
|
227
|
-
"
|
|
500
|
+
"id": {
|
|
228
501
|
"type": "null"
|
|
229
502
|
}
|
|
230
503
|
},
|
|
231
504
|
"required": [
|
|
232
|
-
"
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
"zone"
|
|
241
|
-
]
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
|
-
"custom_tax_lines": {
|
|
245
|
-
"type": "null"
|
|
246
|
-
},
|
|
247
|
-
"carrier_service_id": {
|
|
248
|
-
"type": [
|
|
249
|
-
"string",
|
|
250
|
-
"null"
|
|
251
|
-
]
|
|
252
|
-
},
|
|
253
|
-
"requested_fulfillment_service_id": {
|
|
254
|
-
"type": "null"
|
|
255
|
-
},
|
|
256
|
-
"code": {
|
|
257
|
-
"type": "string"
|
|
258
|
-
},
|
|
259
|
-
"presentment_title": {
|
|
260
|
-
"type": [
|
|
261
|
-
"string",
|
|
262
|
-
"null"
|
|
263
|
-
]
|
|
264
|
-
},
|
|
265
|
-
"estimated_delivery_time_range": {
|
|
266
|
-
"type": "null"
|
|
267
|
-
},
|
|
268
|
-
"original_rate_price": {
|
|
269
|
-
"type": [
|
|
270
|
-
"string",
|
|
271
|
-
"null"
|
|
272
|
-
]
|
|
273
|
-
},
|
|
274
|
-
"delivery_option_group_type": {
|
|
275
|
-
"type": [
|
|
276
|
-
"string",
|
|
277
|
-
"null"
|
|
278
|
-
]
|
|
279
|
-
},
|
|
280
|
-
"delivery_option_group": {
|
|
281
|
-
"type": "object",
|
|
282
|
-
"properties": {
|
|
283
|
-
"type": {
|
|
284
|
-
"type": "string"
|
|
285
|
-
},
|
|
286
|
-
"token": {
|
|
287
|
-
"type": "string"
|
|
288
|
-
}
|
|
505
|
+
"amount",
|
|
506
|
+
"application_type",
|
|
507
|
+
"created_at",
|
|
508
|
+
"description",
|
|
509
|
+
"discount_class",
|
|
510
|
+
"id"
|
|
511
|
+
],
|
|
512
|
+
"type": "object"
|
|
289
513
|
},
|
|
290
|
-
"
|
|
291
|
-
"type",
|
|
292
|
-
"token"
|
|
293
|
-
]
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
"required": [
|
|
297
|
-
"carrier_identifier",
|
|
298
|
-
"delivery_expectation_range",
|
|
299
|
-
"price",
|
|
300
|
-
"api_client_id",
|
|
301
|
-
"delivery_category",
|
|
302
|
-
"source",
|
|
303
|
-
"original_shop_price",
|
|
304
|
-
"delivery_expectation_type",
|
|
305
|
-
"phone",
|
|
306
|
-
"validation_context",
|
|
307
|
-
"original_shop_markup",
|
|
308
|
-
"title",
|
|
309
|
-
"applied_discounts",
|
|
310
|
-
"markup",
|
|
311
|
-
"id",
|
|
312
|
-
"tax_lines",
|
|
313
|
-
"custom_tax_lines",
|
|
314
|
-
"carrier_service_id",
|
|
315
|
-
"requested_fulfillment_service_id",
|
|
316
|
-
"code",
|
|
317
|
-
"presentment_title"
|
|
318
|
-
]
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
"taxes_included": {
|
|
322
|
-
"type": "boolean"
|
|
323
|
-
},
|
|
324
|
-
"total_weight": {
|
|
325
|
-
"type": "integer"
|
|
326
|
-
},
|
|
327
|
-
"currency": {
|
|
328
|
-
"type": "string"
|
|
329
|
-
},
|
|
330
|
-
"completed_at": {
|
|
331
|
-
"type": [
|
|
332
|
-
"string",
|
|
333
|
-
"null"
|
|
334
|
-
],
|
|
335
|
-
"format": "date-time"
|
|
336
|
-
},
|
|
337
|
-
"closed_at": {
|
|
338
|
-
"type": [
|
|
339
|
-
"string",
|
|
340
|
-
"null"
|
|
341
|
-
],
|
|
342
|
-
"format": "date-time"
|
|
343
|
-
},
|
|
344
|
-
"user_id": {
|
|
345
|
-
"type": [
|
|
346
|
-
"integer",
|
|
347
|
-
"null"
|
|
348
|
-
]
|
|
349
|
-
},
|
|
350
|
-
"location_id": {
|
|
351
|
-
"type": [
|
|
352
|
-
"integer",
|
|
353
|
-
"null"
|
|
354
|
-
]
|
|
355
|
-
},
|
|
356
|
-
"source_identifier": {
|
|
357
|
-
"type": [
|
|
358
|
-
"string",
|
|
359
|
-
"null"
|
|
360
|
-
]
|
|
361
|
-
},
|
|
362
|
-
"source_url": {
|
|
363
|
-
"type": [
|
|
364
|
-
"string",
|
|
365
|
-
"null"
|
|
366
|
-
],
|
|
367
|
-
"format": "uri"
|
|
368
|
-
},
|
|
369
|
-
"device_id": {
|
|
370
|
-
"type": [
|
|
371
|
-
"string",
|
|
372
|
-
"null"
|
|
373
|
-
]
|
|
374
|
-
},
|
|
375
|
-
"phone": {
|
|
376
|
-
"type": [
|
|
377
|
-
"string",
|
|
378
|
-
"null"
|
|
379
|
-
]
|
|
380
|
-
},
|
|
381
|
-
"customer_locale": {
|
|
382
|
-
"type": [
|
|
383
|
-
"string",
|
|
384
|
-
"null"
|
|
385
|
-
]
|
|
386
|
-
},
|
|
387
|
-
"line_items": {
|
|
388
|
-
"type": "array",
|
|
389
|
-
"items": {
|
|
390
|
-
"type": "object",
|
|
391
|
-
"properties": {
|
|
392
|
-
"applied_discounts": {
|
|
393
|
-
"type": "array",
|
|
394
|
-
"items": false
|
|
395
|
-
},
|
|
396
|
-
"key": {
|
|
397
|
-
"type": "string"
|
|
398
|
-
},
|
|
399
|
-
"destination_location_id": {
|
|
400
|
-
"type": [
|
|
401
|
-
"integer",
|
|
402
|
-
"null"
|
|
403
|
-
]
|
|
514
|
+
"type": "array"
|
|
404
515
|
},
|
|
405
516
|
"fulfillment_service": {
|
|
406
517
|
"type": "string"
|
|
@@ -411,6 +522,15 @@
|
|
|
411
522
|
"grams": {
|
|
412
523
|
"type": "integer"
|
|
413
524
|
},
|
|
525
|
+
"id": {
|
|
526
|
+
"type": "string"
|
|
527
|
+
},
|
|
528
|
+
"key": {
|
|
529
|
+
"type": "string"
|
|
530
|
+
},
|
|
531
|
+
"line_price": {
|
|
532
|
+
"type": "string"
|
|
533
|
+
},
|
|
414
534
|
"origin_location_id": {
|
|
415
535
|
"type": [
|
|
416
536
|
"integer",
|
|
@@ -423,16 +543,14 @@
|
|
|
423
543
|
"presentment_variant_title": {
|
|
424
544
|
"type": "string"
|
|
425
545
|
},
|
|
546
|
+
"price": {
|
|
547
|
+
"type": "string"
|
|
548
|
+
},
|
|
426
549
|
"product_id": {
|
|
427
550
|
"type": "integer"
|
|
428
551
|
},
|
|
429
552
|
"properties": {
|
|
430
|
-
"type": [
|
|
431
|
-
"array",
|
|
432
|
-
"null"
|
|
433
|
-
],
|
|
434
553
|
"items": {
|
|
435
|
-
"type": "object",
|
|
436
554
|
"properties": {
|
|
437
555
|
"name": {
|
|
438
556
|
"type": "string"
|
|
@@ -444,12 +562,23 @@
|
|
|
444
562
|
"required": [
|
|
445
563
|
"name",
|
|
446
564
|
"value"
|
|
447
|
-
]
|
|
448
|
-
|
|
565
|
+
],
|
|
566
|
+
"type": "object"
|
|
567
|
+
},
|
|
568
|
+
"type": [
|
|
569
|
+
"array",
|
|
570
|
+
"null"
|
|
571
|
+
]
|
|
449
572
|
},
|
|
450
573
|
"quantity": {
|
|
451
574
|
"type": "integer"
|
|
452
575
|
},
|
|
576
|
+
"rank": {
|
|
577
|
+
"type": [
|
|
578
|
+
"integer",
|
|
579
|
+
"null"
|
|
580
|
+
]
|
|
581
|
+
},
|
|
453
582
|
"requires_shipping": {
|
|
454
583
|
"type": "boolean"
|
|
455
584
|
},
|
|
@@ -457,93 +586,76 @@
|
|
|
457
586
|
"type": "string"
|
|
458
587
|
},
|
|
459
588
|
"tax_lines": {
|
|
460
|
-
"type": "array",
|
|
461
589
|
"items": {
|
|
462
|
-
"type": "object",
|
|
463
590
|
"properties": {
|
|
464
|
-
"
|
|
465
|
-
"type": "
|
|
466
|
-
},
|
|
467
|
-
"position": {
|
|
468
|
-
"type": "integer"
|
|
469
|
-
},
|
|
470
|
-
"rate": {
|
|
471
|
-
"type": "number"
|
|
472
|
-
},
|
|
473
|
-
"title": {
|
|
474
|
-
"type": "string"
|
|
475
|
-
},
|
|
476
|
-
"source": {
|
|
477
|
-
"type": "string"
|
|
478
|
-
},
|
|
479
|
-
"zone": {
|
|
480
|
-
"type": [
|
|
481
|
-
"string",
|
|
482
|
-
"null"
|
|
483
|
-
]
|
|
591
|
+
"channel_liable": {
|
|
592
|
+
"type": "boolean"
|
|
484
593
|
},
|
|
485
594
|
"compare_at": {
|
|
486
595
|
"type": [
|
|
487
|
-
"
|
|
488
|
-
"
|
|
596
|
+
"null",
|
|
597
|
+
"number"
|
|
489
598
|
]
|
|
490
599
|
},
|
|
491
|
-
"channel_liable": {
|
|
492
|
-
"type": "boolean"
|
|
493
|
-
},
|
|
494
600
|
"identifier": {
|
|
495
601
|
"type": "null"
|
|
496
602
|
},
|
|
497
|
-
"tax_type": {
|
|
498
|
-
"type": "null"
|
|
499
|
-
},
|
|
500
|
-
"tax_registration_id": {
|
|
501
|
-
"type": "null"
|
|
502
|
-
},
|
|
503
603
|
"jurisdiction_id": {
|
|
504
604
|
"type": [
|
|
505
|
-
"
|
|
506
|
-
"
|
|
507
|
-
]
|
|
508
|
-
},
|
|
509
|
-
"jurisdiction_type": {
|
|
510
|
-
"type": [
|
|
511
|
-
"string",
|
|
512
|
-
"null"
|
|
605
|
+
"null",
|
|
606
|
+
"string"
|
|
513
607
|
]
|
|
514
608
|
},
|
|
515
609
|
"jurisdiction_source": {
|
|
516
610
|
"type": [
|
|
517
|
-
"
|
|
518
|
-
"
|
|
611
|
+
"null",
|
|
612
|
+
"string"
|
|
519
613
|
]
|
|
520
614
|
},
|
|
521
|
-
"
|
|
615
|
+
"jurisdiction_type": {
|
|
522
616
|
"type": [
|
|
523
|
-
"
|
|
524
|
-
"
|
|
617
|
+
"null",
|
|
618
|
+
"string"
|
|
525
619
|
]
|
|
526
620
|
},
|
|
527
|
-
"
|
|
528
|
-
"type":
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
621
|
+
"position": {
|
|
622
|
+
"type": "integer"
|
|
623
|
+
},
|
|
624
|
+
"price": {
|
|
625
|
+
"type": "string"
|
|
626
|
+
},
|
|
627
|
+
"rate": {
|
|
628
|
+
"type": "number"
|
|
532
629
|
},
|
|
533
630
|
"reporting_exempt_amount": {
|
|
534
631
|
"type": [
|
|
535
|
-
"
|
|
536
|
-
"
|
|
632
|
+
"null",
|
|
633
|
+
"string"
|
|
537
634
|
]
|
|
538
635
|
},
|
|
636
|
+
"reporting_jurisdiction_code": {
|
|
637
|
+
"type": "null"
|
|
638
|
+
},
|
|
539
639
|
"reporting_jurisdiction_name": {
|
|
540
640
|
"type": "null"
|
|
541
641
|
},
|
|
542
642
|
"reporting_jurisdiction_type": {
|
|
543
643
|
"type": "null"
|
|
544
644
|
},
|
|
545
|
-
"
|
|
546
|
-
"type":
|
|
645
|
+
"reporting_non_taxable_amount": {
|
|
646
|
+
"type": [
|
|
647
|
+
"null",
|
|
648
|
+
"string"
|
|
649
|
+
]
|
|
650
|
+
},
|
|
651
|
+
"reporting_taxable_amount": {
|
|
652
|
+
"type": [
|
|
653
|
+
"null",
|
|
654
|
+
"string"
|
|
655
|
+
]
|
|
656
|
+
},
|
|
657
|
+
"source": {
|
|
658
|
+
"type": "string"
|
|
547
659
|
},
|
|
548
660
|
"tax_api_client_id": {
|
|
549
661
|
"type": [
|
|
@@ -553,19 +665,36 @@
|
|
|
553
665
|
},
|
|
554
666
|
"tax_calculation_price": {
|
|
555
667
|
"type": "string"
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
"
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
"
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
"
|
|
567
|
-
|
|
568
|
-
|
|
668
|
+
},
|
|
669
|
+
"tax_registration_id": {
|
|
670
|
+
"type": "null"
|
|
671
|
+
},
|
|
672
|
+
"tax_type": {
|
|
673
|
+
"type": "null"
|
|
674
|
+
},
|
|
675
|
+
"title": {
|
|
676
|
+
"type": "string"
|
|
677
|
+
},
|
|
678
|
+
"zone": {
|
|
679
|
+
"type": [
|
|
680
|
+
"null",
|
|
681
|
+
"string"
|
|
682
|
+
]
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"required": [
|
|
686
|
+
"channel_liable",
|
|
687
|
+
"compare_at",
|
|
688
|
+
"position",
|
|
689
|
+
"price",
|
|
690
|
+
"rate",
|
|
691
|
+
"source",
|
|
692
|
+
"title",
|
|
693
|
+
"zone"
|
|
694
|
+
],
|
|
695
|
+
"type": "object"
|
|
696
|
+
},
|
|
697
|
+
"type": "array"
|
|
569
698
|
},
|
|
570
699
|
"taxable": {
|
|
571
700
|
"type": "boolean"
|
|
@@ -573,726 +702,597 @@
|
|
|
573
702
|
"title": {
|
|
574
703
|
"type": "string"
|
|
575
704
|
},
|
|
576
|
-
"variant_id": {
|
|
577
|
-
"type": "integer"
|
|
578
|
-
},
|
|
579
|
-
"variant_title": {
|
|
580
|
-
"type": "string"
|
|
581
|
-
},
|
|
582
|
-
"variant_price": {
|
|
583
|
-
"type": "string"
|
|
584
|
-
},
|
|
585
|
-
"vendor": {
|
|
586
|
-
"type": "string"
|
|
587
|
-
},
|
|
588
|
-
"user_id": {
|
|
589
|
-
"type": "null"
|
|
590
|
-
},
|
|
591
705
|
"unit_price_measurement": {
|
|
592
|
-
"type": "object",
|
|
593
706
|
"properties": {
|
|
594
707
|
"measured_type": {
|
|
595
708
|
"type": "null"
|
|
596
709
|
},
|
|
597
|
-
"quantity_value": {
|
|
598
|
-
"type": "null"
|
|
599
|
-
},
|
|
600
710
|
"quantity_unit": {
|
|
601
711
|
"type": "null"
|
|
602
712
|
},
|
|
603
|
-
"
|
|
713
|
+
"quantity_value": {
|
|
604
714
|
"type": "null"
|
|
605
715
|
},
|
|
606
716
|
"reference_unit": {
|
|
607
717
|
"type": "null"
|
|
718
|
+
},
|
|
719
|
+
"reference_value": {
|
|
720
|
+
"type": "null"
|
|
608
721
|
}
|
|
609
722
|
},
|
|
610
723
|
"required": [
|
|
611
724
|
"measured_type",
|
|
612
|
-
"quantity_value",
|
|
613
725
|
"quantity_unit",
|
|
614
|
-
"
|
|
615
|
-
"reference_unit"
|
|
616
|
-
|
|
726
|
+
"quantity_value",
|
|
727
|
+
"reference_unit",
|
|
728
|
+
"reference_value"
|
|
729
|
+
],
|
|
730
|
+
"type": "object"
|
|
617
731
|
},
|
|
618
|
-
"
|
|
619
|
-
"type":
|
|
620
|
-
"integer",
|
|
621
|
-
"null"
|
|
622
|
-
]
|
|
732
|
+
"user_id": {
|
|
733
|
+
"type": "null"
|
|
623
734
|
},
|
|
624
|
-
"
|
|
625
|
-
"type":
|
|
626
|
-
"string",
|
|
627
|
-
"null"
|
|
628
|
-
]
|
|
735
|
+
"variant_id": {
|
|
736
|
+
"type": "integer"
|
|
629
737
|
},
|
|
630
|
-
"
|
|
738
|
+
"variant_price": {
|
|
631
739
|
"type": "string"
|
|
632
740
|
},
|
|
633
|
-
"
|
|
741
|
+
"variant_title": {
|
|
634
742
|
"type": "string"
|
|
635
743
|
},
|
|
636
|
-
"
|
|
744
|
+
"vendor": {
|
|
637
745
|
"type": "string"
|
|
638
|
-
},
|
|
639
|
-
"discount_allocations": {
|
|
640
|
-
"type": "array",
|
|
641
|
-
"items": {
|
|
642
|
-
"type": "object",
|
|
643
|
-
"properties": {
|
|
644
|
-
"id": {
|
|
645
|
-
"type": "null"
|
|
646
|
-
},
|
|
647
|
-
"amount": {
|
|
648
|
-
"type": "string"
|
|
649
|
-
},
|
|
650
|
-
"application_type": {
|
|
651
|
-
"type": "string"
|
|
652
|
-
},
|
|
653
|
-
"created_at": {
|
|
654
|
-
"type": "null"
|
|
655
|
-
},
|
|
656
|
-
"description": {
|
|
657
|
-
"type": "string"
|
|
658
|
-
},
|
|
659
|
-
"discount_class": {
|
|
660
|
-
"type": "string"
|
|
661
|
-
}
|
|
662
|
-
},
|
|
663
|
-
"required": [
|
|
664
|
-
"id",
|
|
665
|
-
"amount",
|
|
666
|
-
"application_type",
|
|
667
|
-
"created_at",
|
|
668
|
-
"description",
|
|
669
|
-
"discount_class"
|
|
670
|
-
]
|
|
671
|
-
}
|
|
672
746
|
}
|
|
673
747
|
},
|
|
674
748
|
"required": [
|
|
675
749
|
"applied_discounts",
|
|
676
|
-
"
|
|
750
|
+
"compare_at_price",
|
|
677
751
|
"destination_location_id",
|
|
678
752
|
"fulfillment_service",
|
|
679
753
|
"gift_card",
|
|
680
754
|
"grams",
|
|
755
|
+
"key",
|
|
756
|
+
"line_price",
|
|
681
757
|
"origin_location_id",
|
|
682
758
|
"presentment_title",
|
|
683
759
|
"presentment_variant_title",
|
|
760
|
+
"price",
|
|
684
761
|
"product_id",
|
|
685
762
|
"properties",
|
|
686
763
|
"quantity",
|
|
764
|
+
"rank",
|
|
687
765
|
"requires_shipping",
|
|
688
766
|
"sku",
|
|
689
767
|
"tax_lines",
|
|
690
768
|
"taxable",
|
|
691
769
|
"title",
|
|
770
|
+
"unit_price_measurement",
|
|
771
|
+
"user_id",
|
|
692
772
|
"variant_id",
|
|
693
|
-
"variant_title",
|
|
694
773
|
"variant_price",
|
|
695
|
-
"
|
|
696
|
-
"
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
"price"
|
|
702
|
-
]
|
|
703
|
-
}
|
|
704
|
-
},
|
|
705
|
-
"name": {
|
|
706
|
-
"type": "string"
|
|
774
|
+
"variant_title",
|
|
775
|
+
"vendor"
|
|
776
|
+
],
|
|
777
|
+
"type": "object"
|
|
778
|
+
},
|
|
779
|
+
"type": "array"
|
|
707
780
|
},
|
|
708
|
-
"
|
|
781
|
+
"location_id": {
|
|
709
782
|
"type": [
|
|
710
|
-
"
|
|
783
|
+
"integer",
|
|
711
784
|
"null"
|
|
712
785
|
]
|
|
713
786
|
},
|
|
714
|
-
"
|
|
715
|
-
"type": "string"
|
|
716
|
-
"format": "uri"
|
|
787
|
+
"name": {
|
|
788
|
+
"type": "string"
|
|
717
789
|
},
|
|
718
|
-
"
|
|
719
|
-
"type":
|
|
720
|
-
|
|
721
|
-
"
|
|
722
|
-
|
|
723
|
-
"amount": {
|
|
724
|
-
"type": "string"
|
|
725
|
-
},
|
|
726
|
-
"code": {
|
|
727
|
-
"type": "string"
|
|
728
|
-
},
|
|
729
|
-
"type": {
|
|
730
|
-
"type": "string"
|
|
731
|
-
}
|
|
732
|
-
},
|
|
733
|
-
"required": [
|
|
734
|
-
"amount",
|
|
735
|
-
"code",
|
|
736
|
-
"type"
|
|
737
|
-
]
|
|
738
|
-
}
|
|
790
|
+
"note": {
|
|
791
|
+
"type": [
|
|
792
|
+
"null",
|
|
793
|
+
"string"
|
|
794
|
+
]
|
|
739
795
|
},
|
|
740
|
-
"
|
|
741
|
-
"type": "array",
|
|
796
|
+
"note_attributes": {
|
|
742
797
|
"items": {
|
|
743
|
-
"type": "object",
|
|
744
798
|
"properties": {
|
|
745
|
-
"
|
|
799
|
+
"name": {
|
|
746
800
|
"type": "string"
|
|
747
801
|
},
|
|
748
|
-
"
|
|
749
|
-
"type": "number"
|
|
750
|
-
},
|
|
751
|
-
"title": {
|
|
802
|
+
"value": {
|
|
752
803
|
"type": "string"
|
|
753
|
-
},
|
|
754
|
-
"channel_liable": {
|
|
755
|
-
"type": "boolean"
|
|
756
804
|
}
|
|
757
805
|
},
|
|
758
806
|
"required": [
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
},
|
|
766
|
-
"source_name": {
|
|
767
|
-
"type": "string"
|
|
768
|
-
},
|
|
769
|
-
"presentment_currency": {
|
|
770
|
-
"type": "string"
|
|
771
|
-
},
|
|
772
|
-
"buyer_accepts_sms_marketing": {
|
|
773
|
-
"type": "boolean"
|
|
807
|
+
"name",
|
|
808
|
+
"value"
|
|
809
|
+
],
|
|
810
|
+
"type": "object"
|
|
811
|
+
},
|
|
812
|
+
"type": "array"
|
|
774
813
|
},
|
|
775
|
-
"
|
|
814
|
+
"phone": {
|
|
776
815
|
"type": [
|
|
777
|
-
"
|
|
778
|
-
"
|
|
816
|
+
"null",
|
|
817
|
+
"string"
|
|
779
818
|
]
|
|
780
819
|
},
|
|
781
|
-
"
|
|
782
|
-
"type": "string"
|
|
783
|
-
},
|
|
784
|
-
"total_line_items_price": {
|
|
785
|
-
"type": "string"
|
|
786
|
-
},
|
|
787
|
-
"total_price": {
|
|
788
|
-
"type": "string"
|
|
789
|
-
},
|
|
790
|
-
"total_tax": {
|
|
791
|
-
"type": "string"
|
|
792
|
-
},
|
|
793
|
-
"subtotal_price": {
|
|
820
|
+
"presentment_currency": {
|
|
794
821
|
"type": "string"
|
|
795
822
|
},
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"type": "string"
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
"type": "string"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"type": "string"
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
"type": "string"
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"type": "string"
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"type": "string"
|
|
818
|
-
}
|
|
823
|
+
"referring_site": {
|
|
824
|
+
"type": [
|
|
825
|
+
"null",
|
|
826
|
+
"string"
|
|
819
827
|
]
|
|
820
828
|
},
|
|
821
|
-
"
|
|
822
|
-
"type": "object",
|
|
829
|
+
"shipping_address": {
|
|
823
830
|
"properties": {
|
|
824
|
-
"first_name": {
|
|
825
|
-
"type": "string"
|
|
826
|
-
},
|
|
827
831
|
"address1": {
|
|
828
832
|
"type": "string"
|
|
829
833
|
},
|
|
830
|
-
"
|
|
831
|
-
"type":
|
|
834
|
+
"address2": {
|
|
835
|
+
"type": [
|
|
836
|
+
"null",
|
|
837
|
+
"string"
|
|
838
|
+
]
|
|
832
839
|
},
|
|
833
840
|
"city": {
|
|
834
841
|
"type": "string"
|
|
835
842
|
},
|
|
836
|
-
"
|
|
837
|
-
"type": "string"
|
|
838
|
-
},
|
|
839
|
-
"province": {
|
|
843
|
+
"company": {
|
|
840
844
|
"type": [
|
|
841
|
-
"
|
|
842
|
-
"
|
|
845
|
+
"null",
|
|
846
|
+
"string"
|
|
843
847
|
]
|
|
844
848
|
},
|
|
845
849
|
"country": {
|
|
846
850
|
"type": "string"
|
|
847
851
|
},
|
|
848
|
-
"
|
|
852
|
+
"country_code": {
|
|
849
853
|
"type": "string"
|
|
850
854
|
},
|
|
851
|
-
"
|
|
852
|
-
"type":
|
|
853
|
-
"string",
|
|
854
|
-
"null"
|
|
855
|
-
]
|
|
855
|
+
"first_name": {
|
|
856
|
+
"type": "string"
|
|
856
857
|
},
|
|
857
|
-
"
|
|
858
|
-
"type":
|
|
859
|
-
"string",
|
|
860
|
-
"null"
|
|
861
|
-
]
|
|
858
|
+
"last_name": {
|
|
859
|
+
"type": "string"
|
|
862
860
|
},
|
|
863
861
|
"latitude": {
|
|
864
862
|
"type": [
|
|
865
|
-
"
|
|
866
|
-
"
|
|
863
|
+
"null",
|
|
864
|
+
"number"
|
|
867
865
|
]
|
|
868
866
|
},
|
|
869
867
|
"longitude": {
|
|
870
868
|
"type": [
|
|
871
|
-
"
|
|
872
|
-
"
|
|
869
|
+
"null",
|
|
870
|
+
"number"
|
|
873
871
|
]
|
|
874
872
|
},
|
|
875
873
|
"name": {
|
|
876
874
|
"type": "string"
|
|
877
875
|
},
|
|
878
|
-
"
|
|
876
|
+
"phone": {
|
|
877
|
+
"type": "string"
|
|
878
|
+
},
|
|
879
|
+
"province": {
|
|
879
880
|
"type": "string"
|
|
880
881
|
},
|
|
881
882
|
"province_code": {
|
|
882
|
-
"type": [
|
|
883
|
-
"string",
|
|
884
|
-
"null"
|
|
885
|
-
]
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
|
-
"required": [
|
|
889
|
-
"first_name",
|
|
890
|
-
"address1",
|
|
891
|
-
"phone",
|
|
892
|
-
"city",
|
|
893
|
-
"zip",
|
|
894
|
-
"province",
|
|
895
|
-
"country",
|
|
896
|
-
"last_name",
|
|
897
|
-
"address2",
|
|
898
|
-
"company",
|
|
899
|
-
"latitude",
|
|
900
|
-
"longitude",
|
|
901
|
-
"name",
|
|
902
|
-
"country_code",
|
|
903
|
-
"province_code"
|
|
904
|
-
]
|
|
905
|
-
},
|
|
906
|
-
"shipping_address": {
|
|
907
|
-
"type": "object",
|
|
908
|
-
"properties": {
|
|
909
|
-
"first_name": {
|
|
910
|
-
"type": "string"
|
|
911
|
-
},
|
|
912
|
-
"address1": {
|
|
913
|
-
"type": "string"
|
|
914
|
-
},
|
|
915
|
-
"phone": {
|
|
916
|
-
"type": "string"
|
|
917
|
-
},
|
|
918
|
-
"city": {
|
|
919
883
|
"type": "string"
|
|
920
884
|
},
|
|
921
885
|
"zip": {
|
|
922
886
|
"type": "string"
|
|
923
|
-
},
|
|
924
|
-
"province": {
|
|
925
|
-
"type": "string"
|
|
926
|
-
},
|
|
927
|
-
"country": {
|
|
928
|
-
"type": "string"
|
|
929
|
-
},
|
|
930
|
-
"last_name": {
|
|
931
|
-
"type": "string"
|
|
932
|
-
},
|
|
933
|
-
"address2": {
|
|
934
|
-
"type": [
|
|
935
|
-
"string",
|
|
936
|
-
"null"
|
|
937
|
-
]
|
|
938
|
-
},
|
|
939
|
-
"company": {
|
|
940
|
-
"type": [
|
|
941
|
-
"string",
|
|
942
|
-
"null"
|
|
943
|
-
]
|
|
944
|
-
},
|
|
945
|
-
"latitude": {
|
|
946
|
-
"type": [
|
|
947
|
-
"number",
|
|
948
|
-
"null"
|
|
949
|
-
]
|
|
950
|
-
},
|
|
951
|
-
"longitude": {
|
|
952
|
-
"type": [
|
|
953
|
-
"number",
|
|
954
|
-
"null"
|
|
955
|
-
]
|
|
956
|
-
},
|
|
957
|
-
"name": {
|
|
958
|
-
"type": "string"
|
|
959
|
-
},
|
|
960
|
-
"country_code": {
|
|
961
|
-
"type": "string"
|
|
962
|
-
},
|
|
963
|
-
"province_code": {
|
|
964
|
-
"type": "string"
|
|
965
887
|
}
|
|
966
|
-
}
|
|
888
|
+
},
|
|
889
|
+
"type": "object"
|
|
967
890
|
},
|
|
968
|
-
"
|
|
969
|
-
"
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
"
|
|
979
|
-
"
|
|
980
|
-
"
|
|
981
|
-
|
|
982
|
-
"
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
"last_order_id": {
|
|
1007
|
-
"type": [
|
|
1008
|
-
"integer",
|
|
1009
|
-
"null"
|
|
1010
|
-
]
|
|
1011
|
-
},
|
|
1012
|
-
"note": {
|
|
1013
|
-
"type": [
|
|
1014
|
-
"string",
|
|
1015
|
-
"null"
|
|
1016
|
-
]
|
|
1017
|
-
},
|
|
1018
|
-
"verified_email": {
|
|
1019
|
-
"type": "boolean"
|
|
1020
|
-
},
|
|
1021
|
-
"multipass_identifier": {
|
|
1022
|
-
"type": [
|
|
1023
|
-
"string",
|
|
1024
|
-
"null"
|
|
1025
|
-
]
|
|
1026
|
-
},
|
|
1027
|
-
"tax_exempt": {
|
|
1028
|
-
"type": "boolean"
|
|
1029
|
-
},
|
|
1030
|
-
"tags": {
|
|
1031
|
-
"type": "string"
|
|
1032
|
-
},
|
|
1033
|
-
"last_order_name": {
|
|
1034
|
-
"type": [
|
|
1035
|
-
"string",
|
|
1036
|
-
"null"
|
|
1037
|
-
]
|
|
1038
|
-
},
|
|
1039
|
-
"currency": {
|
|
1040
|
-
"type": "string"
|
|
1041
|
-
},
|
|
1042
|
-
"phone": {
|
|
1043
|
-
"type": [
|
|
1044
|
-
"string",
|
|
1045
|
-
"null"
|
|
1046
|
-
]
|
|
1047
|
-
},
|
|
1048
|
-
"tax_exemptions": {
|
|
1049
|
-
"type": "array",
|
|
1050
|
-
"items": false
|
|
1051
|
-
},
|
|
1052
|
-
"email_marketing_consent": {
|
|
1053
|
-
"type": "object",
|
|
1054
|
-
"properties": {
|
|
1055
|
-
"state": {
|
|
1056
|
-
"type": "string"
|
|
891
|
+
"shipping_lines": {
|
|
892
|
+
"items": {
|
|
893
|
+
"properties": {
|
|
894
|
+
"api_client_id": {
|
|
895
|
+
"format": "date-time",
|
|
896
|
+
"type": [
|
|
897
|
+
"null",
|
|
898
|
+
"string"
|
|
899
|
+
]
|
|
900
|
+
},
|
|
901
|
+
"applied_discounts": {
|
|
902
|
+
"items": false,
|
|
903
|
+
"type": "array"
|
|
904
|
+
},
|
|
905
|
+
"carrier_identifier": {
|
|
906
|
+
"type": [
|
|
907
|
+
"null",
|
|
908
|
+
"string"
|
|
909
|
+
]
|
|
910
|
+
},
|
|
911
|
+
"carrier_service_id": {
|
|
912
|
+
"type": [
|
|
913
|
+
"null",
|
|
914
|
+
"string"
|
|
915
|
+
]
|
|
916
|
+
},
|
|
917
|
+
"code": {
|
|
918
|
+
"type": "string"
|
|
919
|
+
},
|
|
920
|
+
"custom_tax_lines": {
|
|
921
|
+
"type": "null"
|
|
922
|
+
},
|
|
923
|
+
"delivery_category": {
|
|
924
|
+
"type": "null"
|
|
925
|
+
},
|
|
926
|
+
"delivery_expectation_range": {
|
|
927
|
+
"items": {
|
|
928
|
+
"type": "integer"
|
|
1057
929
|
},
|
|
1058
|
-
"
|
|
1059
|
-
"
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
930
|
+
"type": [
|
|
931
|
+
"array",
|
|
932
|
+
"null"
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
"delivery_expectation_type": {
|
|
936
|
+
"type": [
|
|
937
|
+
"null",
|
|
938
|
+
"string"
|
|
939
|
+
]
|
|
940
|
+
},
|
|
941
|
+
"delivery_option_group": {
|
|
942
|
+
"properties": {
|
|
943
|
+
"token": {
|
|
944
|
+
"type": "string"
|
|
945
|
+
},
|
|
946
|
+
"type": {
|
|
947
|
+
"type": "string"
|
|
948
|
+
}
|
|
1063
949
|
},
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1066
|
-
|
|
1067
|
-
|
|
950
|
+
"required": [
|
|
951
|
+
"token",
|
|
952
|
+
"type"
|
|
953
|
+
],
|
|
954
|
+
"type": "object"
|
|
955
|
+
},
|
|
956
|
+
"delivery_option_group_type": {
|
|
957
|
+
"type": [
|
|
958
|
+
"null",
|
|
959
|
+
"string"
|
|
960
|
+
]
|
|
961
|
+
},
|
|
962
|
+
"estimated_delivery_time_range": {
|
|
963
|
+
"type": "null"
|
|
964
|
+
},
|
|
965
|
+
"id": {
|
|
966
|
+
"type": [
|
|
967
|
+
"null",
|
|
968
|
+
"string"
|
|
969
|
+
]
|
|
970
|
+
},
|
|
971
|
+
"markup": {
|
|
972
|
+
"type": "string"
|
|
973
|
+
},
|
|
974
|
+
"original_rate_price": {
|
|
975
|
+
"type": [
|
|
976
|
+
"null",
|
|
977
|
+
"string"
|
|
978
|
+
]
|
|
979
|
+
},
|
|
980
|
+
"original_shop_markup": {
|
|
981
|
+
"type": [
|
|
982
|
+
"null",
|
|
983
|
+
"string"
|
|
984
|
+
]
|
|
985
|
+
},
|
|
986
|
+
"original_shop_price": {
|
|
987
|
+
"type": [
|
|
988
|
+
"null",
|
|
989
|
+
"string"
|
|
990
|
+
]
|
|
991
|
+
},
|
|
992
|
+
"phone": {
|
|
993
|
+
"type": [
|
|
994
|
+
"null",
|
|
995
|
+
"string"
|
|
996
|
+
]
|
|
997
|
+
},
|
|
998
|
+
"presentment_title": {
|
|
999
|
+
"type": [
|
|
1000
|
+
"null",
|
|
1001
|
+
"string"
|
|
1002
|
+
]
|
|
1003
|
+
},
|
|
1004
|
+
"price": {
|
|
1005
|
+
"type": "string"
|
|
1006
|
+
},
|
|
1007
|
+
"requested_fulfillment_service_id": {
|
|
1008
|
+
"type": "null"
|
|
1009
|
+
},
|
|
1010
|
+
"source": {
|
|
1011
|
+
"type": "string"
|
|
1012
|
+
},
|
|
1013
|
+
"tax_lines": {
|
|
1014
|
+
"items": {
|
|
1015
|
+
"properties": {
|
|
1016
|
+
"channel_liable": {
|
|
1017
|
+
"type": "boolean"
|
|
1018
|
+
},
|
|
1019
|
+
"compare_at": {
|
|
1020
|
+
"type": [
|
|
1021
|
+
"null",
|
|
1022
|
+
"number"
|
|
1023
|
+
]
|
|
1024
|
+
},
|
|
1025
|
+
"identifier": {
|
|
1026
|
+
"type": "null"
|
|
1027
|
+
},
|
|
1028
|
+
"jurisdiction_id": {
|
|
1029
|
+
"type": "null"
|
|
1030
|
+
},
|
|
1031
|
+
"jurisdiction_source": {
|
|
1032
|
+
"type": "null"
|
|
1033
|
+
},
|
|
1034
|
+
"jurisdiction_type": {
|
|
1035
|
+
"type": "null"
|
|
1036
|
+
},
|
|
1037
|
+
"position": {
|
|
1038
|
+
"type": "integer"
|
|
1039
|
+
},
|
|
1040
|
+
"price": {
|
|
1041
|
+
"type": "string"
|
|
1042
|
+
},
|
|
1043
|
+
"rate": {
|
|
1044
|
+
"type": "number"
|
|
1045
|
+
},
|
|
1046
|
+
"reporting_exempt_amount": {
|
|
1047
|
+
"type": "null"
|
|
1048
|
+
},
|
|
1049
|
+
"reporting_jurisdiction_code": {
|
|
1050
|
+
"type": "null"
|
|
1051
|
+
},
|
|
1052
|
+
"reporting_jurisdiction_name": {
|
|
1053
|
+
"type": "null"
|
|
1054
|
+
},
|
|
1055
|
+
"reporting_jurisdiction_type": {
|
|
1056
|
+
"type": "null"
|
|
1057
|
+
},
|
|
1058
|
+
"reporting_non_taxable_amount": {
|
|
1059
|
+
"type": "null"
|
|
1060
|
+
},
|
|
1061
|
+
"reporting_taxable_amount": {
|
|
1062
|
+
"type": "null"
|
|
1063
|
+
},
|
|
1064
|
+
"source": {
|
|
1065
|
+
"type": "string"
|
|
1066
|
+
},
|
|
1067
|
+
"tax_api_client_id": {
|
|
1068
|
+
"type": [
|
|
1069
|
+
"integer",
|
|
1070
|
+
"null"
|
|
1071
|
+
]
|
|
1072
|
+
},
|
|
1073
|
+
"tax_calculation_price": {
|
|
1074
|
+
"type": "string"
|
|
1075
|
+
},
|
|
1076
|
+
"tax_type": {
|
|
1077
|
+
"type": "null"
|
|
1078
|
+
},
|
|
1079
|
+
"title": {
|
|
1080
|
+
"type": "string"
|
|
1081
|
+
},
|
|
1082
|
+
"zone": {
|
|
1083
|
+
"type": [
|
|
1084
|
+
"null",
|
|
1085
|
+
"string"
|
|
1086
|
+
]
|
|
1087
|
+
}
|
|
1088
|
+
},
|
|
1089
|
+
"required": [
|
|
1090
|
+
"channel_liable",
|
|
1091
|
+
"compare_at",
|
|
1092
|
+
"identifier",
|
|
1093
|
+
"position",
|
|
1094
|
+
"price",
|
|
1095
|
+
"rate",
|
|
1096
|
+
"source",
|
|
1097
|
+
"title",
|
|
1098
|
+
"zone"
|
|
1068
1099
|
],
|
|
1069
|
-
"
|
|
1070
|
-
}
|
|
1100
|
+
"type": "object"
|
|
1101
|
+
},
|
|
1102
|
+
"type": "array"
|
|
1103
|
+
},
|
|
1104
|
+
"title": {
|
|
1105
|
+
"type": "string"
|
|
1106
|
+
},
|
|
1107
|
+
"validation_context": {
|
|
1108
|
+
"type": "null"
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"required": [
|
|
1112
|
+
"api_client_id",
|
|
1113
|
+
"applied_discounts",
|
|
1114
|
+
"carrier_identifier",
|
|
1115
|
+
"carrier_service_id",
|
|
1116
|
+
"code",
|
|
1117
|
+
"custom_tax_lines",
|
|
1118
|
+
"delivery_category",
|
|
1119
|
+
"delivery_expectation_range",
|
|
1120
|
+
"delivery_expectation_type",
|
|
1121
|
+
"id",
|
|
1122
|
+
"markup",
|
|
1123
|
+
"original_shop_markup",
|
|
1124
|
+
"original_shop_price",
|
|
1125
|
+
"phone",
|
|
1126
|
+
"presentment_title",
|
|
1127
|
+
"price",
|
|
1128
|
+
"requested_fulfillment_service_id",
|
|
1129
|
+
"source",
|
|
1130
|
+
"tax_lines",
|
|
1131
|
+
"title",
|
|
1132
|
+
"validation_context"
|
|
1133
|
+
],
|
|
1134
|
+
"type": "object"
|
|
1135
|
+
},
|
|
1136
|
+
"type": "array"
|
|
1137
|
+
},
|
|
1138
|
+
"sms_marketing_phone": {
|
|
1139
|
+
"type": [
|
|
1140
|
+
"null",
|
|
1141
|
+
"string"
|
|
1142
|
+
]
|
|
1143
|
+
},
|
|
1144
|
+
"source": {
|
|
1145
|
+
"type": [
|
|
1146
|
+
"null",
|
|
1147
|
+
"string"
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
1150
|
+
"source_identifier": {
|
|
1151
|
+
"type": [
|
|
1152
|
+
"null",
|
|
1153
|
+
"string"
|
|
1154
|
+
]
|
|
1155
|
+
},
|
|
1156
|
+
"source_name": {
|
|
1157
|
+
"type": "string"
|
|
1158
|
+
},
|
|
1159
|
+
"source_url": {
|
|
1160
|
+
"format": "uri",
|
|
1161
|
+
"type": [
|
|
1162
|
+
"null",
|
|
1163
|
+
"string"
|
|
1164
|
+
]
|
|
1165
|
+
},
|
|
1166
|
+
"subtotal_price": {
|
|
1167
|
+
"type": "string"
|
|
1168
|
+
},
|
|
1169
|
+
"tax_lines": {
|
|
1170
|
+
"items": {
|
|
1171
|
+
"properties": {
|
|
1172
|
+
"channel_liable": {
|
|
1173
|
+
"type": "boolean"
|
|
1174
|
+
},
|
|
1175
|
+
"price": {
|
|
1176
|
+
"type": "string"
|
|
1177
|
+
},
|
|
1178
|
+
"rate": {
|
|
1179
|
+
"type": "number"
|
|
1071
1180
|
},
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1074
|
-
|
|
1075
|
-
"consent_updated_at"
|
|
1076
|
-
]
|
|
1181
|
+
"title": {
|
|
1182
|
+
"type": "string"
|
|
1183
|
+
}
|
|
1077
1184
|
},
|
|
1078
|
-
"
|
|
1079
|
-
"
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
"consent_collected_from",
|
|
1102
|
-
"consent_updated_at"
|
|
1103
|
-
]
|
|
1185
|
+
"required": [
|
|
1186
|
+
"channel_liable",
|
|
1187
|
+
"price",
|
|
1188
|
+
"rate",
|
|
1189
|
+
"title"
|
|
1190
|
+
],
|
|
1191
|
+
"type": "object"
|
|
1192
|
+
},
|
|
1193
|
+
"type": "array"
|
|
1194
|
+
},
|
|
1195
|
+
"taxes_included": {
|
|
1196
|
+
"type": "boolean"
|
|
1197
|
+
},
|
|
1198
|
+
"token": {
|
|
1199
|
+
"type": "string"
|
|
1200
|
+
},
|
|
1201
|
+
"total_discounts": {
|
|
1202
|
+
"type": "string"
|
|
1203
|
+
},
|
|
1204
|
+
"total_duties": {
|
|
1205
|
+
"anyOf": [
|
|
1206
|
+
{
|
|
1207
|
+
"type": "number"
|
|
1104
1208
|
},
|
|
1105
|
-
|
|
1106
|
-
"type": "string"
|
|
1107
|
-
"format": "uri"
|
|
1209
|
+
{
|
|
1210
|
+
"type": "string"
|
|
1108
1211
|
},
|
|
1109
|
-
|
|
1110
|
-
"type": "
|
|
1111
|
-
"properties": {
|
|
1112
|
-
"id": {
|
|
1113
|
-
"type": [
|
|
1114
|
-
"integer",
|
|
1115
|
-
"null"
|
|
1116
|
-
]
|
|
1117
|
-
},
|
|
1118
|
-
"customer_id": {
|
|
1119
|
-
"type": "integer"
|
|
1120
|
-
},
|
|
1121
|
-
"first_name": {
|
|
1122
|
-
"type": [
|
|
1123
|
-
"string",
|
|
1124
|
-
"null"
|
|
1125
|
-
]
|
|
1126
|
-
},
|
|
1127
|
-
"last_name": {
|
|
1128
|
-
"type": [
|
|
1129
|
-
"string",
|
|
1130
|
-
"null"
|
|
1131
|
-
]
|
|
1132
|
-
},
|
|
1133
|
-
"company": {
|
|
1134
|
-
"type": [
|
|
1135
|
-
"string",
|
|
1136
|
-
"null"
|
|
1137
|
-
]
|
|
1138
|
-
},
|
|
1139
|
-
"address1": {
|
|
1140
|
-
"type": "string"
|
|
1141
|
-
},
|
|
1142
|
-
"address2": {
|
|
1143
|
-
"type": [
|
|
1144
|
-
"string",
|
|
1145
|
-
"null"
|
|
1146
|
-
]
|
|
1147
|
-
},
|
|
1148
|
-
"city": {
|
|
1149
|
-
"type": "string"
|
|
1150
|
-
},
|
|
1151
|
-
"province": {
|
|
1152
|
-
"type": [
|
|
1153
|
-
"string",
|
|
1154
|
-
"null"
|
|
1155
|
-
]
|
|
1156
|
-
},
|
|
1157
|
-
"country": {
|
|
1158
|
-
"type": "string"
|
|
1159
|
-
},
|
|
1160
|
-
"zip": {
|
|
1161
|
-
"type": "string"
|
|
1162
|
-
},
|
|
1163
|
-
"phone": {
|
|
1164
|
-
"type": [
|
|
1165
|
-
"string",
|
|
1166
|
-
"null"
|
|
1167
|
-
]
|
|
1168
|
-
},
|
|
1169
|
-
"name": {
|
|
1170
|
-
"type": "string"
|
|
1171
|
-
},
|
|
1172
|
-
"province_code": {
|
|
1173
|
-
"type": [
|
|
1174
|
-
"string",
|
|
1175
|
-
"null"
|
|
1176
|
-
]
|
|
1177
|
-
},
|
|
1178
|
-
"country_code": {
|
|
1179
|
-
"type": "string"
|
|
1180
|
-
},
|
|
1181
|
-
"country_name": {
|
|
1182
|
-
"type": "string"
|
|
1183
|
-
},
|
|
1184
|
-
"default": {
|
|
1185
|
-
"type": "boolean"
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
"required": [
|
|
1189
|
-
"id",
|
|
1190
|
-
"customer_id",
|
|
1191
|
-
"first_name",
|
|
1192
|
-
"last_name",
|
|
1193
|
-
"company",
|
|
1194
|
-
"address1",
|
|
1195
|
-
"address2",
|
|
1196
|
-
"city",
|
|
1197
|
-
"province",
|
|
1198
|
-
"country",
|
|
1199
|
-
"zip",
|
|
1200
|
-
"phone",
|
|
1201
|
-
"name",
|
|
1202
|
-
"province_code",
|
|
1203
|
-
"country_code",
|
|
1204
|
-
"country_name",
|
|
1205
|
-
"default"
|
|
1206
|
-
]
|
|
1212
|
+
{
|
|
1213
|
+
"type": "string"
|
|
1207
1214
|
},
|
|
1208
|
-
|
|
1209
|
-
"type":
|
|
1210
|
-
"string",
|
|
1211
|
-
"null"
|
|
1212
|
-
]
|
|
1215
|
+
{
|
|
1216
|
+
"type": "string"
|
|
1213
1217
|
},
|
|
1214
|
-
|
|
1215
|
-
"type": "
|
|
1218
|
+
{
|
|
1219
|
+
"type": "string"
|
|
1216
1220
|
},
|
|
1217
|
-
|
|
1218
|
-
"type":
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
"format": "date-time"
|
|
1221
|
+
{
|
|
1222
|
+
"type": "string"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"type": "string"
|
|
1223
1226
|
}
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
"
|
|
1244
|
-
"
|
|
1245
|
-
"email_marketing_consent",
|
|
1246
|
-
"sms_marketing_consent",
|
|
1247
|
-
"admin_graphql_api_id",
|
|
1248
|
-
"default_address"
|
|
1227
|
+
]
|
|
1228
|
+
},
|
|
1229
|
+
"total_line_items_price": {
|
|
1230
|
+
"type": "string"
|
|
1231
|
+
},
|
|
1232
|
+
"total_price": {
|
|
1233
|
+
"type": "string"
|
|
1234
|
+
},
|
|
1235
|
+
"total_tax": {
|
|
1236
|
+
"type": "string"
|
|
1237
|
+
},
|
|
1238
|
+
"total_weight": {
|
|
1239
|
+
"type": "integer"
|
|
1240
|
+
},
|
|
1241
|
+
"updated_at": {
|
|
1242
|
+
"type": "string"
|
|
1243
|
+
},
|
|
1244
|
+
"user_id": {
|
|
1245
|
+
"type": [
|
|
1246
|
+
"integer",
|
|
1247
|
+
"null"
|
|
1249
1248
|
]
|
|
1250
1249
|
}
|
|
1251
1250
|
},
|
|
1252
1251
|
"required": [
|
|
1253
|
-
"
|
|
1254
|
-
"
|
|
1252
|
+
"abandoned_checkout_url",
|
|
1253
|
+
"billing_address",
|
|
1254
|
+
"buyer_accepts_marketing",
|
|
1255
|
+
"buyer_accepts_sms_marketing",
|
|
1255
1256
|
"cart_token",
|
|
1257
|
+
"closed_at",
|
|
1258
|
+
"completed_at",
|
|
1259
|
+
"created_at",
|
|
1260
|
+
"currency",
|
|
1261
|
+
"customer",
|
|
1262
|
+
"customer_locale",
|
|
1263
|
+
"device_id",
|
|
1264
|
+
"discount_codes",
|
|
1256
1265
|
"email",
|
|
1257
1266
|
"gateway",
|
|
1258
|
-
"
|
|
1259
|
-
"created_at",
|
|
1260
|
-
"updated_at",
|
|
1267
|
+
"id",
|
|
1261
1268
|
"landing_site",
|
|
1269
|
+
"line_items",
|
|
1270
|
+
"location_id",
|
|
1271
|
+
"name",
|
|
1262
1272
|
"note",
|
|
1263
1273
|
"note_attributes",
|
|
1274
|
+
"phone",
|
|
1275
|
+
"presentment_currency",
|
|
1264
1276
|
"referring_site",
|
|
1277
|
+
"shipping_address",
|
|
1265
1278
|
"shipping_lines",
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1268
|
-
"currency",
|
|
1269
|
-
"completed_at",
|
|
1270
|
-
"closed_at",
|
|
1271
|
-
"user_id",
|
|
1272
|
-
"location_id",
|
|
1279
|
+
"sms_marketing_phone",
|
|
1280
|
+
"source",
|
|
1273
1281
|
"source_identifier",
|
|
1282
|
+
"source_name",
|
|
1274
1283
|
"source_url",
|
|
1275
|
-
"
|
|
1276
|
-
"phone",
|
|
1277
|
-
"customer_locale",
|
|
1278
|
-
"line_items",
|
|
1279
|
-
"name",
|
|
1280
|
-
"source",
|
|
1281
|
-
"abandoned_checkout_url",
|
|
1282
|
-
"discount_codes",
|
|
1284
|
+
"subtotal_price",
|
|
1283
1285
|
"tax_lines",
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
1286
|
-
"buyer_accepts_sms_marketing",
|
|
1287
|
-
"sms_marketing_phone",
|
|
1286
|
+
"taxes_included",
|
|
1287
|
+
"token",
|
|
1288
1288
|
"total_discounts",
|
|
1289
|
+
"total_duties",
|
|
1289
1290
|
"total_line_items_price",
|
|
1290
1291
|
"total_price",
|
|
1291
1292
|
"total_tax",
|
|
1292
|
-
"
|
|
1293
|
-
"
|
|
1294
|
-
"
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
]
|
|
1293
|
+
"total_weight",
|
|
1294
|
+
"updated_at",
|
|
1295
|
+
"user_id"
|
|
1296
|
+
],
|
|
1297
|
+
"type": "object"
|
|
1298
1298
|
}
|