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
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
26
26
|
"tax_exempt": false,
|
|
27
27
|
"completed_at": null,
|
|
28
|
-
"name": "#
|
|
28
|
+
"name": "#D130",
|
|
29
29
|
"status": "open",
|
|
30
30
|
"line_items": [
|
|
31
31
|
{
|
|
32
|
-
"id":
|
|
32
|
+
"id": 2314521,
|
|
33
33
|
"variant_id": 49148385,
|
|
34
34
|
"product_id": 632910392,
|
|
35
35
|
"title": "IPod Nano - 8GB",
|
|
36
36
|
"variant_title": "Red",
|
|
37
37
|
"sku": "IPOD2008RED",
|
|
38
38
|
"vendor": "Apple",
|
|
39
|
-
"quantity":
|
|
39
|
+
"quantity": 3,
|
|
40
40
|
"requires_shipping": true,
|
|
41
41
|
"taxable": true,
|
|
42
42
|
"gift_card": false,
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"properties": [],
|
|
49
49
|
"custom": false,
|
|
50
50
|
"price": "199.00",
|
|
51
|
-
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/
|
|
51
|
+
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/2314521"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
"id":
|
|
54
|
+
"id": 1024828,
|
|
55
55
|
"variant_id": 457924702,
|
|
56
56
|
"product_id": 632910392,
|
|
57
57
|
"title": "IPod Nano - 8GB",
|
|
58
58
|
"variant_title": "Black",
|
|
59
59
|
"sku": "IPOD2008BLACK",
|
|
60
60
|
"vendor": "Apple",
|
|
61
|
-
"quantity":
|
|
61
|
+
"quantity": 7,
|
|
62
62
|
"requires_shipping": true,
|
|
63
63
|
"taxable": true,
|
|
64
64
|
"gift_card": false,
|
|
@@ -70,17 +70,17 @@
|
|
|
70
70
|
"properties": [],
|
|
71
71
|
"custom": false,
|
|
72
72
|
"price": "199.00",
|
|
73
|
-
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/
|
|
73
|
+
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/1024828"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
"id":
|
|
76
|
+
"id": 1956887,
|
|
77
77
|
"variant_id": 808950810,
|
|
78
78
|
"product_id": 632910392,
|
|
79
79
|
"title": "IPod Nano - 8GB",
|
|
80
80
|
"variant_title": "Pink",
|
|
81
81
|
"sku": "IPOD2008PINK",
|
|
82
82
|
"vendor": "Apple",
|
|
83
|
-
"quantity":
|
|
83
|
+
"quantity": 4,
|
|
84
84
|
"requires_shipping": true,
|
|
85
85
|
"taxable": true,
|
|
86
86
|
"gift_card": false,
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"properties": [],
|
|
93
93
|
"custom": false,
|
|
94
94
|
"price": "199.00",
|
|
95
|
-
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/
|
|
95
|
+
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/1956887"
|
|
96
96
|
}
|
|
97
97
|
],
|
|
98
98
|
"shipping_address": {
|
|
@@ -132,9 +132,9 @@
|
|
|
132
132
|
"invoice_url": "https://jsmith.myshopify.com/548380009/invoices/abcd1234abcd1234abcd1234abcd1234",
|
|
133
133
|
"applied_discount": {
|
|
134
134
|
"description": "ABC 123",
|
|
135
|
-
"value": "
|
|
135
|
+
"value": "10.0",
|
|
136
136
|
"title": "ABC 123",
|
|
137
|
-
"amount": "
|
|
137
|
+
"amount": "8.00",
|
|
138
138
|
"value_type": "percentage"
|
|
139
139
|
},
|
|
140
140
|
"order_id": null,
|
|
@@ -142,30 +142,30 @@
|
|
|
142
142
|
"title": "ABC 123",
|
|
143
143
|
"custom": true,
|
|
144
144
|
"handle": null,
|
|
145
|
-
"price": "
|
|
145
|
+
"price": "8.00"
|
|
146
146
|
},
|
|
147
147
|
"tax_lines": [
|
|
148
148
|
{
|
|
149
|
-
"rate": 0.
|
|
149
|
+
"rate": 0.028528230756445477,
|
|
150
150
|
"title": "State tax",
|
|
151
|
-
"price": "
|
|
151
|
+
"price": "1.00"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
|
-
"rate": 0.
|
|
154
|
+
"rate": 0.028528230756445477,
|
|
155
155
|
"title": "State tax",
|
|
156
|
-
"price": "
|
|
156
|
+
"price": "2.00"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
|
-
"rate": 0.
|
|
159
|
+
"rate": 0.028528230756445477,
|
|
160
160
|
"title": "State tax",
|
|
161
|
-
"price": "
|
|
161
|
+
"price": "2.00"
|
|
162
162
|
}
|
|
163
163
|
],
|
|
164
164
|
"tags": "",
|
|
165
165
|
"note_attributes": [],
|
|
166
|
-
"total_price": "
|
|
167
|
-
"subtotal_price": "
|
|
168
|
-
"total_tax": "
|
|
166
|
+
"total_price": "436.00",
|
|
167
|
+
"subtotal_price": "458.00",
|
|
168
|
+
"total_tax": "467.00",
|
|
169
169
|
"payment_terms": {
|
|
170
170
|
"id": 706405506930370000,
|
|
171
171
|
"payment_terms_name": "Net 7",
|
|
@@ -184,13 +184,15 @@
|
|
|
184
184
|
"issued_at": "2021-01-01T00:00:00-05:00",
|
|
185
185
|
"due_at": "2021-01-02T00:00:00-05:00",
|
|
186
186
|
"completed_at": "2021-01-02T00:00:00-05:00",
|
|
187
|
-
"amount": "
|
|
187
|
+
"amount": "436.00",
|
|
188
188
|
"currency": "USD",
|
|
189
|
-
"total_price": "
|
|
189
|
+
"total_price": "436.00",
|
|
190
190
|
"total_price_currency": "USD",
|
|
191
|
-
"balance_due": "
|
|
191
|
+
"balance_due": "436.00",
|
|
192
192
|
"balance_due_currency": "USD",
|
|
193
|
-
"
|
|
193
|
+
"total_balance": "436.00",
|
|
194
|
+
"total_balance_currency": "USD",
|
|
195
|
+
"outstanding_balance": "436.00",
|
|
194
196
|
"outstanding_balance_currency": "USD"
|
|
195
197
|
}
|
|
196
198
|
],
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
26
26
|
"tax_exempt": false,
|
|
27
27
|
"completed_at": null,
|
|
28
|
-
"name": "#
|
|
28
|
+
"name": "#D124",
|
|
29
29
|
"status": "open",
|
|
30
30
|
"line_items": [
|
|
31
31
|
{
|
|
32
|
-
"id":
|
|
32
|
+
"id": 1005338,
|
|
33
33
|
"variant_id": 49148385,
|
|
34
34
|
"product_id": 632910392,
|
|
35
35
|
"title": "IPod Nano - 8GB",
|
|
36
36
|
"variant_title": "Red",
|
|
37
37
|
"sku": "IPOD2008RED",
|
|
38
38
|
"vendor": "Apple",
|
|
39
|
-
"quantity":
|
|
39
|
+
"quantity": 6,
|
|
40
40
|
"requires_shipping": true,
|
|
41
41
|
"taxable": true,
|
|
42
42
|
"gift_card": false,
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"properties": [],
|
|
49
49
|
"custom": false,
|
|
50
50
|
"price": "199.00",
|
|
51
|
-
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/
|
|
51
|
+
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/1005338"
|
|
52
52
|
},
|
|
53
53
|
{
|
|
54
|
-
"id":
|
|
54
|
+
"id": 1830693,
|
|
55
55
|
"variant_id": 457924702,
|
|
56
56
|
"product_id": 632910392,
|
|
57
57
|
"title": "IPod Nano - 8GB",
|
|
58
58
|
"variant_title": "Black",
|
|
59
59
|
"sku": "IPOD2008BLACK",
|
|
60
60
|
"vendor": "Apple",
|
|
61
|
-
"quantity":
|
|
61
|
+
"quantity": 5,
|
|
62
62
|
"requires_shipping": true,
|
|
63
63
|
"taxable": true,
|
|
64
64
|
"gift_card": false,
|
|
@@ -70,17 +70,17 @@
|
|
|
70
70
|
"properties": [],
|
|
71
71
|
"custom": false,
|
|
72
72
|
"price": "199.00",
|
|
73
|
-
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/
|
|
73
|
+
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/1830693"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
"id":
|
|
76
|
+
"id": 264261,
|
|
77
77
|
"variant_id": 808950810,
|
|
78
78
|
"product_id": 632910392,
|
|
79
79
|
"title": "IPod Nano - 8GB",
|
|
80
80
|
"variant_title": "Pink",
|
|
81
81
|
"sku": "IPOD2008PINK",
|
|
82
82
|
"vendor": "Apple",
|
|
83
|
-
"quantity":
|
|
83
|
+
"quantity": 8,
|
|
84
84
|
"requires_shipping": true,
|
|
85
85
|
"taxable": true,
|
|
86
86
|
"gift_card": false,
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"properties": [],
|
|
93
93
|
"custom": false,
|
|
94
94
|
"price": "199.00",
|
|
95
|
-
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/
|
|
95
|
+
"admin_graphql_api_id": "gid://shopify/DraftOrderLineItem/264261"
|
|
96
96
|
}
|
|
97
97
|
],
|
|
98
98
|
"shipping_address": {
|
|
@@ -132,9 +132,9 @@
|
|
|
132
132
|
"invoice_url": "https://jsmith.myshopify.com/548380009/invoices/abcd1234abcd1234abcd1234abcd1234",
|
|
133
133
|
"applied_discount": {
|
|
134
134
|
"description": "ABC 123",
|
|
135
|
-
"value": "
|
|
135
|
+
"value": "6.0",
|
|
136
136
|
"title": "ABC 123",
|
|
137
|
-
"amount": "
|
|
137
|
+
"amount": "7.00",
|
|
138
138
|
"value_type": "percentage"
|
|
139
139
|
},
|
|
140
140
|
"order_id": null,
|
|
@@ -142,30 +142,30 @@
|
|
|
142
142
|
"title": "ABC 123",
|
|
143
143
|
"custom": true,
|
|
144
144
|
"handle": null,
|
|
145
|
-
"price": "
|
|
145
|
+
"price": "5.00"
|
|
146
146
|
},
|
|
147
147
|
"tax_lines": [
|
|
148
148
|
{
|
|
149
|
-
"rate": 0.
|
|
149
|
+
"rate": 0.03568220827544633,
|
|
150
150
|
"title": "State tax",
|
|
151
|
-
"price": "
|
|
151
|
+
"price": "4.00"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
|
-
"rate": 0.
|
|
154
|
+
"rate": 0.03568220827544633,
|
|
155
155
|
"title": "State tax",
|
|
156
156
|
"price": "5.00"
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
|
-
"rate": 0.
|
|
159
|
+
"rate": 0.03568220827544633,
|
|
160
160
|
"title": "State tax",
|
|
161
|
-
"price": "
|
|
161
|
+
"price": "1.00"
|
|
162
162
|
}
|
|
163
163
|
],
|
|
164
164
|
"tags": "",
|
|
165
165
|
"note_attributes": [],
|
|
166
|
-
"total_price": "
|
|
167
|
-
"subtotal_price": "
|
|
168
|
-
"total_tax": "
|
|
166
|
+
"total_price": "441.00",
|
|
167
|
+
"subtotal_price": "483.00",
|
|
168
|
+
"total_tax": "445.00",
|
|
169
169
|
"payment_terms": {
|
|
170
170
|
"id": 706405506930370000,
|
|
171
171
|
"payment_terms_name": "Net 7",
|
|
@@ -184,13 +184,15 @@
|
|
|
184
184
|
"issued_at": "2021-01-01T00:00:00-05:00",
|
|
185
185
|
"due_at": "2021-01-02T00:00:00-05:00",
|
|
186
186
|
"completed_at": "2021-01-02T00:00:00-05:00",
|
|
187
|
-
"amount": "
|
|
187
|
+
"amount": "441.00",
|
|
188
188
|
"currency": "USD",
|
|
189
|
-
"total_price": "
|
|
189
|
+
"total_price": "441.00",
|
|
190
190
|
"total_price_currency": "USD",
|
|
191
|
-
"balance_due": "
|
|
191
|
+
"balance_due": "441.00",
|
|
192
192
|
"balance_due_currency": "USD",
|
|
193
|
-
"
|
|
193
|
+
"total_balance": "441.00",
|
|
194
|
+
"total_balance_currency": "USD",
|
|
195
|
+
"outstanding_balance": "441.00",
|
|
194
196
|
"outstanding_balance_currency": "USD"
|
|
195
197
|
}
|
|
196
198
|
],
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"toml"
|
|
12
12
|
],
|
|
13
13
|
"deprecated": false,
|
|
14
|
-
"description": "Occurs
|
|
14
|
+
"description": "Occurs when a fulfillment order is released and is no longer on hold.\n\nIf a fulfillment order has multiple holds then this webhook will only be triggered once when the last hold is released and the status of the fulfillment order is no longer `ON_HOLD`.\n",
|
|
15
15
|
"name": "fulfillment_orders/hold_released",
|
|
16
16
|
"related_resource": "FulfillmentOrder",
|
|
17
17
|
"response": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"toml"
|
|
12
12
|
],
|
|
13
13
|
"deprecated": false,
|
|
14
|
-
"description": "Occurs when a fulfillment order is
|
|
14
|
+
"description": "Occurs when a fulfillment order transitions to the `ON_HOLD` status\n\nFor cases where multiple holds are applied to a fulfillment order, this webhook will only trigger once when the first hold is applied and the fulfillment order status changes to `ON_HOLD`.\n",
|
|
15
15
|
"name": "fulfillment_orders/placed_on_hold",
|
|
16
16
|
"related_resource": "FulfillmentOrder",
|
|
17
17
|
"response": {
|
|
@@ -12,14 +12,18 @@
|
|
|
12
12
|
"name": "payment_schedules/due",
|
|
13
13
|
"related_resource": "PaymentSchedule",
|
|
14
14
|
"response": {
|
|
15
|
-
"id": 606405506930370000,
|
|
16
|
-
"payment_terms_id": 706405506930370000,
|
|
17
15
|
"amount": "0.00",
|
|
18
|
-
"
|
|
19
|
-
"issued_at": "2021-01-01T00:00:00-05:00",
|
|
20
|
-
"due_at": "2021-01-02T00:00:00-05:00",
|
|
16
|
+
"balance_due": "0.00",
|
|
21
17
|
"completed_at": "2021-01-02T00:00:00-05:00",
|
|
22
18
|
"created_at": "2021-01-01T00:00:00-05:00",
|
|
19
|
+
"currency": "USD",
|
|
20
|
+
"due_at": "2021-01-02T00:00:00-05:00",
|
|
21
|
+
"id": 606405506930370000,
|
|
22
|
+
"issued_at": "2021-01-01T00:00:00-05:00",
|
|
23
|
+
"payment_terms_id": 706405506930370000,
|
|
24
|
+
"presentment_currency": "USD",
|
|
25
|
+
"total_balance": "0.00",
|
|
26
|
+
"total_price": "0.00",
|
|
23
27
|
"updated_at": "2021-01-01T00:00:01-05:00",
|
|
24
28
|
"admin_graphql_api_id": "gid://shopify/PaymentSchedule/606405506930370084"
|
|
25
29
|
},
|
|
@@ -20,14 +20,18 @@
|
|
|
20
20
|
"updated_at": "2021-01-01T00:00:01-05:00",
|
|
21
21
|
"payment_schedules": [
|
|
22
22
|
{
|
|
23
|
-
"id": 606405506930370000,
|
|
24
|
-
"payment_terms_id": 706405506930370000,
|
|
25
23
|
"amount": "0.00",
|
|
26
|
-
"
|
|
27
|
-
"issued_at": "2021-01-01T00:00:00-05:00",
|
|
28
|
-
"due_at": "2021-01-02T00:00:00-05:00",
|
|
24
|
+
"balance_due": "0.00",
|
|
29
25
|
"completed_at": "2021-01-02T00:00:00-05:00",
|
|
30
26
|
"created_at": "2021-01-01T00:00:00-05:00",
|
|
27
|
+
"currency": "USD",
|
|
28
|
+
"due_at": "2021-01-02T00:00:00-05:00",
|
|
29
|
+
"id": 606405506930370000,
|
|
30
|
+
"issued_at": "2021-01-01T00:00:00-05:00",
|
|
31
|
+
"payment_terms_id": 706405506930370000,
|
|
32
|
+
"presentment_currency": "USD",
|
|
33
|
+
"total_balance": "0.00",
|
|
34
|
+
"total_price": "0.00",
|
|
31
35
|
"updated_at": "2021-01-01T00:00:01-05:00",
|
|
32
36
|
"admin_graphql_api_id": "gid://shopify/PaymentSchedule/606405506930370084"
|
|
33
37
|
}
|
|
@@ -20,14 +20,18 @@
|
|
|
20
20
|
"updated_at": "2021-01-01T00:00:01-05:00",
|
|
21
21
|
"payment_schedules": [
|
|
22
22
|
{
|
|
23
|
-
"id": 606405506930370000,
|
|
24
|
-
"payment_terms_id": 706405506930370000,
|
|
25
23
|
"amount": "0.00",
|
|
26
|
-
"
|
|
27
|
-
"issued_at": "2021-01-01T00:00:00-05:00",
|
|
28
|
-
"due_at": "2021-01-02T00:00:00-05:00",
|
|
24
|
+
"balance_due": "0.00",
|
|
29
25
|
"completed_at": "2021-01-02T00:00:00-05:00",
|
|
30
26
|
"created_at": "2021-01-01T00:00:00-05:00",
|
|
27
|
+
"currency": "USD",
|
|
28
|
+
"due_at": "2021-01-02T00:00:00-05:00",
|
|
29
|
+
"id": 606405506930370000,
|
|
30
|
+
"issued_at": "2021-01-01T00:00:00-05:00",
|
|
31
|
+
"payment_terms_id": 706405506930370000,
|
|
32
|
+
"presentment_currency": "USD",
|
|
33
|
+
"total_balance": "0.00",
|
|
34
|
+
"total_price": "0.00",
|
|
31
35
|
"updated_at": "2021-01-01T00:00:01-05:00",
|
|
32
36
|
"admin_graphql_api_id": "gid://shopify/PaymentSchedule/606405506930370084"
|
|
33
37
|
}
|
|
@@ -222,7 +222,78 @@
|
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
224
|
],
|
|
225
|
-
"transactions": [
|
|
225
|
+
"transactions": [
|
|
226
|
+
{
|
|
227
|
+
"id": 245135271310201180,
|
|
228
|
+
"order_id": 820982911946154500,
|
|
229
|
+
"kind": "refund",
|
|
230
|
+
"gateway": "bogus",
|
|
231
|
+
"status": "success",
|
|
232
|
+
"message": "This is a refund",
|
|
233
|
+
"created_at": "2019-12-31T19:00:00-05:00",
|
|
234
|
+
"test": false,
|
|
235
|
+
"authorization": null,
|
|
236
|
+
"location_id": null,
|
|
237
|
+
"user_id": null,
|
|
238
|
+
"parent_id": null,
|
|
239
|
+
"processed_at": null,
|
|
240
|
+
"device_id": null,
|
|
241
|
+
"error_code": null,
|
|
242
|
+
"source_name": "web",
|
|
243
|
+
"receipt": {},
|
|
244
|
+
"amount": "75.00",
|
|
245
|
+
"currency": null,
|
|
246
|
+
"payment_id": "#9999.",
|
|
247
|
+
"total_unsettled_set": {
|
|
248
|
+
"presentment_money": {
|
|
249
|
+
"amount": "0.0",
|
|
250
|
+
"currency": "XXX"
|
|
251
|
+
},
|
|
252
|
+
"shop_money": {
|
|
253
|
+
"amount": "0.0",
|
|
254
|
+
"currency": "XXX"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"manual_payment_gateway": false,
|
|
258
|
+
"amount_rounding": null,
|
|
259
|
+
"admin_graphql_api_id": "gid://shopify/OrderTransaction/245135271310201194"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"id": 839212141605670500,
|
|
263
|
+
"order_id": 820982911946154500,
|
|
264
|
+
"kind": "refund",
|
|
265
|
+
"gateway": "bogus",
|
|
266
|
+
"status": "success",
|
|
267
|
+
"message": null,
|
|
268
|
+
"created_at": "2020-01-01T19:00:00-05:00",
|
|
269
|
+
"test": false,
|
|
270
|
+
"authorization": null,
|
|
271
|
+
"location_id": null,
|
|
272
|
+
"user_id": null,
|
|
273
|
+
"parent_id": null,
|
|
274
|
+
"processed_at": null,
|
|
275
|
+
"device_id": null,
|
|
276
|
+
"error_code": null,
|
|
277
|
+
"source_name": "web",
|
|
278
|
+
"receipt": {},
|
|
279
|
+
"amount": "10.00",
|
|
280
|
+
"currency": null,
|
|
281
|
+
"payment_id": "#9999.",
|
|
282
|
+
"total_unsettled_set": {
|
|
283
|
+
"presentment_money": {
|
|
284
|
+
"amount": "0.0",
|
|
285
|
+
"currency": "XXX"
|
|
286
|
+
},
|
|
287
|
+
"shop_money": {
|
|
288
|
+
"amount": "0.0",
|
|
289
|
+
"currency": "XXX"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
"manual_payment_gateway": false,
|
|
293
|
+
"amount_rounding": null,
|
|
294
|
+
"admin_graphql_api_id": "gid://shopify/OrderTransaction/839212141605670573"
|
|
295
|
+
}
|
|
296
|
+
]
|
|
226
297
|
},
|
|
227
298
|
"shop_feature": false
|
|
228
299
|
}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"id": 1,
|
|
15
15
|
"name": "Customers who have one order",
|
|
16
16
|
"query": "number_of_orders = 1",
|
|
17
|
-
"creationDate": "2005-05-
|
|
17
|
+
"creationDate": "2005-05-05T06:00:00.000Z",
|
|
18
18
|
"lastEditDate": "2022-01-01T00:00:00.000Z"
|
|
19
19
|
},
|
|
20
20
|
"shop_feature": false
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "selling_plan_groups/create",
|
|
13
13
|
"related_resource": "SellingPlanGroup",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518938",
|
|
16
|
+
"id": 1039518938,
|
|
17
17
|
"name": "Subscribe & Save",
|
|
18
18
|
"merchant_code": "sub-n-save",
|
|
19
19
|
"admin_graphql_api_app": "gid://shopify/App/2525000003",
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "selling_plan_groups/delete",
|
|
13
13
|
"related_resource": "SellingPlanGroup",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518952",
|
|
16
|
+
"id": 1039518952
|
|
17
17
|
},
|
|
18
18
|
"shop_feature": false
|
|
19
19
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"name": "selling_plan_groups/update",
|
|
13
13
|
"related_resource": "SellingPlanGroup",
|
|
14
14
|
"response": {
|
|
15
|
-
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/
|
|
16
|
-
"id":
|
|
15
|
+
"admin_graphql_api_id": "gid://shopify/SellingPlanGroup/1039518944",
|
|
16
|
+
"id": 1039518944,
|
|
17
17
|
"name": "Subscribe & Save",
|
|
18
18
|
"merchant_code": "sub-n-save",
|
|
19
19
|
"admin_graphql_api_app": "gid://shopify/App/2525000003",
|
|
@@ -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": 5897692687,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/5897692687",
|
|
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": 735892853,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/735892853",
|
|
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": 9086000909,
|
|
24
|
+
"admin_graphql_api_subscription_contract_id": "gid://shopify/SubscriptionContract/9086000909",
|
|
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": 151634709,
|
|
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": 4631264691,
|
|
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": 7955637839,
|
|
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": 3359752759,
|
|
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": 6496814444,
|
|
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/5477617872",
|
|
16
|
+
"id": 5477617872,
|
|
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": "9362889180"
|
|
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/6069863213",
|
|
16
|
+
"id": 6069863213,
|
|
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": "5148714654"
|
|
34
34
|
},
|
|
35
35
|
"shop_feature": false
|
|
36
36
|
}
|