shopify-webhook-schemas 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/scrape.js +20 -6
- package/metadatas/2024-01/app_purchases_one_time/update.json +1 -1
- package/metadatas/2024-01/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2024-01/app_subscriptions/update.json +1 -1
- package/metadatas/2024-01/bulk_operations/finish.json +2 -2
- package/metadatas/2024-01/checkouts/create.json +6 -6
- package/metadatas/2024-01/checkouts/update.json +6 -6
- package/metadatas/2024-01/customer.tags_added.json +1 -1
- package/metadatas/2024-01/customer.tags_removed.json +1 -1
- package/metadatas/2024-01/customers/create.json +24 -5
- package/metadatas/2024-01/customers/disable.json +24 -5
- package/metadatas/2024-01/customers/enable.json +24 -5
- package/metadatas/2024-01/customers/update.json +24 -5
- package/metadatas/2024-01/discounts/create.json +2 -2
- package/metadatas/2024-01/discounts/delete.json +1 -1
- package/metadatas/2024-01/discounts/redeemcode_added.json +1 -1
- package/metadatas/2024-01/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2024-01/discounts/update.json +2 -2
- package/metadatas/2024-01/draft_orders/create.json +26 -24
- package/metadatas/2024-01/draft_orders/update.json +28 -26
- package/metadatas/2024-01/fulfillment_orders/hold_released.json +1 -1
- package/metadatas/2024-01/fulfillment_orders/placed_on_hold.json +1 -1
- package/metadatas/2024-01/payment_schedules/due.json +9 -5
- package/metadatas/2024-01/payment_terms/create.json +9 -5
- package/metadatas/2024-01/payment_terms/update.json +9 -5
- package/metadatas/2024-01/refunds/create.json +70 -1
- package/metadatas/2024-01/segments/update.json +1 -1
- package/metadatas/2024-01/selling_plan_groups/create.json +2 -2
- package/metadatas/2024-01/selling_plan_groups/delete.json +2 -2
- package/metadatas/2024-01/selling_plan_groups/update.json +2 -2
- package/metadatas/2024-01/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2024-01/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2024-01/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2024-01/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2024-01/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2024-01/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2024-01/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2024-01/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2024-01/subscription_contracts/activate.json +3 -3
- package/metadatas/2024-01/subscription_contracts/cancel.json +3 -3
- package/metadatas/2024-01/subscription_contracts/create.json +3 -3
- package/metadatas/2024-01/subscription_contracts/expire.json +3 -3
- package/metadatas/2024-01/subscription_contracts/fail.json +3 -3
- package/metadatas/2024-01/subscription_contracts/pause.json +3 -3
- package/metadatas/2024-01/subscription_contracts/update.json +3 -3
- package/metadatas/2024-04/app_purchases_one_time/update.json +1 -1
- package/metadatas/2024-04/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2024-04/app_subscriptions/update.json +1 -1
- package/metadatas/2024-04/bulk_operations/finish.json +2 -2
- package/metadatas/2024-04/checkouts/create.json +6 -6
- package/metadatas/2024-04/checkouts/update.json +6 -6
- package/metadatas/2024-04/customer.tags_added.json +1 -1
- package/metadatas/2024-04/customer.tags_removed.json +1 -1
- package/metadatas/2024-04/customers/create.json +24 -5
- package/metadatas/2024-04/customers/disable.json +24 -5
- package/metadatas/2024-04/customers/enable.json +24 -5
- package/metadatas/2024-04/customers/update.json +24 -5
- package/metadatas/2024-04/discounts/create.json +2 -2
- package/metadatas/2024-04/discounts/delete.json +1 -1
- package/metadatas/2024-04/discounts/redeemcode_added.json +1 -1
- package/metadatas/2024-04/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2024-04/discounts/update.json +2 -2
- package/metadatas/2024-04/draft_orders/create.json +26 -24
- package/metadatas/2024-04/draft_orders/update.json +26 -24
- package/metadatas/2024-04/fulfillment_orders/hold_released.json +1 -1
- package/metadatas/2024-04/fulfillment_orders/placed_on_hold.json +1 -1
- package/metadatas/2024-04/payment_schedules/due.json +9 -5
- package/metadatas/2024-04/payment_terms/create.json +9 -5
- package/metadatas/2024-04/payment_terms/update.json +9 -5
- package/metadatas/2024-04/refunds/create.json +70 -1
- package/metadatas/2024-04/segments/update.json +1 -1
- package/metadatas/2024-04/selling_plan_groups/create.json +2 -2
- package/metadatas/2024-04/selling_plan_groups/delete.json +2 -2
- package/metadatas/2024-04/selling_plan_groups/update.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2024-04/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2024-04/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2024-04/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2024-04/subscription_contracts/activate.json +3 -3
- package/metadatas/2024-04/subscription_contracts/cancel.json +3 -3
- package/metadatas/2024-04/subscription_contracts/create.json +3 -3
- package/metadatas/2024-04/subscription_contracts/expire.json +3 -3
- package/metadatas/2024-04/subscription_contracts/fail.json +3 -3
- package/metadatas/2024-04/subscription_contracts/pause.json +3 -3
- package/metadatas/2024-04/subscription_contracts/update.json +3 -3
- package/metadatas/2024-07/app_purchases_one_time/update.json +1 -1
- package/metadatas/2024-07/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2024-07/app_subscriptions/update.json +1 -1
- package/metadatas/2024-07/bulk_operations/finish.json +2 -2
- package/metadatas/2024-07/checkouts/create.json +6 -6
- package/metadatas/2024-07/checkouts/update.json +6 -6
- package/metadatas/2024-07/customer.tags_added.json +1 -1
- package/metadatas/2024-07/customer.tags_removed.json +1 -1
- package/metadatas/2024-07/customers/create.json +24 -5
- package/metadatas/2024-07/customers/disable.json +24 -5
- package/metadatas/2024-07/customers/enable.json +24 -5
- package/metadatas/2024-07/customers/update.json +24 -5
- package/metadatas/2024-07/discounts/create.json +2 -2
- package/metadatas/2024-07/discounts/delete.json +1 -1
- package/metadatas/2024-07/discounts/redeemcode_added.json +1 -1
- package/metadatas/2024-07/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2024-07/discounts/update.json +2 -2
- package/metadatas/2024-07/draft_orders/create.json +27 -25
- package/metadatas/2024-07/draft_orders/update.json +28 -26
- package/metadatas/2024-07/fulfillment_orders/hold_released.json +1 -1
- package/metadatas/2024-07/fulfillment_orders/placed_on_hold.json +1 -1
- package/metadatas/2024-07/payment_schedules/due.json +9 -5
- package/metadatas/2024-07/payment_terms/create.json +9 -5
- package/metadatas/2024-07/payment_terms/update.json +9 -5
- package/metadatas/2024-07/refunds/create.json +70 -1
- package/metadatas/2024-07/segments/update.json +1 -1
- package/metadatas/2024-07/selling_plan_groups/create.json +2 -2
- package/metadatas/2024-07/selling_plan_groups/delete.json +2 -2
- package/metadatas/2024-07/selling_plan_groups/update.json +2 -2
- package/metadatas/2024-07/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2024-07/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2024-07/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2024-07/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2024-07/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2024-07/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2024-07/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2024-07/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2024-07/subscription_contracts/activate.json +3 -3
- package/metadatas/2024-07/subscription_contracts/cancel.json +3 -3
- package/metadatas/2024-07/subscription_contracts/create.json +3 -3
- package/metadatas/2024-07/subscription_contracts/expire.json +3 -3
- package/metadatas/2024-07/subscription_contracts/fail.json +3 -3
- package/metadatas/2024-07/subscription_contracts/pause.json +3 -3
- package/metadatas/2024-07/subscription_contracts/update.json +3 -3
- package/metadatas/2024-10/app/scopes_update.json +1 -1
- package/metadatas/2024-10/app_purchases_one_time/update.json +1 -1
- package/metadatas/2024-10/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2024-10/app_subscriptions/update.json +1 -1
- package/metadatas/2024-10/bulk_operations/finish.json +2 -2
- package/metadatas/2024-10/checkouts/create.json +6 -6
- package/metadatas/2024-10/checkouts/update.json +6 -6
- package/metadatas/2024-10/customer.tags_added.json +1 -1
- package/metadatas/2024-10/customer.tags_removed.json +1 -1
- package/metadatas/2024-10/customers/create.json +24 -5
- package/metadatas/2024-10/customers/disable.json +24 -5
- package/metadatas/2024-10/customers/enable.json +24 -5
- package/metadatas/2024-10/customers/update.json +24 -5
- package/metadatas/2024-10/discounts/create.json +2 -2
- package/metadatas/2024-10/discounts/delete.json +1 -1
- package/metadatas/2024-10/discounts/redeemcode_added.json +1 -1
- package/metadatas/2024-10/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2024-10/discounts/update.json +2 -2
- package/metadatas/2024-10/draft_orders/create.json +28 -26
- package/metadatas/2024-10/draft_orders/update.json +27 -25
- package/metadatas/2024-10/fulfillment_orders/hold_released.json +1 -1
- package/metadatas/2024-10/fulfillment_orders/placed_on_hold.json +1 -1
- package/metadatas/2024-10/payment_schedules/due.json +9 -5
- package/metadatas/2024-10/payment_terms/create.json +9 -5
- package/metadatas/2024-10/payment_terms/update.json +9 -5
- package/metadatas/2024-10/refunds/create.json +72 -1
- package/metadatas/2024-10/segments/update.json +1 -1
- package/metadatas/2024-10/selling_plan_groups/create.json +2 -2
- package/metadatas/2024-10/selling_plan_groups/delete.json +2 -2
- package/metadatas/2024-10/selling_plan_groups/update.json +2 -2
- package/metadatas/2024-10/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2024-10/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2024-10/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2024-10/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2024-10/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2024-10/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2024-10/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2024-10/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2024-10/subscription_contracts/activate.json +3 -3
- package/metadatas/2024-10/subscription_contracts/cancel.json +3 -3
- package/metadatas/2024-10/subscription_contracts/create.json +3 -3
- package/metadatas/2024-10/subscription_contracts/expire.json +3 -3
- package/metadatas/2024-10/subscription_contracts/fail.json +3 -3
- package/metadatas/2024-10/subscription_contracts/pause.json +3 -3
- package/metadatas/2024-10/subscription_contracts/update.json +3 -3
- package/metadatas/2025-01/app/scopes_update.json +1 -1
- package/metadatas/2025-01/app_purchases_one_time/update.json +1 -1
- package/metadatas/2025-01/app_subscriptions/approaching_capped_amount.json +1 -1
- package/metadatas/2025-01/app_subscriptions/update.json +1 -1
- package/metadatas/2025-01/bulk_operations/finish.json +2 -2
- package/metadatas/2025-01/checkouts/create.json +6 -6
- package/metadatas/2025-01/checkouts/update.json +6 -6
- package/metadatas/2025-01/customer.tags_added.json +1 -1
- package/metadatas/2025-01/customer.tags_removed.json +1 -1
- package/metadatas/2025-01/customers/create.json +24 -5
- package/metadatas/2025-01/customers/disable.json +24 -5
- package/metadatas/2025-01/customers/enable.json +24 -5
- package/metadatas/2025-01/customers/update.json +24 -5
- package/metadatas/2025-01/discounts/create.json +2 -2
- package/metadatas/2025-01/discounts/delete.json +1 -1
- package/metadatas/2025-01/discounts/redeemcode_added.json +1 -1
- package/metadatas/2025-01/discounts/redeemcode_removed.json +1 -1
- package/metadatas/2025-01/discounts/update.json +2 -2
- package/metadatas/2025-01/draft_orders/create.json +26 -24
- package/metadatas/2025-01/draft_orders/update.json +27 -25
- package/metadatas/2025-01/fulfillment_orders/hold_released.json +1 -1
- package/metadatas/2025-01/fulfillment_orders/placed_on_hold.json +1 -1
- package/metadatas/2025-01/payment_schedules/due.json +9 -5
- package/metadatas/2025-01/payment_terms/create.json +9 -5
- package/metadatas/2025-01/payment_terms/update.json +9 -5
- package/metadatas/2025-01/refunds/create.json +72 -1
- package/metadatas/2025-01/segments/update.json +1 -1
- package/metadatas/2025-01/selling_plan_groups/create.json +2 -2
- package/metadatas/2025-01/selling_plan_groups/delete.json +2 -2
- package/metadatas/2025-01/selling_plan_groups/update.json +2 -2
- package/metadatas/2025-01/subscription_billing_attempts/challenged.json +2 -2
- package/metadatas/2025-01/subscription_billing_attempts/failure.json +2 -2
- package/metadatas/2025-01/subscription_billing_attempts/success.json +2 -2
- package/metadatas/2025-01/subscription_billing_cycle_edits/create.json +1 -1
- package/metadatas/2025-01/subscription_billing_cycle_edits/delete.json +1 -1
- package/metadatas/2025-01/subscription_billing_cycle_edits/update.json +1 -1
- package/metadatas/2025-01/subscription_billing_cycles/skip.json +1 -1
- package/metadatas/2025-01/subscription_billing_cycles/unskip.json +1 -1
- package/metadatas/2025-01/subscription_contracts/activate.json +3 -3
- package/metadatas/2025-01/subscription_contracts/cancel.json +3 -3
- package/metadatas/2025-01/subscription_contracts/create.json +3 -3
- package/metadatas/2025-01/subscription_contracts/expire.json +3 -3
- package/metadatas/2025-01/subscription_contracts/fail.json +3 -3
- package/metadatas/2025-01/subscription_contracts/pause.json +3 -3
- package/metadatas/2025-01/subscription_contracts/update.json +3 -3
- package/package.json +19 -16
- package/schemas/2024-01/app/uninstalled.json +171 -171
- package/schemas/2024-01/app_purchases_one_time/update.json +18 -18
- package/schemas/2024-01/app_subscriptions/approaching_capped_amount.json +19 -19
- package/schemas/2024-01/app_subscriptions/update.json +23 -23
- package/schemas/2024-01/audit_events/admin_api_activity.json +120 -120
- package/schemas/2024-01/bulk_operations/finish.json +10 -10
- package/schemas/2024-01/carts/create.json +135 -135
- package/schemas/2024-01/carts/update.json +135 -135
- package/schemas/2024-01/channels/delete.json +2 -2
- package/schemas/2024-01/checkouts/create.json +1011 -1011
- package/schemas/2024-01/checkouts/delete.json +29 -29
- package/schemas/2024-01/checkouts/update.json +1011 -1011
- package/schemas/2024-01/collection_listings/add.json +22 -22
- package/schemas/2024-01/collection_listings/remove.json +8 -8
- package/schemas/2024-01/collection_listings/update.json +22 -22
- package/schemas/2024-01/collection_publications/create.json +23 -23
- package/schemas/2024-01/collection_publications/delete.json +2 -2
- package/schemas/2024-01/collection_publications/update.json +23 -23
- package/schemas/2024-01/collections/create.json +27 -27
- package/schemas/2024-01/collections/delete.json +8 -8
- package/schemas/2024-01/collections/update.json +27 -27
- package/schemas/2024-01/companies/create.json +25 -25
- package/schemas/2024-01/companies/delete.json +25 -25
- package/schemas/2024-01/companies/update.json +25 -25
- package/schemas/2024-01/company_contact_roles/assign.json +215 -215
- package/schemas/2024-01/company_contact_roles/revoke.json +215 -215
- package/schemas/2024-01/company_contacts/create.json +52 -52
- package/schemas/2024-01/company_contacts/delete.json +52 -52
- package/schemas/2024-01/company_contacts/update.json +52 -52
- package/schemas/2024-01/company_locations/create.json +168 -168
- package/schemas/2024-01/company_locations/delete.json +168 -168
- package/schemas/2024-01/company_locations/update.json +168 -168
- package/schemas/2024-01/customer.tags_added.json +12 -12
- package/schemas/2024-01/customer.tags_removed.json +12 -12
- package/schemas/2024-01/customer_groups/create.json +12 -12
- package/schemas/2024-01/customer_groups/delete.json +2 -2
- package/schemas/2024-01/customer_groups/update.json +12 -12
- package/schemas/2024-01/customer_payment_methods/create.json +24 -24
- package/schemas/2024-01/customer_payment_methods/revoke.json +24 -24
- package/schemas/2024-01/customer_payment_methods/update.json +24 -24
- package/schemas/2024-01/customers/create.json +143 -73
- package/schemas/2024-01/customers/delete.json +23 -23
- package/schemas/2024-01/customers/disable.json +143 -73
- package/schemas/2024-01/customers/enable.json +143 -73
- package/schemas/2024-01/customers/merge.json +24 -24
- package/schemas/2024-01/customers/update.json +143 -73
- package/schemas/2024-01/customers_email_marketing_consent/update.json +12 -12
- package/schemas/2024-01/customers_marketing_consent/update.json +14 -14
- package/schemas/2024-01/discounts/create.json +12 -12
- package/schemas/2024-01/discounts/delete.json +6 -6
- package/schemas/2024-01/discounts/redeemcode_added.json +14 -14
- package/schemas/2024-01/discounts/redeemcode_removed.json +14 -14
- package/schemas/2024-01/discounts/update.json +12 -12
- package/schemas/2024-01/disputes/create.json +40 -40
- package/schemas/2024-01/disputes/update.json +40 -40
- package/schemas/2024-01/domains/create.json +20 -20
- package/schemas/2024-01/domains/destroy.json +20 -20
- package/schemas/2024-01/domains/update.json +20 -20
- package/schemas/2024-01/draft_orders/create.json +1050 -1034
- package/schemas/2024-01/draft_orders/delete.json +2 -2
- package/schemas/2024-01/draft_orders/update.json +1050 -1034
- package/schemas/2024-01/fulfillment_events/create.json +64 -64
- package/schemas/2024-01/fulfillment_events/delete.json +64 -64
- package/schemas/2024-01/fulfillment_orders/cancellation_request_accepted.json +6 -6
- package/schemas/2024-01/fulfillment_orders/cancellation_request_rejected.json +10 -10
- package/schemas/2024-01/fulfillment_orders/cancellation_request_submitted.json +14 -14
- package/schemas/2024-01/fulfillment_orders/cancelled.json +10 -10
- package/schemas/2024-01/fulfillment_orders/fulfillment_request_accepted.json +10 -10
- package/schemas/2024-01/fulfillment_orders/fulfillment_request_rejected.json +10 -10
- package/schemas/2024-01/fulfillment_orders/fulfillment_request_submitted.json +30 -30
- package/schemas/2024-01/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
- package/schemas/2024-01/fulfillment_orders/hold_released.json +6 -6
- package/schemas/2024-01/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
- package/schemas/2024-01/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
- package/schemas/2024-01/fulfillment_orders/merged.json +35 -35
- package/schemas/2024-01/fulfillment_orders/moved.json +53 -53
- package/schemas/2024-01/fulfillment_orders/order_routing_complete.json +6 -6
- package/schemas/2024-01/fulfillment_orders/placed_on_hold.json +186 -186
- package/schemas/2024-01/fulfillment_orders/rescheduled.json +12 -12
- package/schemas/2024-01/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
- package/schemas/2024-01/fulfillment_orders/split.json +179 -179
- package/schemas/2024-01/fulfillments/create.json +355 -355
- package/schemas/2024-01/fulfillments/update.json +355 -355
- package/schemas/2024-01/inventory_items/create.json +42 -42
- package/schemas/2024-01/inventory_items/delete.json +23 -23
- package/schemas/2024-01/inventory_items/update.json +42 -42
- package/schemas/2024-01/inventory_levels/connect.json +16 -16
- package/schemas/2024-01/inventory_levels/disconnect.json +2 -2
- package/schemas/2024-01/inventory_levels/update.json +16 -16
- package/schemas/2024-01/locales/create.json +2 -2
- package/schemas/2024-01/locales/update.json +2 -2
- package/schemas/2024-01/locations/activate.json +37 -37
- package/schemas/2024-01/locations/create.json +37 -37
- package/schemas/2024-01/locations/deactivate.json +37 -37
- package/schemas/2024-01/locations/delete.json +2 -2
- package/schemas/2024-01/locations/update.json +37 -37
- package/schemas/2024-01/markets/create.json +10 -10
- package/schemas/2024-01/markets/delete.json +2 -2
- package/schemas/2024-01/markets/update.json +10 -10
- package/schemas/2024-01/metaobjects/create.json +52 -52
- package/schemas/2024-01/metaobjects/delete.json +13 -13
- package/schemas/2024-01/metaobjects/update.json +52 -52
- package/schemas/2024-01/order_transactions/create.json +111 -111
- package/schemas/2024-01/orders/cancelled.json +1618 -1618
- package/schemas/2024-01/orders/create.json +1618 -1618
- package/schemas/2024-01/orders/delete.json +2 -2
- package/schemas/2024-01/orders/edited.json +71 -71
- package/schemas/2024-01/orders/fulfilled.json +1618 -1618
- package/schemas/2024-01/orders/paid.json +1618 -1618
- package/schemas/2024-01/orders/partially_fulfilled.json +1618 -1618
- package/schemas/2024-01/orders/shopify_protect_eligibility_changed.json +12 -12
- package/schemas/2024-01/orders/updated.json +1618 -1618
- package/schemas/2024-01/payment_schedules/due.json +47 -31
- package/schemas/2024-01/payment_terms/create.json +71 -55
- package/schemas/2024-01/payment_terms/delete.json +2 -2
- package/schemas/2024-01/payment_terms/update.json +71 -55
- package/schemas/2024-01/product_feeds/create.json +7 -7
- package/schemas/2024-01/product_feeds/full_sync.json +195 -195
- package/schemas/2024-01/product_feeds/incremental_sync.json +190 -190
- package/schemas/2024-01/product_feeds/update.json +7 -7
- package/schemas/2024-01/product_listings/add.json +132 -132
- package/schemas/2024-01/product_listings/remove.json +4 -4
- package/schemas/2024-01/product_listings/update.json +132 -132
- package/schemas/2024-01/product_publications/create.json +23 -23
- package/schemas/2024-01/product_publications/delete.json +2 -2
- package/schemas/2024-01/product_publications/update.json +23 -23
- package/schemas/2024-01/products/create.json +271 -271
- package/schemas/2024-01/products/delete.json +2 -2
- package/schemas/2024-01/products/update.json +271 -271
- package/schemas/2024-01/profiles/create.json +2 -2
- package/schemas/2024-01/profiles/delete.json +2 -2
- package/schemas/2024-01/profiles/update.json +2 -2
- package/schemas/2024-01/refunds/create.json +491 -352
- package/schemas/2024-01/returns/approve.json +28 -28
- package/schemas/2024-01/returns/cancel.json +7 -7
- package/schemas/2024-01/returns/close.json +7 -7
- package/schemas/2024-01/returns/decline.json +18 -18
- package/schemas/2024-01/returns/reopen.json +7 -7
- package/schemas/2024-01/returns/request.json +28 -28
- package/schemas/2024-01/reverse_deliveries/attach_deliverable.json +36 -36
- package/schemas/2024-01/reverse_fulfillment_orders/dispose.json +39 -39
- package/schemas/2024-01/scheduled_product_listings/add.json +132 -132
- package/schemas/2024-01/scheduled_product_listings/remove.json +4 -4
- package/schemas/2024-01/scheduled_product_listings/update.json +132 -132
- package/schemas/2024-01/segments/create.json +13 -13
- package/schemas/2024-01/segments/delete.json +2 -2
- package/schemas/2024-01/segments/update.json +13 -13
- package/schemas/2024-01/selling_plan_groups/create.json +76 -76
- package/schemas/2024-01/selling_plan_groups/delete.json +4 -4
- package/schemas/2024-01/selling_plan_groups/update.json +76 -76
- package/schemas/2024-01/shop/update.json +171 -171
- package/schemas/2024-01/subscription_billing_attempts/challenged.json +38 -38
- package/schemas/2024-01/subscription_billing_attempts/failure.json +38 -38
- package/schemas/2024-01/subscription_billing_attempts/success.json +38 -38
- package/schemas/2024-01/subscription_billing_cycle_edits/create.json +24 -24
- package/schemas/2024-01/subscription_billing_cycle_edits/delete.json +24 -24
- package/schemas/2024-01/subscription_billing_cycle_edits/update.json +24 -24
- package/schemas/2024-01/subscription_billing_cycles/skip.json +24 -24
- package/schemas/2024-01/subscription_billing_cycles/unskip.json +24 -24
- package/schemas/2024-01/subscription_contracts/activate.json +29 -29
- package/schemas/2024-01/subscription_contracts/cancel.json +29 -29
- package/schemas/2024-01/subscription_contracts/create.json +29 -29
- package/schemas/2024-01/subscription_contracts/expire.json +29 -29
- package/schemas/2024-01/subscription_contracts/fail.json +29 -29
- package/schemas/2024-01/subscription_contracts/pause.json +29 -29
- package/schemas/2024-01/subscription_contracts/update.json +29 -29
- package/schemas/2024-01/tax_services/create.json +9 -9
- package/schemas/2024-01/tax_services/update.json +9 -9
- package/schemas/2024-01/tender_transactions/create.json +36 -36
- package/schemas/2024-01/themes/create.json +22 -22
- package/schemas/2024-01/themes/delete.json +2 -2
- package/schemas/2024-01/themes/publish.json +22 -22
- package/schemas/2024-01/themes/update.json +22 -22
- package/schemas/2024-01/variants/in_stock.json +58 -58
- package/schemas/2024-01/variants/out_of_stock.json +58 -58
- package/schemas/2024-04/app/uninstalled.json +171 -171
- package/schemas/2024-04/app_purchases_one_time/update.json +18 -18
- package/schemas/2024-04/app_subscriptions/approaching_capped_amount.json +19 -19
- package/schemas/2024-04/app_subscriptions/update.json +23 -23
- package/schemas/2024-04/audit_events/admin_api_activity.json +120 -120
- package/schemas/2024-04/bulk_operations/finish.json +10 -10
- package/schemas/2024-04/carts/create.json +135 -135
- package/schemas/2024-04/carts/update.json +135 -135
- package/schemas/2024-04/channels/delete.json +2 -2
- package/schemas/2024-04/checkouts/create.json +1011 -1011
- package/schemas/2024-04/checkouts/delete.json +29 -29
- package/schemas/2024-04/checkouts/update.json +1011 -1011
- package/schemas/2024-04/collection_listings/add.json +22 -22
- package/schemas/2024-04/collection_listings/remove.json +8 -8
- package/schemas/2024-04/collection_listings/update.json +22 -22
- package/schemas/2024-04/collection_publications/create.json +23 -23
- package/schemas/2024-04/collection_publications/delete.json +2 -2
- package/schemas/2024-04/collection_publications/update.json +23 -23
- package/schemas/2024-04/collections/create.json +27 -27
- package/schemas/2024-04/collections/delete.json +8 -8
- package/schemas/2024-04/collections/update.json +27 -27
- package/schemas/2024-04/companies/create.json +25 -25
- package/schemas/2024-04/companies/delete.json +25 -25
- package/schemas/2024-04/companies/update.json +25 -25
- package/schemas/2024-04/company_contact_roles/assign.json +215 -215
- package/schemas/2024-04/company_contact_roles/revoke.json +215 -215
- package/schemas/2024-04/company_contacts/create.json +52 -52
- package/schemas/2024-04/company_contacts/delete.json +52 -52
- package/schemas/2024-04/company_contacts/update.json +52 -52
- package/schemas/2024-04/company_locations/create.json +168 -168
- package/schemas/2024-04/company_locations/delete.json +168 -168
- package/schemas/2024-04/company_locations/update.json +168 -168
- package/schemas/2024-04/customer.tags_added.json +12 -12
- package/schemas/2024-04/customer.tags_removed.json +12 -12
- package/schemas/2024-04/customer_groups/create.json +12 -12
- package/schemas/2024-04/customer_groups/delete.json +2 -2
- package/schemas/2024-04/customer_groups/update.json +12 -12
- package/schemas/2024-04/customer_payment_methods/create.json +24 -24
- package/schemas/2024-04/customer_payment_methods/revoke.json +24 -24
- package/schemas/2024-04/customer_payment_methods/update.json +24 -24
- package/schemas/2024-04/customers/create.json +143 -73
- package/schemas/2024-04/customers/delete.json +23 -23
- package/schemas/2024-04/customers/disable.json +143 -73
- package/schemas/2024-04/customers/enable.json +143 -73
- package/schemas/2024-04/customers/merge.json +24 -24
- package/schemas/2024-04/customers/update.json +143 -73
- package/schemas/2024-04/customers_email_marketing_consent/update.json +12 -12
- package/schemas/2024-04/customers_marketing_consent/update.json +14 -14
- package/schemas/2024-04/discounts/create.json +12 -12
- package/schemas/2024-04/discounts/delete.json +6 -6
- package/schemas/2024-04/discounts/redeemcode_added.json +14 -14
- package/schemas/2024-04/discounts/redeemcode_removed.json +14 -14
- package/schemas/2024-04/discounts/update.json +12 -12
- package/schemas/2024-04/disputes/create.json +40 -40
- package/schemas/2024-04/disputes/update.json +40 -40
- package/schemas/2024-04/domains/create.json +20 -20
- package/schemas/2024-04/domains/destroy.json +20 -20
- package/schemas/2024-04/domains/update.json +20 -20
- package/schemas/2024-04/draft_orders/create.json +1050 -1034
- package/schemas/2024-04/draft_orders/delete.json +2 -2
- package/schemas/2024-04/draft_orders/update.json +1050 -1034
- package/schemas/2024-04/fulfillment_events/create.json +64 -64
- package/schemas/2024-04/fulfillment_events/delete.json +64 -64
- package/schemas/2024-04/fulfillment_orders/cancellation_request_accepted.json +6 -6
- package/schemas/2024-04/fulfillment_orders/cancellation_request_rejected.json +10 -10
- package/schemas/2024-04/fulfillment_orders/cancellation_request_submitted.json +14 -14
- package/schemas/2024-04/fulfillment_orders/cancelled.json +10 -10
- package/schemas/2024-04/fulfillment_orders/fulfillment_request_accepted.json +10 -10
- package/schemas/2024-04/fulfillment_orders/fulfillment_request_rejected.json +10 -10
- package/schemas/2024-04/fulfillment_orders/fulfillment_request_submitted.json +30 -30
- package/schemas/2024-04/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
- package/schemas/2024-04/fulfillment_orders/hold_released.json +6 -6
- package/schemas/2024-04/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
- package/schemas/2024-04/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
- package/schemas/2024-04/fulfillment_orders/merged.json +35 -35
- package/schemas/2024-04/fulfillment_orders/moved.json +53 -53
- package/schemas/2024-04/fulfillment_orders/order_routing_complete.json +6 -6
- package/schemas/2024-04/fulfillment_orders/placed_on_hold.json +186 -186
- package/schemas/2024-04/fulfillment_orders/rescheduled.json +12 -12
- package/schemas/2024-04/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
- package/schemas/2024-04/fulfillment_orders/split.json +179 -179
- package/schemas/2024-04/fulfillments/create.json +355 -355
- package/schemas/2024-04/fulfillments/update.json +355 -355
- package/schemas/2024-04/inventory_items/create.json +42 -42
- package/schemas/2024-04/inventory_items/delete.json +23 -23
- package/schemas/2024-04/inventory_items/update.json +42 -42
- package/schemas/2024-04/inventory_levels/connect.json +16 -16
- package/schemas/2024-04/inventory_levels/disconnect.json +2 -2
- package/schemas/2024-04/inventory_levels/update.json +16 -16
- package/schemas/2024-04/locales/create.json +2 -2
- package/schemas/2024-04/locales/update.json +2 -2
- package/schemas/2024-04/locations/activate.json +37 -37
- package/schemas/2024-04/locations/create.json +37 -37
- package/schemas/2024-04/locations/deactivate.json +37 -37
- package/schemas/2024-04/locations/delete.json +2 -2
- package/schemas/2024-04/locations/update.json +37 -37
- package/schemas/2024-04/markets/create.json +10 -10
- package/schemas/2024-04/markets/delete.json +2 -2
- package/schemas/2024-04/markets/update.json +10 -10
- package/schemas/2024-04/metaobjects/create.json +52 -52
- package/schemas/2024-04/metaobjects/delete.json +13 -13
- package/schemas/2024-04/metaobjects/update.json +52 -52
- package/schemas/2024-04/order_transactions/create.json +111 -111
- package/schemas/2024-04/orders/cancelled.json +1812 -1812
- package/schemas/2024-04/orders/create.json +1812 -1812
- package/schemas/2024-04/orders/delete.json +2 -2
- package/schemas/2024-04/orders/edited.json +71 -71
- package/schemas/2024-04/orders/fulfilled.json +1812 -1812
- package/schemas/2024-04/orders/paid.json +1812 -1812
- package/schemas/2024-04/orders/partially_fulfilled.json +1812 -1812
- package/schemas/2024-04/orders/risk_assessment_changed.json +21 -21
- package/schemas/2024-04/orders/shopify_protect_eligibility_changed.json +12 -12
- package/schemas/2024-04/orders/updated.json +1812 -1812
- package/schemas/2024-04/payment_schedules/due.json +47 -31
- package/schemas/2024-04/payment_terms/create.json +71 -55
- package/schemas/2024-04/payment_terms/delete.json +2 -2
- package/schemas/2024-04/payment_terms/update.json +71 -55
- package/schemas/2024-04/product_feeds/create.json +7 -7
- package/schemas/2024-04/product_feeds/full_sync.json +195 -195
- package/schemas/2024-04/product_feeds/incremental_sync.json +190 -190
- package/schemas/2024-04/product_feeds/update.json +7 -7
- package/schemas/2024-04/product_listings/add.json +132 -132
- package/schemas/2024-04/product_listings/remove.json +4 -4
- package/schemas/2024-04/product_listings/update.json +132 -132
- package/schemas/2024-04/product_publications/create.json +23 -23
- package/schemas/2024-04/product_publications/delete.json +2 -2
- package/schemas/2024-04/product_publications/update.json +23 -23
- package/schemas/2024-04/products/create.json +277 -277
- package/schemas/2024-04/products/delete.json +2 -2
- package/schemas/2024-04/products/update.json +277 -277
- package/schemas/2024-04/profiles/create.json +2 -2
- package/schemas/2024-04/profiles/delete.json +2 -2
- package/schemas/2024-04/profiles/update.json +2 -2
- package/schemas/2024-04/refunds/create.json +495 -356
- package/schemas/2024-04/returns/approve.json +71 -71
- package/schemas/2024-04/returns/cancel.json +7 -7
- package/schemas/2024-04/returns/close.json +7 -7
- package/schemas/2024-04/returns/decline.json +18 -18
- package/schemas/2024-04/returns/reopen.json +7 -7
- package/schemas/2024-04/returns/request.json +35 -35
- package/schemas/2024-04/returns/update.json +40 -40
- package/schemas/2024-04/reverse_deliveries/attach_deliverable.json +36 -36
- package/schemas/2024-04/reverse_fulfillment_orders/dispose.json +39 -39
- package/schemas/2024-04/scheduled_product_listings/add.json +132 -132
- package/schemas/2024-04/scheduled_product_listings/remove.json +4 -4
- package/schemas/2024-04/scheduled_product_listings/update.json +132 -132
- package/schemas/2024-04/segments/create.json +13 -13
- package/schemas/2024-04/segments/delete.json +2 -2
- package/schemas/2024-04/segments/update.json +13 -13
- package/schemas/2024-04/selling_plan_groups/create.json +76 -76
- package/schemas/2024-04/selling_plan_groups/delete.json +4 -4
- package/schemas/2024-04/selling_plan_groups/update.json +76 -76
- package/schemas/2024-04/shop/update.json +171 -171
- package/schemas/2024-04/subscription_billing_attempts/challenged.json +38 -38
- package/schemas/2024-04/subscription_billing_attempts/failure.json +38 -38
- package/schemas/2024-04/subscription_billing_attempts/success.json +38 -38
- package/schemas/2024-04/subscription_billing_cycle_edits/create.json +24 -24
- package/schemas/2024-04/subscription_billing_cycle_edits/delete.json +24 -24
- package/schemas/2024-04/subscription_billing_cycle_edits/update.json +24 -24
- package/schemas/2024-04/subscription_billing_cycles/skip.json +24 -24
- package/schemas/2024-04/subscription_billing_cycles/unskip.json +24 -24
- package/schemas/2024-04/subscription_contracts/activate.json +29 -29
- package/schemas/2024-04/subscription_contracts/cancel.json +29 -29
- package/schemas/2024-04/subscription_contracts/create.json +29 -29
- package/schemas/2024-04/subscription_contracts/expire.json +29 -29
- package/schemas/2024-04/subscription_contracts/fail.json +29 -29
- package/schemas/2024-04/subscription_contracts/pause.json +29 -29
- package/schemas/2024-04/subscription_contracts/update.json +29 -29
- package/schemas/2024-04/tax_services/create.json +9 -9
- package/schemas/2024-04/tax_services/update.json +9 -9
- package/schemas/2024-04/tender_transactions/create.json +36 -36
- package/schemas/2024-04/themes/create.json +22 -22
- package/schemas/2024-04/themes/delete.json +2 -2
- package/schemas/2024-04/themes/publish.json +22 -22
- package/schemas/2024-04/themes/update.json +22 -22
- package/schemas/2024-04/variants/in_stock.json +58 -58
- package/schemas/2024-04/variants/out_of_stock.json +58 -58
- package/schemas/2024-07/app/uninstalled.json +171 -171
- package/schemas/2024-07/app_purchases_one_time/update.json +18 -18
- package/schemas/2024-07/app_subscriptions/approaching_capped_amount.json +19 -19
- package/schemas/2024-07/app_subscriptions/update.json +23 -23
- package/schemas/2024-07/audit_events/admin_api_activity.json +120 -120
- package/schemas/2024-07/bulk_operations/finish.json +10 -10
- package/schemas/2024-07/carts/create.json +135 -135
- package/schemas/2024-07/carts/update.json +135 -135
- package/schemas/2024-07/channels/delete.json +2 -2
- package/schemas/2024-07/checkouts/create.json +1013 -1013
- package/schemas/2024-07/checkouts/delete.json +34 -34
- package/schemas/2024-07/checkouts/update.json +1013 -1013
- package/schemas/2024-07/collection_listings/add.json +22 -22
- package/schemas/2024-07/collection_listings/remove.json +8 -8
- package/schemas/2024-07/collection_listings/update.json +22 -22
- package/schemas/2024-07/collection_publications/create.json +23 -23
- package/schemas/2024-07/collection_publications/delete.json +2 -2
- package/schemas/2024-07/collection_publications/update.json +23 -23
- package/schemas/2024-07/collections/create.json +27 -27
- package/schemas/2024-07/collections/delete.json +8 -8
- package/schemas/2024-07/collections/update.json +27 -27
- package/schemas/2024-07/companies/create.json +25 -25
- package/schemas/2024-07/companies/delete.json +25 -25
- package/schemas/2024-07/companies/update.json +25 -25
- package/schemas/2024-07/company_contact_roles/assign.json +215 -215
- package/schemas/2024-07/company_contact_roles/revoke.json +215 -215
- package/schemas/2024-07/company_contacts/create.json +52 -52
- package/schemas/2024-07/company_contacts/delete.json +52 -52
- package/schemas/2024-07/company_contacts/update.json +52 -52
- package/schemas/2024-07/company_locations/create.json +168 -168
- package/schemas/2024-07/company_locations/delete.json +168 -168
- package/schemas/2024-07/company_locations/update.json +168 -168
- package/schemas/2024-07/customer.tags_added.json +12 -12
- package/schemas/2024-07/customer.tags_removed.json +12 -12
- package/schemas/2024-07/customer_account_settings/update.json +13 -13
- package/schemas/2024-07/customer_groups/create.json +12 -12
- package/schemas/2024-07/customer_groups/delete.json +2 -2
- package/schemas/2024-07/customer_groups/update.json +12 -12
- package/schemas/2024-07/customer_payment_methods/create.json +24 -24
- package/schemas/2024-07/customer_payment_methods/revoke.json +24 -24
- package/schemas/2024-07/customer_payment_methods/update.json +24 -24
- package/schemas/2024-07/customers/create.json +143 -73
- package/schemas/2024-07/customers/delete.json +23 -23
- package/schemas/2024-07/customers/disable.json +143 -73
- package/schemas/2024-07/customers/enable.json +143 -73
- package/schemas/2024-07/customers/merge.json +24 -24
- package/schemas/2024-07/customers/update.json +143 -73
- package/schemas/2024-07/customers_email_marketing_consent/update.json +12 -12
- package/schemas/2024-07/customers_marketing_consent/update.json +14 -14
- package/schemas/2024-07/discounts/create.json +12 -12
- package/schemas/2024-07/discounts/delete.json +6 -6
- package/schemas/2024-07/discounts/redeemcode_added.json +14 -14
- package/schemas/2024-07/discounts/redeemcode_removed.json +14 -14
- package/schemas/2024-07/discounts/update.json +12 -12
- package/schemas/2024-07/disputes/create.json +40 -40
- package/schemas/2024-07/disputes/update.json +40 -40
- package/schemas/2024-07/domains/create.json +20 -20
- package/schemas/2024-07/domains/destroy.json +20 -20
- package/schemas/2024-07/domains/update.json +20 -20
- package/schemas/2024-07/draft_orders/create.json +1050 -1034
- package/schemas/2024-07/draft_orders/delete.json +2 -2
- package/schemas/2024-07/draft_orders/update.json +1050 -1034
- package/schemas/2024-07/fulfillment_events/create.json +64 -64
- package/schemas/2024-07/fulfillment_events/delete.json +64 -64
- package/schemas/2024-07/fulfillment_orders/cancellation_request_accepted.json +6 -6
- package/schemas/2024-07/fulfillment_orders/cancellation_request_rejected.json +10 -10
- package/schemas/2024-07/fulfillment_orders/cancellation_request_submitted.json +14 -14
- package/schemas/2024-07/fulfillment_orders/cancelled.json +10 -10
- package/schemas/2024-07/fulfillment_orders/fulfillment_request_accepted.json +10 -10
- package/schemas/2024-07/fulfillment_orders/fulfillment_request_rejected.json +10 -10
- package/schemas/2024-07/fulfillment_orders/fulfillment_request_submitted.json +30 -30
- package/schemas/2024-07/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
- package/schemas/2024-07/fulfillment_orders/hold_released.json +6 -6
- package/schemas/2024-07/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
- package/schemas/2024-07/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
- package/schemas/2024-07/fulfillment_orders/merged.json +35 -35
- package/schemas/2024-07/fulfillment_orders/moved.json +53 -53
- package/schemas/2024-07/fulfillment_orders/order_routing_complete.json +6 -6
- package/schemas/2024-07/fulfillment_orders/placed_on_hold.json +186 -186
- package/schemas/2024-07/fulfillment_orders/rescheduled.json +12 -12
- package/schemas/2024-07/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
- package/schemas/2024-07/fulfillment_orders/split.json +179 -179
- package/schemas/2024-07/fulfillments/create.json +355 -355
- package/schemas/2024-07/fulfillments/update.json +355 -355
- package/schemas/2024-07/inventory_items/create.json +42 -42
- package/schemas/2024-07/inventory_items/delete.json +23 -23
- package/schemas/2024-07/inventory_items/update.json +42 -42
- package/schemas/2024-07/inventory_levels/connect.json +16 -16
- package/schemas/2024-07/inventory_levels/disconnect.json +2 -2
- package/schemas/2024-07/inventory_levels/update.json +16 -16
- package/schemas/2024-07/locales/create.json +2 -2
- package/schemas/2024-07/locales/update.json +2 -2
- package/schemas/2024-07/locations/activate.json +37 -37
- package/schemas/2024-07/locations/create.json +37 -37
- package/schemas/2024-07/locations/deactivate.json +37 -37
- package/schemas/2024-07/locations/delete.json +2 -2
- package/schemas/2024-07/locations/update.json +37 -37
- package/schemas/2024-07/markets/create.json +10 -10
- package/schemas/2024-07/markets/delete.json +2 -2
- package/schemas/2024-07/markets/update.json +10 -10
- package/schemas/2024-07/metaobjects/create.json +52 -52
- package/schemas/2024-07/metaobjects/delete.json +13 -13
- package/schemas/2024-07/metaobjects/update.json +52 -52
- package/schemas/2024-07/order_transactions/create.json +111 -111
- package/schemas/2024-07/orders/cancelled.json +1812 -1812
- package/schemas/2024-07/orders/create.json +1812 -1812
- package/schemas/2024-07/orders/delete.json +2 -2
- package/schemas/2024-07/orders/edited.json +76 -76
- package/schemas/2024-07/orders/fulfilled.json +1812 -1812
- package/schemas/2024-07/orders/paid.json +1812 -1812
- package/schemas/2024-07/orders/partially_fulfilled.json +1812 -1812
- package/schemas/2024-07/orders/risk_assessment_changed.json +21 -21
- package/schemas/2024-07/orders/shopify_protect_eligibility_changed.json +12 -12
- package/schemas/2024-07/orders/updated.json +1812 -1812
- package/schemas/2024-07/payment_schedules/due.json +47 -31
- package/schemas/2024-07/payment_terms/create.json +71 -55
- package/schemas/2024-07/payment_terms/delete.json +2 -2
- package/schemas/2024-07/payment_terms/update.json +71 -55
- package/schemas/2024-07/product_feeds/create.json +7 -7
- package/schemas/2024-07/product_feeds/full_sync.json +195 -195
- package/schemas/2024-07/product_feeds/full_sync_finish.json +58 -58
- package/schemas/2024-07/product_feeds/incremental_sync.json +190 -190
- package/schemas/2024-07/product_feeds/update.json +7 -7
- package/schemas/2024-07/product_listings/add.json +132 -132
- package/schemas/2024-07/product_listings/remove.json +4 -4
- package/schemas/2024-07/product_listings/update.json +132 -132
- package/schemas/2024-07/product_publications/create.json +23 -23
- package/schemas/2024-07/product_publications/delete.json +2 -2
- package/schemas/2024-07/product_publications/update.json +23 -23
- package/schemas/2024-07/products/create.json +276 -276
- package/schemas/2024-07/products/delete.json +2 -2
- package/schemas/2024-07/products/update.json +276 -276
- package/schemas/2024-07/profiles/create.json +2 -2
- package/schemas/2024-07/profiles/delete.json +2 -2
- package/schemas/2024-07/profiles/update.json +2 -2
- package/schemas/2024-07/refunds/create.json +495 -356
- package/schemas/2024-07/returns/approve.json +71 -71
- package/schemas/2024-07/returns/cancel.json +7 -7
- package/schemas/2024-07/returns/close.json +7 -7
- package/schemas/2024-07/returns/decline.json +18 -18
- package/schemas/2024-07/returns/reopen.json +7 -7
- package/schemas/2024-07/returns/request.json +35 -35
- package/schemas/2024-07/returns/update.json +40 -40
- package/schemas/2024-07/reverse_deliveries/attach_deliverable.json +36 -36
- package/schemas/2024-07/reverse_fulfillment_orders/dispose.json +39 -39
- package/schemas/2024-07/scheduled_product_listings/add.json +132 -132
- package/schemas/2024-07/scheduled_product_listings/remove.json +4 -4
- package/schemas/2024-07/scheduled_product_listings/update.json +132 -132
- package/schemas/2024-07/segments/create.json +13 -13
- package/schemas/2024-07/segments/delete.json +2 -2
- package/schemas/2024-07/segments/update.json +13 -13
- package/schemas/2024-07/selling_plan_groups/create.json +76 -76
- package/schemas/2024-07/selling_plan_groups/delete.json +4 -4
- package/schemas/2024-07/selling_plan_groups/update.json +76 -76
- package/schemas/2024-07/shop/update.json +171 -171
- package/schemas/2024-07/subscription_billing_attempts/challenged.json +38 -38
- package/schemas/2024-07/subscription_billing_attempts/failure.json +38 -38
- package/schemas/2024-07/subscription_billing_attempts/success.json +38 -38
- package/schemas/2024-07/subscription_billing_cycle_edits/create.json +24 -24
- package/schemas/2024-07/subscription_billing_cycle_edits/delete.json +24 -24
- package/schemas/2024-07/subscription_billing_cycle_edits/update.json +24 -24
- package/schemas/2024-07/subscription_billing_cycles/skip.json +24 -24
- package/schemas/2024-07/subscription_billing_cycles/unskip.json +24 -24
- package/schemas/2024-07/subscription_contracts/activate.json +29 -29
- package/schemas/2024-07/subscription_contracts/cancel.json +29 -29
- package/schemas/2024-07/subscription_contracts/create.json +29 -29
- package/schemas/2024-07/subscription_contracts/expire.json +29 -29
- package/schemas/2024-07/subscription_contracts/fail.json +29 -29
- package/schemas/2024-07/subscription_contracts/pause.json +29 -29
- package/schemas/2024-07/subscription_contracts/update.json +29 -29
- package/schemas/2024-07/tax_services/create.json +9 -9
- package/schemas/2024-07/tax_services/update.json +9 -9
- package/schemas/2024-07/tender_transactions/create.json +36 -36
- package/schemas/2024-07/themes/create.json +22 -22
- package/schemas/2024-07/themes/delete.json +2 -2
- package/schemas/2024-07/themes/publish.json +22 -22
- package/schemas/2024-07/themes/update.json +22 -22
- package/schemas/2024-07/variants/in_stock.json +45 -45
- package/schemas/2024-07/variants/out_of_stock.json +45 -45
- package/schemas/2024-10/app/scopes_update.json +13 -13
- package/schemas/2024-10/app/uninstalled.json +171 -171
- package/schemas/2024-10/app_purchases_one_time/update.json +18 -18
- package/schemas/2024-10/app_subscriptions/approaching_capped_amount.json +19 -19
- package/schemas/2024-10/app_subscriptions/update.json +23 -23
- package/schemas/2024-10/audit_events/admin_api_activity.json +120 -120
- package/schemas/2024-10/bulk_operations/finish.json +10 -10
- package/schemas/2024-10/carts/create.json +135 -135
- package/schemas/2024-10/carts/update.json +135 -135
- package/schemas/2024-10/channels/delete.json +2 -2
- package/schemas/2024-10/checkouts/create.json +1013 -1013
- package/schemas/2024-10/checkouts/delete.json +34 -34
- package/schemas/2024-10/checkouts/update.json +1013 -1013
- package/schemas/2024-10/collection_listings/add.json +22 -22
- package/schemas/2024-10/collection_listings/remove.json +8 -8
- package/schemas/2024-10/collection_listings/update.json +22 -22
- package/schemas/2024-10/collection_publications/create.json +23 -23
- package/schemas/2024-10/collection_publications/delete.json +2 -2
- package/schemas/2024-10/collection_publications/update.json +23 -23
- package/schemas/2024-10/collections/create.json +27 -27
- package/schemas/2024-10/collections/delete.json +8 -8
- package/schemas/2024-10/collections/update.json +27 -27
- package/schemas/2024-10/companies/create.json +25 -25
- package/schemas/2024-10/companies/delete.json +25 -25
- package/schemas/2024-10/companies/update.json +25 -25
- package/schemas/2024-10/company_contact_roles/assign.json +215 -215
- package/schemas/2024-10/company_contact_roles/revoke.json +215 -215
- package/schemas/2024-10/company_contacts/create.json +52 -52
- package/schemas/2024-10/company_contacts/delete.json +52 -52
- package/schemas/2024-10/company_contacts/update.json +52 -52
- package/schemas/2024-10/company_locations/create.json +168 -168
- package/schemas/2024-10/company_locations/delete.json +168 -168
- package/schemas/2024-10/company_locations/update.json +168 -168
- package/schemas/2024-10/customer.tags_added.json +12 -12
- package/schemas/2024-10/customer.tags_removed.json +12 -12
- package/schemas/2024-10/customer_account_settings/update.json +13 -13
- package/schemas/2024-10/customer_groups/create.json +12 -12
- package/schemas/2024-10/customer_groups/delete.json +2 -2
- package/schemas/2024-10/customer_groups/update.json +12 -12
- package/schemas/2024-10/customer_payment_methods/create.json +24 -24
- package/schemas/2024-10/customer_payment_methods/revoke.json +24 -24
- package/schemas/2024-10/customer_payment_methods/update.json +24 -24
- package/schemas/2024-10/customers/create.json +143 -73
- package/schemas/2024-10/customers/delete.json +23 -23
- package/schemas/2024-10/customers/disable.json +143 -73
- package/schemas/2024-10/customers/enable.json +143 -73
- package/schemas/2024-10/customers/merge.json +24 -24
- package/schemas/2024-10/customers/update.json +143 -73
- package/schemas/2024-10/customers_email_marketing_consent/update.json +12 -12
- package/schemas/2024-10/customers_marketing_consent/update.json +14 -14
- package/schemas/2024-10/discounts/create.json +12 -12
- package/schemas/2024-10/discounts/delete.json +6 -6
- package/schemas/2024-10/discounts/redeemcode_added.json +14 -14
- package/schemas/2024-10/discounts/redeemcode_removed.json +14 -14
- package/schemas/2024-10/discounts/update.json +12 -12
- package/schemas/2024-10/disputes/create.json +40 -40
- package/schemas/2024-10/disputes/update.json +40 -40
- package/schemas/2024-10/domains/create.json +20 -20
- package/schemas/2024-10/domains/destroy.json +20 -20
- package/schemas/2024-10/domains/update.json +20 -20
- package/schemas/2024-10/draft_orders/create.json +1050 -1034
- package/schemas/2024-10/draft_orders/delete.json +2 -2
- package/schemas/2024-10/draft_orders/update.json +1050 -1034
- package/schemas/2024-10/fulfillment_events/create.json +64 -64
- package/schemas/2024-10/fulfillment_events/delete.json +64 -64
- package/schemas/2024-10/fulfillment_orders/cancellation_request_accepted.json +6 -6
- package/schemas/2024-10/fulfillment_orders/cancellation_request_rejected.json +10 -10
- package/schemas/2024-10/fulfillment_orders/cancellation_request_submitted.json +14 -14
- package/schemas/2024-10/fulfillment_orders/cancelled.json +10 -10
- package/schemas/2024-10/fulfillment_orders/fulfillment_request_accepted.json +10 -10
- package/schemas/2024-10/fulfillment_orders/fulfillment_request_rejected.json +10 -10
- package/schemas/2024-10/fulfillment_orders/fulfillment_request_submitted.json +30 -30
- package/schemas/2024-10/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
- package/schemas/2024-10/fulfillment_orders/hold_released.json +6 -6
- package/schemas/2024-10/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
- package/schemas/2024-10/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
- package/schemas/2024-10/fulfillment_orders/merged.json +35 -35
- package/schemas/2024-10/fulfillment_orders/moved.json +53 -53
- package/schemas/2024-10/fulfillment_orders/order_routing_complete.json +6 -6
- package/schemas/2024-10/fulfillment_orders/placed_on_hold.json +214 -214
- package/schemas/2024-10/fulfillment_orders/rescheduled.json +12 -12
- package/schemas/2024-10/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
- package/schemas/2024-10/fulfillment_orders/split.json +179 -179
- package/schemas/2024-10/fulfillments/create.json +355 -355
- package/schemas/2024-10/fulfillments/update.json +355 -355
- package/schemas/2024-10/inventory_items/create.json +42 -42
- package/schemas/2024-10/inventory_items/delete.json +23 -23
- package/schemas/2024-10/inventory_items/update.json +42 -42
- package/schemas/2024-10/inventory_levels/connect.json +16 -16
- package/schemas/2024-10/inventory_levels/disconnect.json +2 -2
- package/schemas/2024-10/inventory_levels/update.json +16 -16
- package/schemas/2024-10/locales/create.json +2 -2
- package/schemas/2024-10/locales/update.json +2 -2
- package/schemas/2024-10/locations/activate.json +37 -37
- package/schemas/2024-10/locations/create.json +37 -37
- package/schemas/2024-10/locations/deactivate.json +37 -37
- package/schemas/2024-10/locations/delete.json +2 -2
- package/schemas/2024-10/locations/update.json +37 -37
- package/schemas/2024-10/markets/create.json +10 -10
- package/schemas/2024-10/markets/delete.json +2 -2
- package/schemas/2024-10/markets/update.json +10 -10
- package/schemas/2024-10/metaobjects/create.json +52 -52
- package/schemas/2024-10/metaobjects/delete.json +13 -13
- package/schemas/2024-10/metaobjects/update.json +52 -52
- package/schemas/2024-10/order_transactions/create.json +115 -115
- package/schemas/2024-10/orders/cancelled.json +1956 -1956
- package/schemas/2024-10/orders/create.json +1956 -1956
- package/schemas/2024-10/orders/delete.json +2 -2
- package/schemas/2024-10/orders/edited.json +76 -76
- package/schemas/2024-10/orders/fulfilled.json +1956 -1956
- package/schemas/2024-10/orders/paid.json +1956 -1956
- package/schemas/2024-10/orders/partially_fulfilled.json +1956 -1956
- package/schemas/2024-10/orders/risk_assessment_changed.json +21 -21
- package/schemas/2024-10/orders/shopify_protect_eligibility_changed.json +12 -12
- package/schemas/2024-10/orders/updated.json +1956 -1956
- package/schemas/2024-10/payment_schedules/due.json +47 -31
- package/schemas/2024-10/payment_terms/create.json +71 -55
- package/schemas/2024-10/payment_terms/delete.json +2 -2
- package/schemas/2024-10/payment_terms/update.json +71 -55
- package/schemas/2024-10/product_feeds/create.json +7 -7
- package/schemas/2024-10/product_feeds/full_sync.json +195 -195
- package/schemas/2024-10/product_feeds/full_sync_finish.json +58 -58
- package/schemas/2024-10/product_feeds/incremental_sync.json +190 -190
- package/schemas/2024-10/product_feeds/update.json +7 -7
- package/schemas/2024-10/product_listings/add.json +132 -132
- package/schemas/2024-10/product_listings/remove.json +4 -4
- package/schemas/2024-10/product_listings/update.json +132 -132
- package/schemas/2024-10/product_publications/create.json +23 -23
- package/schemas/2024-10/product_publications/delete.json +2 -2
- package/schemas/2024-10/product_publications/update.json +23 -23
- package/schemas/2024-10/products/create.json +283 -283
- package/schemas/2024-10/products/delete.json +2 -2
- package/schemas/2024-10/products/update.json +283 -283
- package/schemas/2024-10/profiles/create.json +2 -2
- package/schemas/2024-10/profiles/delete.json +2 -2
- package/schemas/2024-10/profiles/update.json +2 -2
- package/schemas/2024-10/refunds/create.json +499 -356
- package/schemas/2024-10/returns/approve.json +71 -71
- package/schemas/2024-10/returns/cancel.json +7 -7
- package/schemas/2024-10/returns/close.json +7 -7
- package/schemas/2024-10/returns/decline.json +18 -18
- package/schemas/2024-10/returns/reopen.json +7 -7
- package/schemas/2024-10/returns/request.json +35 -35
- package/schemas/2024-10/returns/update.json +40 -40
- package/schemas/2024-10/reverse_deliveries/attach_deliverable.json +36 -36
- package/schemas/2024-10/reverse_fulfillment_orders/dispose.json +39 -39
- package/schemas/2024-10/scheduled_product_listings/add.json +132 -132
- package/schemas/2024-10/scheduled_product_listings/remove.json +4 -4
- package/schemas/2024-10/scheduled_product_listings/update.json +132 -132
- package/schemas/2024-10/segments/create.json +13 -13
- package/schemas/2024-10/segments/delete.json +2 -2
- package/schemas/2024-10/segments/update.json +13 -13
- package/schemas/2024-10/selling_plan_groups/create.json +76 -76
- package/schemas/2024-10/selling_plan_groups/delete.json +4 -4
- package/schemas/2024-10/selling_plan_groups/update.json +76 -76
- package/schemas/2024-10/shop/update.json +171 -171
- package/schemas/2024-10/subscription_billing_attempts/challenged.json +38 -38
- package/schemas/2024-10/subscription_billing_attempts/failure.json +38 -38
- package/schemas/2024-10/subscription_billing_attempts/success.json +38 -38
- package/schemas/2024-10/subscription_billing_cycle_edits/create.json +24 -24
- package/schemas/2024-10/subscription_billing_cycle_edits/delete.json +24 -24
- package/schemas/2024-10/subscription_billing_cycle_edits/update.json +24 -24
- package/schemas/2024-10/subscription_billing_cycles/skip.json +24 -24
- package/schemas/2024-10/subscription_billing_cycles/unskip.json +24 -24
- package/schemas/2024-10/subscription_contracts/activate.json +29 -29
- package/schemas/2024-10/subscription_contracts/cancel.json +29 -29
- package/schemas/2024-10/subscription_contracts/create.json +29 -29
- package/schemas/2024-10/subscription_contracts/expire.json +29 -29
- package/schemas/2024-10/subscription_contracts/fail.json +29 -29
- package/schemas/2024-10/subscription_contracts/pause.json +29 -29
- package/schemas/2024-10/subscription_contracts/update.json +29 -29
- package/schemas/2024-10/tax_services/create.json +9 -9
- package/schemas/2024-10/tax_services/update.json +9 -9
- package/schemas/2024-10/tender_transactions/create.json +36 -36
- package/schemas/2024-10/themes/create.json +22 -22
- package/schemas/2024-10/themes/delete.json +2 -2
- package/schemas/2024-10/themes/publish.json +22 -22
- package/schemas/2024-10/themes/update.json +22 -22
- package/schemas/2024-10/variants/in_stock.json +45 -45
- package/schemas/2024-10/variants/out_of_stock.json +45 -45
- package/schemas/2025-01/app/scopes_update.json +13 -13
- package/schemas/2025-01/app/uninstalled.json +171 -171
- package/schemas/2025-01/app_purchases_one_time/update.json +18 -18
- package/schemas/2025-01/app_subscriptions/approaching_capped_amount.json +19 -19
- package/schemas/2025-01/app_subscriptions/update.json +23 -23
- package/schemas/2025-01/audit_events/admin_api_activity.json +120 -120
- package/schemas/2025-01/bulk_operations/finish.json +10 -10
- package/schemas/2025-01/carts/create.json +135 -135
- package/schemas/2025-01/carts/update.json +135 -135
- package/schemas/2025-01/channels/delete.json +2 -2
- package/schemas/2025-01/checkouts/create.json +1013 -1013
- package/schemas/2025-01/checkouts/delete.json +34 -34
- package/schemas/2025-01/checkouts/update.json +1013 -1013
- package/schemas/2025-01/collection_listings/add.json +22 -22
- package/schemas/2025-01/collection_listings/remove.json +8 -8
- package/schemas/2025-01/collection_listings/update.json +22 -22
- package/schemas/2025-01/collection_publications/create.json +23 -23
- package/schemas/2025-01/collection_publications/delete.json +2 -2
- package/schemas/2025-01/collection_publications/update.json +23 -23
- package/schemas/2025-01/collections/create.json +27 -27
- package/schemas/2025-01/collections/delete.json +8 -8
- package/schemas/2025-01/collections/update.json +27 -27
- package/schemas/2025-01/companies/create.json +25 -25
- package/schemas/2025-01/companies/delete.json +25 -25
- package/schemas/2025-01/companies/update.json +25 -25
- package/schemas/2025-01/company_contact_roles/assign.json +215 -215
- package/schemas/2025-01/company_contact_roles/revoke.json +215 -215
- package/schemas/2025-01/company_contacts/create.json +52 -52
- package/schemas/2025-01/company_contacts/delete.json +52 -52
- package/schemas/2025-01/company_contacts/update.json +52 -52
- package/schemas/2025-01/company_locations/create.json +168 -168
- package/schemas/2025-01/company_locations/delete.json +168 -168
- package/schemas/2025-01/company_locations/update.json +168 -168
- package/schemas/2025-01/customer.tags_added.json +12 -12
- package/schemas/2025-01/customer.tags_removed.json +12 -12
- package/schemas/2025-01/customer_account_settings/update.json +13 -13
- package/schemas/2025-01/customer_groups/create.json +12 -12
- package/schemas/2025-01/customer_groups/delete.json +2 -2
- package/schemas/2025-01/customer_groups/update.json +12 -12
- package/schemas/2025-01/customer_payment_methods/create.json +24 -24
- package/schemas/2025-01/customer_payment_methods/revoke.json +24 -24
- package/schemas/2025-01/customer_payment_methods/update.json +24 -24
- package/schemas/2025-01/customers/create.json +143 -73
- package/schemas/2025-01/customers/delete.json +23 -23
- package/schemas/2025-01/customers/disable.json +143 -73
- package/schemas/2025-01/customers/enable.json +143 -73
- package/schemas/2025-01/customers/merge.json +24 -24
- package/schemas/2025-01/customers/update.json +143 -73
- package/schemas/2025-01/customers_email_marketing_consent/update.json +12 -12
- package/schemas/2025-01/customers_marketing_consent/update.json +14 -14
- package/schemas/2025-01/delivery_promise_settings/update.json +9 -9
- package/schemas/2025-01/discounts/create.json +12 -12
- package/schemas/2025-01/discounts/delete.json +6 -6
- package/schemas/2025-01/discounts/redeemcode_added.json +14 -14
- package/schemas/2025-01/discounts/redeemcode_removed.json +14 -14
- package/schemas/2025-01/discounts/update.json +12 -12
- package/schemas/2025-01/disputes/create.json +40 -40
- package/schemas/2025-01/disputes/update.json +40 -40
- package/schemas/2025-01/domains/create.json +20 -20
- package/schemas/2025-01/domains/destroy.json +20 -20
- package/schemas/2025-01/domains/update.json +20 -20
- package/schemas/2025-01/draft_orders/create.json +1050 -1034
- package/schemas/2025-01/draft_orders/delete.json +2 -2
- package/schemas/2025-01/draft_orders/update.json +1050 -1034
- package/schemas/2025-01/fulfillment_events/create.json +64 -64
- package/schemas/2025-01/fulfillment_events/delete.json +64 -64
- package/schemas/2025-01/fulfillment_orders/cancellation_request_accepted.json +6 -6
- package/schemas/2025-01/fulfillment_orders/cancellation_request_rejected.json +10 -10
- package/schemas/2025-01/fulfillment_orders/cancellation_request_submitted.json +14 -14
- package/schemas/2025-01/fulfillment_orders/cancelled.json +10 -10
- package/schemas/2025-01/fulfillment_orders/fulfillment_request_accepted.json +10 -10
- package/schemas/2025-01/fulfillment_orders/fulfillment_request_rejected.json +10 -10
- package/schemas/2025-01/fulfillment_orders/fulfillment_request_submitted.json +30 -30
- package/schemas/2025-01/fulfillment_orders/fulfillment_service_failed_to_complete.json +6 -6
- package/schemas/2025-01/fulfillment_orders/hold_released.json +6 -6
- package/schemas/2025-01/fulfillment_orders/line_items_prepared_for_local_delivery.json +18 -18
- package/schemas/2025-01/fulfillment_orders/line_items_prepared_for_pickup.json +18 -18
- package/schemas/2025-01/fulfillment_orders/merged.json +35 -35
- package/schemas/2025-01/fulfillment_orders/moved.json +53 -53
- package/schemas/2025-01/fulfillment_orders/order_routing_complete.json +6 -6
- package/schemas/2025-01/fulfillment_orders/placed_on_hold.json +214 -214
- package/schemas/2025-01/fulfillment_orders/rescheduled.json +12 -12
- package/schemas/2025-01/fulfillment_orders/scheduled_fulfillment_order_ready.json +6 -6
- package/schemas/2025-01/fulfillment_orders/split.json +179 -179
- package/schemas/2025-01/fulfillments/create.json +355 -355
- package/schemas/2025-01/fulfillments/update.json +355 -355
- package/schemas/2025-01/inventory_items/create.json +42 -42
- package/schemas/2025-01/inventory_items/delete.json +23 -23
- package/schemas/2025-01/inventory_items/update.json +42 -42
- package/schemas/2025-01/inventory_levels/connect.json +16 -16
- package/schemas/2025-01/inventory_levels/disconnect.json +2 -2
- package/schemas/2025-01/inventory_levels/update.json +16 -16
- package/schemas/2025-01/locales/create.json +2 -2
- package/schemas/2025-01/locales/update.json +2 -2
- package/schemas/2025-01/locations/activate.json +37 -37
- package/schemas/2025-01/locations/create.json +37 -37
- package/schemas/2025-01/locations/deactivate.json +37 -37
- package/schemas/2025-01/locations/delete.json +2 -2
- package/schemas/2025-01/locations/update.json +37 -37
- package/schemas/2025-01/markets/create.json +10 -10
- package/schemas/2025-01/markets/delete.json +2 -2
- package/schemas/2025-01/markets/update.json +10 -10
- package/schemas/2025-01/metaobjects/create.json +52 -52
- package/schemas/2025-01/metaobjects/delete.json +13 -13
- package/schemas/2025-01/metaobjects/update.json +52 -52
- package/schemas/2025-01/order_transactions/create.json +115 -115
- package/schemas/2025-01/orders/cancelled.json +1956 -1956
- package/schemas/2025-01/orders/create.json +1956 -1956
- package/schemas/2025-01/orders/delete.json +2 -2
- package/schemas/2025-01/orders/edited.json +76 -76
- package/schemas/2025-01/orders/fulfilled.json +1956 -1956
- package/schemas/2025-01/orders/paid.json +1956 -1956
- package/schemas/2025-01/orders/partially_fulfilled.json +1956 -1956
- package/schemas/2025-01/orders/risk_assessment_changed.json +21 -21
- package/schemas/2025-01/orders/shopify_protect_eligibility_changed.json +12 -12
- package/schemas/2025-01/orders/updated.json +1956 -1956
- package/schemas/2025-01/payment_schedules/due.json +47 -31
- package/schemas/2025-01/payment_terms/create.json +71 -55
- package/schemas/2025-01/payment_terms/delete.json +2 -2
- package/schemas/2025-01/payment_terms/update.json +71 -55
- package/schemas/2025-01/product_feeds/create.json +7 -7
- package/schemas/2025-01/product_feeds/full_sync.json +195 -195
- package/schemas/2025-01/product_feeds/full_sync_finish.json +58 -58
- package/schemas/2025-01/product_feeds/incremental_sync.json +190 -190
- package/schemas/2025-01/product_feeds/update.json +7 -7
- package/schemas/2025-01/product_listings/add.json +132 -132
- package/schemas/2025-01/product_listings/remove.json +4 -4
- package/schemas/2025-01/product_listings/update.json +132 -132
- package/schemas/2025-01/product_publications/create.json +23 -23
- package/schemas/2025-01/product_publications/delete.json +2 -2
- package/schemas/2025-01/product_publications/update.json +23 -23
- package/schemas/2025-01/products/create.json +283 -283
- package/schemas/2025-01/products/delete.json +2 -2
- package/schemas/2025-01/products/update.json +283 -283
- package/schemas/2025-01/profiles/create.json +2 -2
- package/schemas/2025-01/profiles/delete.json +2 -2
- package/schemas/2025-01/profiles/update.json +2 -2
- package/schemas/2025-01/refunds/create.json +499 -356
- package/schemas/2025-01/returns/approve.json +71 -71
- package/schemas/2025-01/returns/cancel.json +7 -7
- package/schemas/2025-01/returns/close.json +7 -7
- package/schemas/2025-01/returns/decline.json +18 -18
- package/schemas/2025-01/returns/reopen.json +7 -7
- package/schemas/2025-01/returns/request.json +35 -35
- package/schemas/2025-01/returns/update.json +40 -40
- package/schemas/2025-01/reverse_deliveries/attach_deliverable.json +36 -36
- package/schemas/2025-01/reverse_fulfillment_orders/dispose.json +39 -39
- package/schemas/2025-01/scheduled_product_listings/add.json +132 -132
- package/schemas/2025-01/scheduled_product_listings/remove.json +4 -4
- package/schemas/2025-01/scheduled_product_listings/update.json +132 -132
- package/schemas/2025-01/segments/create.json +13 -13
- package/schemas/2025-01/segments/delete.json +2 -2
- package/schemas/2025-01/segments/update.json +13 -13
- package/schemas/2025-01/selling_plan_groups/create.json +76 -76
- package/schemas/2025-01/selling_plan_groups/delete.json +4 -4
- package/schemas/2025-01/selling_plan_groups/update.json +76 -76
- package/schemas/2025-01/shop/update.json +171 -171
- package/schemas/2025-01/subscription_billing_attempts/challenged.json +38 -38
- package/schemas/2025-01/subscription_billing_attempts/failure.json +38 -38
- package/schemas/2025-01/subscription_billing_attempts/success.json +38 -38
- package/schemas/2025-01/subscription_billing_cycle_edits/create.json +24 -24
- package/schemas/2025-01/subscription_billing_cycle_edits/delete.json +24 -24
- package/schemas/2025-01/subscription_billing_cycle_edits/update.json +24 -24
- package/schemas/2025-01/subscription_billing_cycles/skip.json +24 -24
- package/schemas/2025-01/subscription_billing_cycles/unskip.json +24 -24
- package/schemas/2025-01/subscription_contracts/activate.json +29 -29
- package/schemas/2025-01/subscription_contracts/cancel.json +29 -29
- package/schemas/2025-01/subscription_contracts/create.json +29 -29
- package/schemas/2025-01/subscription_contracts/expire.json +29 -29
- package/schemas/2025-01/subscription_contracts/fail.json +29 -29
- package/schemas/2025-01/subscription_contracts/pause.json +29 -29
- package/schemas/2025-01/subscription_contracts/update.json +29 -29
- package/schemas/2025-01/tax_services/create.json +9 -9
- package/schemas/2025-01/tax_services/update.json +9 -9
- package/schemas/2025-01/tender_transactions/create.json +36 -36
- package/schemas/2025-01/themes/create.json +22 -22
- package/schemas/2025-01/themes/delete.json +2 -2
- package/schemas/2025-01/themes/publish.json +22 -22
- package/schemas/2025-01/themes/update.json +22 -22
- package/schemas/2025-01/variants/in_stock.json +45 -45
- package/schemas/2025-01/variants/out_of_stock.json +45 -45
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"idempotency_key": "9a453d81-d41d-403e-806f-714dee215ff9",
|
|
21
21
|
"order_id": 1,
|
|
22
22
|
"admin_graphql_api_order_id": "gid://shopify/Order/1",
|
|
23
|
-
"subscription_contract_id":
|
|
24
|
-
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/
|
|
23
|
+
"subscription_contract_id": 1510940839,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/1510940839",
|
|
25
25
|
"ready": true,
|
|
26
26
|
"error_message": null,
|
|
27
27
|
"error_code": null
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"idempotency_key": "9a453d81-d41d-403e-806f-714dee215ff9",
|
|
21
21
|
"order_id": 1,
|
|
22
22
|
"admin_graphql_api_order_id": "gid://shopify/Order/1",
|
|
23
|
-
"subscription_contract_id":
|
|
24
|
-
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/
|
|
23
|
+
"subscription_contract_id": 733965222,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/733965222",
|
|
25
25
|
"ready": true,
|
|
26
26
|
"error_message": null,
|
|
27
27
|
"error_code": null
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"idempotency_key": "9a453d81-d41d-403e-806f-714dee215ff9",
|
|
21
21
|
"order_id": 1,
|
|
22
22
|
"admin_graphql_api_order_id": "gid://shopify/Order/1",
|
|
23
|
-
"subscription_contract_id":
|
|
24
|
-
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/
|
|
23
|
+
"subscription_contract_id": 861163575,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/861163575",
|
|
25
25
|
"ready": true,
|
|
26
26
|
"error_message": null,
|
|
27
27
|
"error_code": null
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "subscription_billing_cycle_edits/create",
|
|
13
13
|
"related_resource": "SubscriptionBillingCycle",
|
|
14
14
|
"response": {
|
|
15
|
-
"subscription_contract_id":
|
|
15
|
+
"subscription_contract_id": 8123355274,
|
|
16
16
|
"cycle_start_at": "2022-10-01T00:00:00-04:00",
|
|
17
17
|
"cycle_end_at": "2022-11-01T00:00:00-04:00",
|
|
18
18
|
"cycle_index": 1,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "subscription_billing_cycle_edits/delete",
|
|
13
13
|
"related_resource": "SubscriptionBillingCycle",
|
|
14
14
|
"response": {
|
|
15
|
-
"subscription_contract_id":
|
|
15
|
+
"subscription_contract_id": 8579737181,
|
|
16
16
|
"cycle_start_at": "2022-10-01T00:00:00-04:00",
|
|
17
17
|
"cycle_end_at": "2022-11-01T00:00:00-04:00",
|
|
18
18
|
"cycle_index": 1,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "subscription_billing_cycle_edits/update",
|
|
13
13
|
"related_resource": "SubscriptionBillingCycle",
|
|
14
14
|
"response": {
|
|
15
|
-
"subscription_contract_id":
|
|
15
|
+
"subscription_contract_id": 4158913166,
|
|
16
16
|
"cycle_start_at": "2022-10-01T00:00:00-04:00",
|
|
17
17
|
"cycle_end_at": "2022-11-01T00:00:00-04:00",
|
|
18
18
|
"cycle_index": 1,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "subscription_billing_cycles/skip",
|
|
13
13
|
"related_resource": "SubscriptionBillingCycle",
|
|
14
14
|
"response": {
|
|
15
|
-
"subscription_contract_id":
|
|
15
|
+
"subscription_contract_id": 9749380276,
|
|
16
16
|
"cycle_start_at": "2022-10-01T00:00:00-04:00",
|
|
17
17
|
"cycle_end_at": "2022-11-01T00:00:00-04:00",
|
|
18
18
|
"cycle_index": 1,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"name": "subscription_billing_cycles/unskip",
|
|
13
13
|
"related_resource": "SubscriptionBillingCycle",
|
|
14
14
|
"response": {
|
|
15
|
-
"subscription_contract_id":
|
|
15
|
+
"subscription_contract_id": 4426857778,
|
|
16
16
|
"cycle_start_at": "2022-10-01T00:00:00-04:00",
|
|
17
17
|
"cycle_end_at": "2022-11-01T00:00:00-04:00",
|
|
18
18
|
"cycle_index": 1,
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "subscription_contracts/activate",
|
|
13
13
|
"related_resource": "SubscriptionContract",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/9089733309",
|
|
16
|
+
"id": 9089733309,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"status": "active",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "2363628556"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "subscription_contracts/cancel",
|
|
13
13
|
"related_resource": "SubscriptionContract",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/2419520725",
|
|
16
|
+
"id": 2419520725,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"status": "cancelled",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "7392155900"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "subscription_contracts/create",
|
|
13
13
|
"related_resource": "SubscriptionContract",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/5270770410",
|
|
16
|
+
"id": 5270770410,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"status": "active",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "8438388633"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "subscription_contracts/expire",
|
|
13
13
|
"related_resource": "SubscriptionContract",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/1411090965",
|
|
16
|
+
"id": 1411090965,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"status": "expired",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "1096602836"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "subscription_contracts/fail",
|
|
13
13
|
"related_resource": "SubscriptionContract",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/8382193071",
|
|
16
|
+
"id": 8382193071,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"status": "failed",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "6055633150"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "subscription_contracts/pause",
|
|
13
13
|
"related_resource": "SubscriptionContract",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/9927207851",
|
|
16
|
+
"id": 9927207851,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"status": "paused",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "6655935522"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "subscription_contracts/update",
|
|
13
13
|
"related_resource": "SubscriptionContract",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SubscriptionContract/6369531091",
|
|
16
|
+
"id": 6369531091,
|
|
17
17
|
"billing_policy": {
|
|
18
18
|
"interval": "week",
|
|
19
19
|
"interval_count": 4,
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"status": "active",
|
|
31
31
|
"admin_graphql_api_origin_order_id": "gid://shopify/Order/1",
|
|
32
32
|
"origin_order_id": 1,
|
|
33
|
-
"revision_id": "
|
|
33
|
+
"revision_id": "9909815331"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"deprecated": false,
|
|
8
8
|
"description": "Occurs whenever the access scopes of any installation are modified. Allows apps to keep track of the granted access scopes of their installations.",
|
|
9
9
|
"name": "app/scopes_update",
|
|
10
|
-
"related_resource": "
|
|
10
|
+
"related_resource": "Shop",
|
|
11
11
|
"response": {
|
|
12
12
|
"id": 1,
|
|
13
13
|
"previous": [
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"related_resource": "ApplicationCharge",
|
|
10
10
|
"response": {
|
|
11
11
|
"app_purchase_one_time": {
|
|
12
|
-
"admin_graphql_api_id": "gid://shopify/AppPurchaseOneTime/
|
|
12
|
+
"admin_graphql_api_id": "gid://shopify/AppPurchaseOneTime/1017262364",
|
|
13
13
|
"name": "Webhook Test",
|
|
14
14
|
"status": "PENDING",
|
|
15
15
|
"admin_graphql_api_shop_id": "gid://shopify/Shop/548380009",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"related_resource": "RecurringApplicationCharge",
|
|
10
10
|
"response": {
|
|
11
11
|
"app_subscription": {
|
|
12
|
-
"admin_graphql_api_id": "gid://shopify/AppSubscription/
|
|
12
|
+
"admin_graphql_api_id": "gid://shopify/AppSubscription/1029266975",
|
|
13
13
|
"name": "Webhook Test",
|
|
14
14
|
"balance_used": 0,
|
|
15
15
|
"capped_amount": "20.0",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"related_resource": "RecurringApplicationCharge",
|
|
11
11
|
"response": {
|
|
12
12
|
"app_subscription": {
|
|
13
|
-
"admin_graphql_api_id": "gid://shopify/AppSubscription/
|
|
13
|
+
"admin_graphql_api_id": "gid://shopify/AppSubscription/1029266976",
|
|
14
14
|
"name": "Webhook Test",
|
|
15
15
|
"status": "PENDING",
|
|
16
16
|
"admin_graphql_api_shop_id": "gid://shopify/Shop/548380009",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"related_resource": "BulkOperation",
|
|
11
11
|
"response": {
|
|
12
12
|
"admin_graphql_api_id": "gid://shopify/BulkOperation/147595010",
|
|
13
|
-
"completed_at": "2024-10-
|
|
14
|
-
"created_at": "2024-10-
|
|
13
|
+
"completed_at": "2024-10-30T16:01:30-04:00",
|
|
14
|
+
"created_at": "2024-10-30T16:01:30-04:00",
|
|
15
15
|
"error_code": null,
|
|
16
16
|
"status": "completed",
|
|
17
17
|
"type": "query"
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
{
|
|
45
45
|
"applied_discounts": [],
|
|
46
46
|
"discount_allocations": [],
|
|
47
|
-
"key": "
|
|
48
|
-
"destination_location_id":
|
|
47
|
+
"key": "68a98033e2538e8ab4106a9c1d4a0622",
|
|
48
|
+
"destination_location_id": 1015975202,
|
|
49
49
|
"fulfillment_service": "manual",
|
|
50
50
|
"gift_card": false,
|
|
51
51
|
"grams": 567,
|
|
52
|
-
"origin_location_id":
|
|
52
|
+
"origin_location_id": 1015975201,
|
|
53
53
|
"presentment_title": "IPod Nano - 8GB",
|
|
54
54
|
"presentment_variant_title": "Pink",
|
|
55
55
|
"product_id": 632910392,
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
{
|
|
104
104
|
"applied_discounts": [],
|
|
105
105
|
"discount_allocations": [],
|
|
106
|
-
"key": "
|
|
107
|
-
"destination_location_id":
|
|
106
|
+
"key": "68a98033e2538e8ab4106a9c1d4a0622",
|
|
107
|
+
"destination_location_id": 1015975202,
|
|
108
108
|
"fulfillment_service": "manual",
|
|
109
109
|
"gift_card": false,
|
|
110
110
|
"grams": 567,
|
|
111
|
-
"origin_location_id":
|
|
111
|
+
"origin_location_id": 1015975201,
|
|
112
112
|
"presentment_title": "IPod Nano - 8GB",
|
|
113
113
|
"presentment_variant_title": "Pink",
|
|
114
114
|
"product_id": 632910392,
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
{
|
|
45
45
|
"applied_discounts": [],
|
|
46
46
|
"discount_allocations": [],
|
|
47
|
-
"key": "
|
|
48
|
-
"destination_location_id":
|
|
47
|
+
"key": "44cc3452dda55bec441587b8e28b1e10",
|
|
48
|
+
"destination_location_id": 1015975234,
|
|
49
49
|
"fulfillment_service": "manual",
|
|
50
50
|
"gift_card": false,
|
|
51
51
|
"grams": 567,
|
|
52
|
-
"origin_location_id":
|
|
52
|
+
"origin_location_id": 1015975233,
|
|
53
53
|
"presentment_title": "IPod Nano - 8GB",
|
|
54
54
|
"presentment_variant_title": "Pink",
|
|
55
55
|
"product_id": 632910392,
|
|
@@ -103,12 +103,12 @@
|
|
|
103
103
|
{
|
|
104
104
|
"applied_discounts": [],
|
|
105
105
|
"discount_allocations": [],
|
|
106
|
-
"key": "
|
|
107
|
-
"destination_location_id":
|
|
106
|
+
"key": "44cc3452dda55bec441587b8e28b1e10",
|
|
107
|
+
"destination_location_id": 1015975234,
|
|
108
108
|
"fulfillment_service": "manual",
|
|
109
109
|
"gift_card": false,
|
|
110
110
|
"grams": 567,
|
|
111
|
-
"origin_location_id":
|
|
111
|
+
"origin_location_id": 1015975233,
|
|
112
112
|
"presentment_title": "IPod Nano - 8GB",
|
|
113
113
|
"presentment_variant_title": "Pink",
|
|
114
114
|
"product_id": 632910392,
|
|
@@ -21,23 +21,42 @@
|
|
|
21
21
|
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
22
22
|
"first_name": "Bob",
|
|
23
23
|
"last_name": "Biller",
|
|
24
|
-
"orders_count":
|
|
24
|
+
"orders_count": 1,
|
|
25
25
|
"state": "disabled",
|
|
26
|
-
"total_spent": "
|
|
27
|
-
"last_order_id":
|
|
26
|
+
"total_spent": "100.00",
|
|
27
|
+
"last_order_id": 820982911946154500,
|
|
28
28
|
"note": "This customer loves ice cream",
|
|
29
29
|
"verified_email": true,
|
|
30
30
|
"multipass_identifier": null,
|
|
31
31
|
"tax_exempt": false,
|
|
32
32
|
"tags": "",
|
|
33
|
-
"last_order_name":
|
|
33
|
+
"last_order_name": "#9999",
|
|
34
34
|
"currency": "USD",
|
|
35
35
|
"phone": null,
|
|
36
36
|
"addresses": [],
|
|
37
37
|
"tax_exemptions": [],
|
|
38
38
|
"email_marketing_consent": null,
|
|
39
39
|
"sms_marketing_consent": null,
|
|
40
|
-
"admin_graphql_api_id": "gid://shopify/Customer/706405506930370084"
|
|
40
|
+
"admin_graphql_api_id": "gid://shopify/Customer/706405506930370084",
|
|
41
|
+
"default_address": {
|
|
42
|
+
"id": 12321,
|
|
43
|
+
"customer_id": 706405506930370000,
|
|
44
|
+
"first_name": "Bob",
|
|
45
|
+
"last_name": "Biller",
|
|
46
|
+
"company": null,
|
|
47
|
+
"address1": "151 O'Connor Street",
|
|
48
|
+
"address2": null,
|
|
49
|
+
"city": "Ottawa",
|
|
50
|
+
"province": "ON",
|
|
51
|
+
"country": "CA",
|
|
52
|
+
"zip": "K2P 2L8",
|
|
53
|
+
"phone": "555-555-5555",
|
|
54
|
+
"name": "Bob Biller",
|
|
55
|
+
"province_code": "ON",
|
|
56
|
+
"country_code": "CA",
|
|
57
|
+
"country_name": "CA",
|
|
58
|
+
"default": false
|
|
59
|
+
}
|
|
41
60
|
},
|
|
42
61
|
"shop_feature": false
|
|
43
62
|
}
|
|
@@ -21,23 +21,42 @@
|
|
|
21
21
|
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
22
22
|
"first_name": "Bob",
|
|
23
23
|
"last_name": "Biller",
|
|
24
|
-
"orders_count":
|
|
24
|
+
"orders_count": 1,
|
|
25
25
|
"state": "disabled",
|
|
26
|
-
"total_spent": "
|
|
27
|
-
"last_order_id":
|
|
26
|
+
"total_spent": "100.00",
|
|
27
|
+
"last_order_id": 820982911946154500,
|
|
28
28
|
"note": "This customer loves ice cream",
|
|
29
29
|
"verified_email": true,
|
|
30
30
|
"multipass_identifier": null,
|
|
31
31
|
"tax_exempt": false,
|
|
32
32
|
"tags": "",
|
|
33
|
-
"last_order_name":
|
|
33
|
+
"last_order_name": "#9999",
|
|
34
34
|
"currency": "USD",
|
|
35
35
|
"phone": null,
|
|
36
36
|
"addresses": [],
|
|
37
37
|
"tax_exemptions": [],
|
|
38
38
|
"email_marketing_consent": null,
|
|
39
39
|
"sms_marketing_consent": null,
|
|
40
|
-
"admin_graphql_api_id": "gid://shopify/Customer/706405506930370084"
|
|
40
|
+
"admin_graphql_api_id": "gid://shopify/Customer/706405506930370084",
|
|
41
|
+
"default_address": {
|
|
42
|
+
"id": 12321,
|
|
43
|
+
"customer_id": 706405506930370000,
|
|
44
|
+
"first_name": "Bob",
|
|
45
|
+
"last_name": "Biller",
|
|
46
|
+
"company": null,
|
|
47
|
+
"address1": "151 O'Connor Street",
|
|
48
|
+
"address2": null,
|
|
49
|
+
"city": "Ottawa",
|
|
50
|
+
"province": "ON",
|
|
51
|
+
"country": "CA",
|
|
52
|
+
"zip": "K2P 2L8",
|
|
53
|
+
"phone": "555-555-5555",
|
|
54
|
+
"name": "Bob Biller",
|
|
55
|
+
"province_code": "ON",
|
|
56
|
+
"country_code": "CA",
|
|
57
|
+
"country_name": "CA",
|
|
58
|
+
"default": false
|
|
59
|
+
}
|
|
41
60
|
},
|
|
42
61
|
"shop_feature": false
|
|
43
62
|
}
|
|
@@ -21,23 +21,42 @@
|
|
|
21
21
|
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
22
22
|
"first_name": "Bob",
|
|
23
23
|
"last_name": "Biller",
|
|
24
|
-
"orders_count":
|
|
24
|
+
"orders_count": 1,
|
|
25
25
|
"state": "disabled",
|
|
26
|
-
"total_spent": "
|
|
27
|
-
"last_order_id":
|
|
26
|
+
"total_spent": "100.00",
|
|
27
|
+
"last_order_id": 820982911946154500,
|
|
28
28
|
"note": "This customer loves ice cream",
|
|
29
29
|
"verified_email": true,
|
|
30
30
|
"multipass_identifier": null,
|
|
31
31
|
"tax_exempt": false,
|
|
32
32
|
"tags": "",
|
|
33
|
-
"last_order_name":
|
|
33
|
+
"last_order_name": "#9999",
|
|
34
34
|
"currency": "USD",
|
|
35
35
|
"phone": null,
|
|
36
36
|
"addresses": [],
|
|
37
37
|
"tax_exemptions": [],
|
|
38
38
|
"email_marketing_consent": null,
|
|
39
39
|
"sms_marketing_consent": null,
|
|
40
|
-
"admin_graphql_api_id": "gid://shopify/Customer/706405506930370084"
|
|
40
|
+
"admin_graphql_api_id": "gid://shopify/Customer/706405506930370084",
|
|
41
|
+
"default_address": {
|
|
42
|
+
"id": 12321,
|
|
43
|
+
"customer_id": 706405506930370000,
|
|
44
|
+
"first_name": "Bob",
|
|
45
|
+
"last_name": "Biller",
|
|
46
|
+
"company": null,
|
|
47
|
+
"address1": "151 O'Connor Street",
|
|
48
|
+
"address2": null,
|
|
49
|
+
"city": "Ottawa",
|
|
50
|
+
"province": "ON",
|
|
51
|
+
"country": "CA",
|
|
52
|
+
"zip": "K2P 2L8",
|
|
53
|
+
"phone": "555-555-5555",
|
|
54
|
+
"name": "Bob Biller",
|
|
55
|
+
"province_code": "ON",
|
|
56
|
+
"country_code": "CA",
|
|
57
|
+
"country_name": "CA",
|
|
58
|
+
"default": false
|
|
59
|
+
}
|
|
41
60
|
},
|
|
42
61
|
"shop_feature": false
|
|
43
62
|
}
|
|
@@ -21,23 +21,42 @@
|
|
|
21
21
|
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
22
22
|
"first_name": "Bob",
|
|
23
23
|
"last_name": "Biller",
|
|
24
|
-
"orders_count":
|
|
24
|
+
"orders_count": 1,
|
|
25
25
|
"state": "disabled",
|
|
26
|
-
"total_spent": "
|
|
27
|
-
"last_order_id":
|
|
26
|
+
"total_spent": "100.00",
|
|
27
|
+
"last_order_id": 820982911946154500,
|
|
28
28
|
"note": "This customer loves ice cream",
|
|
29
29
|
"verified_email": true,
|
|
30
30
|
"multipass_identifier": null,
|
|
31
31
|
"tax_exempt": false,
|
|
32
32
|
"tags": "",
|
|
33
|
-
"last_order_name":
|
|
33
|
+
"last_order_name": "#9999",
|
|
34
34
|
"currency": "USD",
|
|
35
35
|
"phone": null,
|
|
36
36
|
"addresses": [],
|
|
37
37
|
"tax_exemptions": [],
|
|
38
38
|
"email_marketing_consent": null,
|
|
39
39
|
"sms_marketing_consent": null,
|
|
40
|
-
"admin_graphql_api_id": "gid://shopify/Customer/706405506930370084"
|
|
40
|
+
"admin_graphql_api_id": "gid://shopify/Customer/706405506930370084",
|
|
41
|
+
"default_address": {
|
|
42
|
+
"id": 12321,
|
|
43
|
+
"customer_id": 706405506930370000,
|
|
44
|
+
"first_name": "Bob",
|
|
45
|
+
"last_name": "Biller",
|
|
46
|
+
"company": null,
|
|
47
|
+
"address1": "151 O'Connor Street",
|
|
48
|
+
"address2": null,
|
|
49
|
+
"city": "Ottawa",
|
|
50
|
+
"province": "ON",
|
|
51
|
+
"country": "CA",
|
|
52
|
+
"zip": "K2P 2L8",
|
|
53
|
+
"phone": "555-555-5555",
|
|
54
|
+
"name": "Bob Biller",
|
|
55
|
+
"province_code": "ON",
|
|
56
|
+
"country_code": "CA",
|
|
57
|
+
"country_name": "CA",
|
|
58
|
+
"default": false
|
|
59
|
+
}
|
|
41
60
|
},
|
|
42
61
|
"shop_feature": false
|
|
43
62
|
}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"admin_graphql_api_id": "gid://shopify/DiscountAutomaticNode/1",
|
|
16
16
|
"title": "Automatic free shipping",
|
|
17
17
|
"status": "ACTIVE",
|
|
18
|
-
"created_at": "2016-08-
|
|
19
|
-
"updated_at": "2016-08-
|
|
18
|
+
"created_at": "2016-08-29T14:00:00-04:00",
|
|
19
|
+
"updated_at": "2016-08-29T14:00:00-04:00"
|
|
20
20
|
},
|
|
21
21
|
"shop_feature": false
|
|
22
22
|
}
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"admin_graphql_api_id": "gid://shopify/DiscountAutomaticNode/1",
|
|
16
16
|
"title": "Automatic free shipping updated",
|
|
17
17
|
"status": "ACTIVE",
|
|
18
|
-
"created_at": "2016-08-
|
|
19
|
-
"updated_at": "2016-08-
|
|
18
|
+
"created_at": "2016-08-29T14:00:00-04:00",
|
|
19
|
+
"updated_at": "2016-08-29T14:00:00-04:00"
|
|
20
20
|
},
|
|
21
21
|
"shop_feature": false
|
|
22
22
|
}
|