shopify-webhook-schemas 0.2.7 → 0.2.9
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 +108 -62
- package/metadatas/2025-10/app/scopes_update.json +24 -0
- package/metadatas/2025-10/app/uninstalled.json +70 -0
- package/metadatas/2025-10/app_purchases_one_time/update.json +21 -0
- package/metadatas/2025-10/app_subscriptions/approaching_capped_amount.json +23 -0
- package/metadatas/2025-10/app_subscriptions/update.json +27 -0
- package/metadatas/2025-10/audit_events/admin_api_activity.json +67 -0
- package/metadatas/2025-10/bulk_operations/finish.json +20 -0
- package/metadatas/2025-10/carts/create.json +98 -0
- package/metadatas/2025-10/carts/update.json +98 -0
- package/metadatas/2025-10/channels/delete.json +18 -0
- package/metadatas/2025-10/checkouts/create.json +258 -0
- package/metadatas/2025-10/checkouts/delete.json +29 -0
- package/metadatas/2025-10/checkouts/update.json +258 -0
- package/metadatas/2025-10/collection_listings/add.json +28 -0
- package/metadatas/2025-10/collection_listings/remove.json +20 -0
- package/metadatas/2025-10/collection_listings/update.json +28 -0
- package/metadatas/2025-10/collection_publications/create.json +24 -0
- package/metadatas/2025-10/collection_publications/delete.json +18 -0
- package/metadatas/2025-10/collection_publications/update.json +24 -0
- package/metadatas/2025-10/collections/create.json +27 -0
- package/metadatas/2025-10/collections/delete.json +20 -0
- package/metadatas/2025-10/collections/update.json +27 -0
- package/metadatas/2025-10/companies/create.json +29 -0
- package/metadatas/2025-10/companies/delete.json +26 -0
- package/metadatas/2025-10/companies/update.json +29 -0
- package/metadatas/2025-10/company_contact_roles/assign.json +114 -0
- package/metadatas/2025-10/company_contact_roles/revoke.json +114 -0
- package/metadatas/2025-10/company_contacts/create.json +37 -0
- package/metadatas/2025-10/company_contacts/delete.json +34 -0
- package/metadatas/2025-10/company_contacts/update.json +37 -0
- package/metadatas/2025-10/company_locations/create.json +91 -0
- package/metadatas/2025-10/company_locations/delete.json +88 -0
- package/metadatas/2025-10/company_locations/update.json +91 -0
- package/metadatas/2025-10/customer.joined_segment.json +18 -0
- package/metadatas/2025-10/customer.left_segment.json +18 -0
- package/metadatas/2025-10/customer.tags_added.json +25 -0
- package/metadatas/2025-10/customer.tags_removed.json +25 -0
- package/metadatas/2025-10/customer_account_settings/update.json +17 -0
- package/metadatas/2025-10/customer_groups/create.json +25 -0
- package/metadatas/2025-10/customer_groups/delete.json +21 -0
- package/metadatas/2025-10/customer_groups/update.json +22 -0
- package/metadatas/2025-10/customer_payment_methods/create.json +32 -0
- package/metadatas/2025-10/customer_payment_methods/revoke.json +32 -0
- package/metadatas/2025-10/customer_payment_methods/update.json +32 -0
- package/metadatas/2025-10/customers/create.json +55 -0
- package/metadatas/2025-10/customers/data_request.json +27 -0
- package/metadatas/2025-10/customers/delete.json +20 -0
- package/metadatas/2025-10/customers/disable.json +55 -0
- package/metadatas/2025-10/customers/enable.json +55 -0
- package/metadatas/2025-10/customers/merge.json +30 -0
- package/metadatas/2025-10/customers/purchasing_summary.json +27 -0
- package/metadatas/2025-10/customers/redact.json +24 -0
- package/metadatas/2025-10/customers/update.json +55 -0
- package/metadatas/2025-10/customers_email_marketing_consent/update.json +27 -0
- package/metadatas/2025-10/customers_marketing_consent/update.json +28 -0
- package/metadatas/2025-10/delivery_promise_settings/update.json +19 -0
- package/metadatas/2025-10/discounts/create.json +22 -0
- package/metadatas/2025-10/discounts/delete.json +19 -0
- package/metadatas/2025-10/discounts/redeemcode_added.json +23 -0
- package/metadatas/2025-10/discounts/redeemcode_removed.json +23 -0
- package/metadatas/2025-10/discounts/update.json +22 -0
- package/metadatas/2025-10/disputes/create.json +32 -0
- package/metadatas/2025-10/disputes/update.json +32 -0
- package/metadatas/2025-10/domains/create.json +22 -0
- package/metadatas/2025-10/domains/destroy.json +22 -0
- package/metadatas/2025-10/domains/update.json +22 -0
- package/metadatas/2025-10/draft_orders/create.json +244 -0
- package/metadatas/2025-10/draft_orders/delete.json +18 -0
- package/metadatas/2025-10/draft_orders/update.json +244 -0
- package/metadatas/2025-10/finance_app_staff_member/delete.json +16 -0
- package/metadatas/2025-10/finance_app_staff_member/grant.json +16 -0
- package/metadatas/2025-10/finance_app_staff_member/revoke.json +16 -0
- package/metadatas/2025-10/finance_app_staff_member/update.json +16 -0
- package/metadatas/2025-10/finance_kyc_information/update.json +16 -0
- package/metadatas/2025-10/fulfillment_events/create.json +38 -0
- package/metadatas/2025-10/fulfillment_events/delete.json +35 -0
- package/metadatas/2025-10/fulfillment_holds/added.json +32 -0
- package/metadatas/2025-10/fulfillment_holds/released.json +32 -0
- package/metadatas/2025-10/fulfillment_orders/cancellation_request_accepted.json +25 -0
- package/metadatas/2025-10/fulfillment_orders/cancellation_request_rejected.json +26 -0
- package/metadatas/2025-10/fulfillment_orders/cancellation_request_submitted.json +29 -0
- package/metadatas/2025-10/fulfillment_orders/cancelled.json +28 -0
- package/metadatas/2025-10/fulfillment_orders/fulfillment_request_accepted.json +26 -0
- package/metadatas/2025-10/fulfillment_orders/fulfillment_request_rejected.json +26 -0
- package/metadatas/2025-10/fulfillment_orders/fulfillment_request_submitted.json +34 -0
- package/metadatas/2025-10/fulfillment_orders/fulfillment_service_failed_to_complete.json +25 -0
- package/metadatas/2025-10/fulfillment_orders/hold_released.json +24 -0
- package/metadatas/2025-10/fulfillment_orders/line_items_prepared_for_local_delivery.json +28 -0
- package/metadatas/2025-10/fulfillment_orders/line_items_prepared_for_pickup.json +28 -0
- package/metadatas/2025-10/fulfillment_orders/merged.json +45 -0
- package/metadatas/2025-10/fulfillment_orders/moved.json +40 -0
- package/metadatas/2025-10/fulfillment_orders/order_routing_complete.json +25 -0
- package/metadatas/2025-10/fulfillment_orders/placed_on_hold.json +66 -0
- package/metadatas/2025-10/fulfillment_orders/rescheduled.json +25 -0
- package/metadatas/2025-10/fulfillment_orders/scheduled_fulfillment_order_ready.json +24 -0
- package/metadatas/2025-10/fulfillment_orders/split.json +37 -0
- package/metadatas/2025-10/fulfillments/create.json +232 -0
- package/metadatas/2025-10/fulfillments/update.json +232 -0
- package/metadatas/2025-10/inventory_items/create.json +32 -0
- package/metadatas/2025-10/inventory_items/delete.json +24 -0
- package/metadatas/2025-10/inventory_items/update.json +32 -0
- package/metadatas/2025-10/inventory_levels/connect.json +16 -0
- package/metadatas/2025-10/inventory_levels/disconnect.json +19 -0
- package/metadatas/2025-10/inventory_levels/update.json +16 -0
- package/metadatas/2025-10/inventory_shipments/add_items.json +28 -0
- package/metadatas/2025-10/inventory_shipments/create.json +35 -0
- package/metadatas/2025-10/inventory_shipments/delete.json +18 -0
- package/metadatas/2025-10/inventory_shipments/mark_in_transit.json +19 -0
- package/metadatas/2025-10/inventory_shipments/receive_items.json +37 -0
- package/metadatas/2025-10/inventory_shipments/remove_items.json +26 -0
- package/metadatas/2025-10/inventory_shipments/update_item_quantities.json +30 -0
- package/metadatas/2025-10/inventory_shipments/update_tracking.json +24 -0
- package/metadatas/2025-10/inventory_transfers/add_items.json +28 -0
- package/metadatas/2025-10/inventory_transfers/cancel.json +19 -0
- package/metadatas/2025-10/inventory_transfers/complete.json +19 -0
- package/metadatas/2025-10/inventory_transfers/ready_to_ship.json +29 -0
- package/metadatas/2025-10/inventory_transfers/remove_items.json +26 -0
- package/metadatas/2025-10/inventory_transfers/update_item_quantities.json +31 -0
- package/metadatas/2025-10/locales/create.json +19 -0
- package/metadatas/2025-10/locales/destroy.json +19 -0
- package/metadatas/2025-10/locales/update.json +19 -0
- package/metadatas/2025-10/locations/activate.json +34 -0
- package/metadatas/2025-10/locations/create.json +34 -0
- package/metadatas/2025-10/locations/deactivate.json +34 -0
- package/metadatas/2025-10/locations/delete.json +18 -0
- package/metadatas/2025-10/locations/update.json +34 -0
- package/metadatas/2025-10/markets/create.json +21 -0
- package/metadatas/2025-10/markets/delete.json +18 -0
- package/metadatas/2025-10/markets/update.json +21 -0
- package/metadatas/2025-10/markets_backup_region/update.json +18 -0
- package/metadatas/2025-10/metafield_definitions/create.json +45 -0
- package/metadatas/2025-10/metafield_definitions/delete.json +19 -0
- package/metadatas/2025-10/metafield_definitions/update.json +45 -0
- package/metadatas/2025-10/metaobjects/create.json +33 -0
- package/metadatas/2025-10/metaobjects/delete.json +20 -0
- package/metadatas/2025-10/metaobjects/update.json +33 -0
- package/metadatas/2025-10/order_transactions/create.json +68 -0
- package/metadatas/2025-10/orders/cancelled.json +504 -0
- package/metadatas/2025-10/orders/create.json +503 -0
- package/metadatas/2025-10/orders/delete.json +18 -0
- package/metadatas/2025-10/orders/edited.json +56 -0
- package/metadatas/2025-10/orders/fulfilled.json +503 -0
- package/metadatas/2025-10/orders/paid.json +503 -0
- package/metadatas/2025-10/orders/partially_fulfilled.json +503 -0
- package/metadatas/2025-10/orders/risk_assessment_changed.json +22 -0
- package/metadatas/2025-10/orders/shopify_protect_eligibility_changed.json +22 -0
- package/metadatas/2025-10/orders/updated.json +504 -0
- package/metadatas/2025-10/payment_schedules/due.json +31 -0
- package/metadatas/2025-10/payment_terms/create.json +42 -0
- package/metadatas/2025-10/payment_terms/delete.json +18 -0
- package/metadatas/2025-10/payment_terms/update.json +42 -0
- package/metadatas/2025-10/product_feeds/create.json +21 -0
- package/metadatas/2025-10/product_feeds/full_sync.json +111 -0
- package/metadatas/2025-10/product_feeds/full_sync_finish.json +37 -0
- package/metadatas/2025-10/product_feeds/incremental_sync.json +110 -0
- package/metadatas/2025-10/product_feeds/update.json +21 -0
- package/metadatas/2025-10/product_listings/add.json +105 -0
- package/metadatas/2025-10/product_listings/remove.json +20 -0
- package/metadatas/2025-10/product_listings/update.json +105 -0
- package/metadatas/2025-10/product_publications/create.json +24 -0
- package/metadatas/2025-10/product_publications/delete.json +18 -0
- package/metadatas/2025-10/product_publications/update.json +24 -0
- package/metadatas/2025-10/products/create.json +93 -0
- package/metadatas/2025-10/products/delete.json +18 -0
- package/metadatas/2025-10/products/update.json +93 -0
- package/metadatas/2025-10/profiles/create.json +20 -0
- package/metadatas/2025-10/profiles/delete.json +17 -0
- package/metadatas/2025-10/profiles/update.json +20 -0
- package/metadatas/2025-10/refunds/create.json +375 -0
- package/metadatas/2025-10/returns/approve.json +52 -0
- package/metadatas/2025-10/returns/cancel.json +24 -0
- package/metadatas/2025-10/returns/close.json +24 -0
- package/metadatas/2025-10/returns/decline.json +29 -0
- package/metadatas/2025-10/returns/process.json +17 -0
- package/metadatas/2025-10/returns/reopen.json +24 -0
- package/metadatas/2025-10/returns/request.json +31 -0
- package/metadatas/2025-10/returns/update.json +36 -0
- package/metadatas/2025-10/reverse_deliveries/attach_deliverable.json +37 -0
- package/metadatas/2025-10/reverse_fulfillment_orders/dispose.json +48 -0
- package/metadatas/2025-10/scheduled_product_listings/add.json +105 -0
- package/metadatas/2025-10/scheduled_product_listings/remove.json +20 -0
- package/metadatas/2025-10/scheduled_product_listings/update.json +105 -0
- package/metadatas/2025-10/segments/create.json +21 -0
- package/metadatas/2025-10/segments/delete.json +17 -0
- package/metadatas/2025-10/segments/update.json +21 -0
- package/metadatas/2025-10/selling_plan_groups/create.json +55 -0
- package/metadatas/2025-10/selling_plan_groups/delete.json +19 -0
- package/metadatas/2025-10/selling_plan_groups/update.json +55 -0
- package/metadatas/2025-10/shipping_addresses/create.json +16 -0
- package/metadatas/2025-10/shipping_addresses/update.json +16 -0
- package/metadatas/2025-10/shop/redact.json +14 -0
- package/metadatas/2025-10/shop/update.json +70 -0
- package/metadatas/2025-10/subscription_billing_attempts/challenged.json +30 -0
- package/metadatas/2025-10/subscription_billing_attempts/failure.json +30 -0
- package/metadatas/2025-10/subscription_billing_attempts/success.json +30 -0
- package/metadatas/2025-10/subscription_billing_cycle_edits/create.json +25 -0
- package/metadatas/2025-10/subscription_billing_cycle_edits/delete.json +25 -0
- package/metadatas/2025-10/subscription_billing_cycle_edits/update.json +25 -0
- package/metadatas/2025-10/subscription_billing_cycles/skip.json +25 -0
- package/metadatas/2025-10/subscription_billing_cycles/unskip.json +25 -0
- package/metadatas/2025-10/subscription_contracts/activate.json +36 -0
- package/metadatas/2025-10/subscription_contracts/cancel.json +36 -0
- package/metadatas/2025-10/subscription_contracts/create.json +36 -0
- package/metadatas/2025-10/subscription_contracts/expire.json +36 -0
- package/metadatas/2025-10/subscription_contracts/fail.json +36 -0
- package/metadatas/2025-10/subscription_contracts/pause.json +36 -0
- package/metadatas/2025-10/subscription_contracts/update.json +36 -0
- package/metadatas/2025-10/tax_services/create.json +21 -0
- package/metadatas/2025-10/tax_services/update.json +21 -0
- package/metadatas/2025-10/tender_transactions/create.json +30 -0
- package/metadatas/2025-10/themes/create.json +26 -0
- package/metadatas/2025-10/themes/delete.json +18 -0
- package/metadatas/2025-10/themes/publish.json +26 -0
- package/metadatas/2025-10/themes/update.json +26 -0
- package/metadatas/2025-10/variants/in_stock.json +36 -0
- package/metadatas/2025-10/variants/out_of_stock.json +36 -0
- package/package.json +1 -1
- package/schemas/2025-10/app/scopes_update.json +36 -0
- package/schemas/2025-10/app/uninstalled.json +282 -0
- package/schemas/2025-10/app_purchases_one_time/update.json +44 -0
- package/schemas/2025-10/app_subscriptions/approaching_capped_amount.json +67 -0
- package/schemas/2025-10/app_subscriptions/update.json +64 -0
- package/schemas/2025-10/audit_events/admin_api_activity.json +202 -0
- package/schemas/2025-10/bulk_operations/finish.json +38 -0
- package/schemas/2025-10/carts/create.json +321 -0
- package/schemas/2025-10/carts/update.json +321 -0
- package/schemas/2025-10/channels/delete.json +12 -0
- package/schemas/2025-10/checkouts/create.json +1296 -0
- package/schemas/2025-10/checkouts/delete.json +90 -0
- package/schemas/2025-10/checkouts/update.json +1296 -0
- package/schemas/2025-10/collection_listings/add.json +60 -0
- package/schemas/2025-10/collection_listings/remove.json +27 -0
- package/schemas/2025-10/collection_listings/update.json +60 -0
- package/schemas/2025-10/collection_publications/create.json +45 -0
- package/schemas/2025-10/collection_publications/delete.json +12 -0
- package/schemas/2025-10/collection_publications/update.json +45 -0
- package/schemas/2025-10/collections/create.json +77 -0
- package/schemas/2025-10/collections/delete.json +21 -0
- package/schemas/2025-10/collections/update.json +77 -0
- package/schemas/2025-10/companies/create.json +45 -0
- package/schemas/2025-10/companies/delete.json +45 -0
- package/schemas/2025-10/companies/update.json +45 -0
- package/schemas/2025-10/company_contact_roles/assign.json +387 -0
- package/schemas/2025-10/company_contact_roles/revoke.json +387 -0
- package/schemas/2025-10/company_contacts/create.json +81 -0
- package/schemas/2025-10/company_contacts/delete.json +81 -0
- package/schemas/2025-10/company_contacts/update.json +81 -0
- package/schemas/2025-10/company_locations/create.json +334 -0
- package/schemas/2025-10/company_locations/delete.json +334 -0
- package/schemas/2025-10/company_locations/update.json +334 -0
- package/schemas/2025-10/customer.joined_segment.json +23 -0
- package/schemas/2025-10/customer.left_segment.json +23 -0
- package/schemas/2025-10/customer.tags_added.json +25 -0
- package/schemas/2025-10/customer.tags_removed.json +25 -0
- package/schemas/2025-10/customer_account_settings/update.json +28 -0
- package/schemas/2025-10/customer_groups/create.json +30 -0
- package/schemas/2025-10/customer_groups/delete.json +12 -0
- package/schemas/2025-10/customer_groups/update.json +30 -0
- package/schemas/2025-10/customer_payment_methods/create.json +59 -0
- package/schemas/2025-10/customer_payment_methods/revoke.json +59 -0
- package/schemas/2025-10/customer_payment_methods/update.json +59 -0
- package/schemas/2025-10/customers/create.json +242 -0
- package/schemas/2025-10/customers/data_request.json +56 -0
- package/schemas/2025-10/customers/delete.json +24 -0
- package/schemas/2025-10/customers/disable.json +242 -0
- package/schemas/2025-10/customers/enable.json +242 -0
- package/schemas/2025-10/customers/merge.json +56 -0
- package/schemas/2025-10/customers/purchasing_summary.json +43 -0
- package/schemas/2025-10/customers/redact.json +44 -0
- package/schemas/2025-10/customers/update.json +242 -0
- package/schemas/2025-10/customers_email_marketing_consent/update.json +47 -0
- package/schemas/2025-10/customers_marketing_consent/update.json +53 -0
- package/schemas/2025-10/delivery_promise_settings/update.json +21 -0
- package/schemas/2025-10/discounts/create.json +31 -0
- package/schemas/2025-10/discounts/delete.json +18 -0
- package/schemas/2025-10/discounts/redeemcode_added.json +35 -0
- package/schemas/2025-10/discounts/redeemcode_removed.json +35 -0
- package/schemas/2025-10/discounts/update.json +31 -0
- package/schemas/2025-10/disputes/create.json +66 -0
- package/schemas/2025-10/disputes/update.json +66 -0
- package/schemas/2025-10/domains/create.json +44 -0
- package/schemas/2025-10/domains/destroy.json +44 -0
- package/schemas/2025-10/domains/update.json +44 -0
- package/schemas/2025-10/draft_orders/create.json +1780 -0
- package/schemas/2025-10/draft_orders/delete.json +12 -0
- package/schemas/2025-10/draft_orders/update.json +1780 -0
- package/schemas/2025-10/finance_app_staff_member/delete.json +4 -0
- package/schemas/2025-10/finance_app_staff_member/grant.json +4 -0
- package/schemas/2025-10/finance_app_staff_member/revoke.json +4 -0
- package/schemas/2025-10/finance_app_staff_member/update.json +4 -0
- package/schemas/2025-10/finance_kyc_information/update.json +4 -0
- package/schemas/2025-10/fulfillment_events/create.json +106 -0
- package/schemas/2025-10/fulfillment_events/delete.json +106 -0
- package/schemas/2025-10/fulfillment_holds/added.json +63 -0
- package/schemas/2025-10/fulfillment_holds/released.json +63 -0
- package/schemas/2025-10/fulfillment_orders/cancellation_request_accepted.json +29 -0
- package/schemas/2025-10/fulfillment_orders/cancellation_request_rejected.json +33 -0
- package/schemas/2025-10/fulfillment_orders/cancellation_request_submitted.json +46 -0
- package/schemas/2025-10/fulfillment_orders/cancelled.json +42 -0
- package/schemas/2025-10/fulfillment_orders/fulfillment_request_accepted.json +33 -0
- package/schemas/2025-10/fulfillment_orders/fulfillment_request_rejected.json +33 -0
- package/schemas/2025-10/fulfillment_orders/fulfillment_request_submitted.json +67 -0
- package/schemas/2025-10/fulfillment_orders/fulfillment_service_failed_to_complete.json +29 -0
- package/schemas/2025-10/fulfillment_orders/hold_released.json +25 -0
- package/schemas/2025-10/fulfillment_orders/line_items_prepared_for_local_delivery.json +41 -0
- package/schemas/2025-10/fulfillment_orders/line_items_prepared_for_pickup.json +41 -0
- package/schemas/2025-10/fulfillment_orders/merged.json +67 -0
- package/schemas/2025-10/fulfillment_orders/moved.json +90 -0
- package/schemas/2025-10/fulfillment_orders/order_routing_complete.json +25 -0
- package/schemas/2025-10/fulfillment_orders/placed_on_hold.json +396 -0
- package/schemas/2025-10/fulfillment_orders/rescheduled.json +30 -0
- package/schemas/2025-10/fulfillment_orders/scheduled_fulfillment_order_ready.json +25 -0
- package/schemas/2025-10/fulfillment_orders/split.json +326 -0
- package/schemas/2025-10/fulfillments/create.json +735 -0
- package/schemas/2025-10/fulfillments/update.json +735 -0
- package/schemas/2025-10/inventory_items/create.json +84 -0
- package/schemas/2025-10/inventory_items/delete.json +43 -0
- package/schemas/2025-10/inventory_items/update.json +84 -0
- package/schemas/2025-10/inventory_levels/connect.json +33 -0
- package/schemas/2025-10/inventory_levels/disconnect.json +16 -0
- package/schemas/2025-10/inventory_levels/update.json +33 -0
- package/schemas/2025-10/inventory_shipments/add_items.json +38 -0
- package/schemas/2025-10/inventory_shipments/create.json +68 -0
- package/schemas/2025-10/inventory_shipments/delete.json +18 -0
- package/schemas/2025-10/inventory_shipments/mark_in_transit.json +22 -0
- package/schemas/2025-10/inventory_shipments/receive_items.json +58 -0
- package/schemas/2025-10/inventory_shipments/remove_items.json +34 -0
- package/schemas/2025-10/inventory_shipments/update_item_quantities.json +42 -0
- package/schemas/2025-10/inventory_shipments/update_tracking.json +44 -0
- package/schemas/2025-10/inventory_transfers/add_items.json +38 -0
- package/schemas/2025-10/inventory_transfers/cancel.json +22 -0
- package/schemas/2025-10/inventory_transfers/complete.json +22 -0
- package/schemas/2025-10/inventory_transfers/ready_to_ship.json +42 -0
- package/schemas/2025-10/inventory_transfers/remove_items.json +34 -0
- package/schemas/2025-10/inventory_transfers/update_item_quantities.json +46 -0
- package/schemas/2025-10/locales/create.json +16 -0
- package/schemas/2025-10/locales/destroy.json +16 -0
- package/schemas/2025-10/locales/update.json +16 -0
- package/schemas/2025-10/locations/activate.json +79 -0
- package/schemas/2025-10/locations/create.json +79 -0
- package/schemas/2025-10/locations/deactivate.json +79 -0
- package/schemas/2025-10/locations/delete.json +12 -0
- package/schemas/2025-10/locations/update.json +79 -0
- package/schemas/2025-10/markets/create.json +24 -0
- package/schemas/2025-10/markets/delete.json +12 -0
- package/schemas/2025-10/markets/update.json +24 -0
- package/schemas/2025-10/markets_backup_region/update.json +17 -0
- package/schemas/2025-10/metafield_definitions/create.json +133 -0
- package/schemas/2025-10/metafield_definitions/delete.json +21 -0
- package/schemas/2025-10/metafield_definitions/update.json +133 -0
- package/schemas/2025-10/metaobjects/create.json +82 -0
- package/schemas/2025-10/metaobjects/delete.json +26 -0
- package/schemas/2025-10/metaobjects/update.json +82 -0
- package/schemas/2025-10/order_transactions/create.json +246 -0
- package/schemas/2025-10/orders/cancelled.json +2783 -0
- package/schemas/2025-10/orders/create.json +2783 -0
- package/schemas/2025-10/orders/delete.json +12 -0
- package/schemas/2025-10/orders/edited.json +146 -0
- package/schemas/2025-10/orders/fulfilled.json +2783 -0
- package/schemas/2025-10/orders/paid.json +2783 -0
- package/schemas/2025-10/orders/partially_fulfilled.json +2783 -0
- package/schemas/2025-10/orders/risk_assessment_changed.json +49 -0
- package/schemas/2025-10/orders/shopify_protect_eligibility_changed.json +38 -0
- package/schemas/2025-10/orders/updated.json +2783 -0
- package/schemas/2025-10/payment_schedules/due.json +70 -0
- package/schemas/2025-10/payment_terms/create.json +115 -0
- package/schemas/2025-10/payment_terms/delete.json +12 -0
- package/schemas/2025-10/payment_terms/update.json +115 -0
- package/schemas/2025-10/product_feeds/create.json +25 -0
- package/schemas/2025-10/product_feeds/full_sync.json +363 -0
- package/schemas/2025-10/product_feeds/full_sync_finish.json +97 -0
- package/schemas/2025-10/product_feeds/incremental_sync.json +358 -0
- package/schemas/2025-10/product_feeds/update.json +25 -0
- package/schemas/2025-10/product_listings/add.json +221 -0
- package/schemas/2025-10/product_listings/remove.json +20 -0
- package/schemas/2025-10/product_listings/update.json +221 -0
- package/schemas/2025-10/product_publications/create.json +45 -0
- package/schemas/2025-10/product_publications/delete.json +12 -0
- package/schemas/2025-10/product_publications/update.json +45 -0
- package/schemas/2025-10/products/create.json +500 -0
- package/schemas/2025-10/products/delete.json +12 -0
- package/schemas/2025-10/products/update.json +500 -0
- package/schemas/2025-10/profiles/create.json +4 -0
- package/schemas/2025-10/profiles/delete.json +4 -0
- package/schemas/2025-10/profiles/update.json +4 -0
- package/schemas/2025-10/returns/approve.json +139 -0
- package/schemas/2025-10/returns/cancel.json +25 -0
- package/schemas/2025-10/returns/close.json +25 -0
- package/schemas/2025-10/returns/decline.json +54 -0
- package/schemas/2025-10/returns/process.json +4 -0
- package/schemas/2025-10/returns/reopen.json +25 -0
- package/schemas/2025-10/returns/request.json +65 -0
- package/schemas/2025-10/returns/update.json +77 -0
- package/schemas/2025-10/reverse_deliveries/attach_deliverable.json +78 -0
- package/schemas/2025-10/reverse_fulfillment_orders/dispose.json +78 -0
- package/schemas/2025-10/scheduled_product_listings/add.json +220 -0
- package/schemas/2025-10/scheduled_product_listings/remove.json +20 -0
- package/schemas/2025-10/scheduled_product_listings/update.json +220 -0
- package/schemas/2025-10/segments/create.json +30 -0
- package/schemas/2025-10/segments/delete.json +12 -0
- package/schemas/2025-10/segments/update.json +30 -0
- package/schemas/2025-10/selling_plan_groups/create.json +216 -0
- package/schemas/2025-10/selling_plan_groups/delete.json +17 -0
- package/schemas/2025-10/selling_plan_groups/update.json +216 -0
- package/schemas/2025-10/shipping_addresses/create.json +63 -0
- package/schemas/2025-10/shipping_addresses/update.json +63 -0
- package/schemas/2025-10/shop/redact.json +16 -0
- package/schemas/2025-10/shop/update.json +283 -0
- package/schemas/2025-10/subscription_billing_attempts/challenged.json +63 -0
- package/schemas/2025-10/subscription_billing_attempts/failure.json +63 -0
- package/schemas/2025-10/subscription_billing_attempts/success.json +63 -0
- package/schemas/2025-10/subscription_billing_cycle_edits/create.json +46 -0
- package/schemas/2025-10/subscription_billing_cycle_edits/delete.json +46 -0
- package/schemas/2025-10/subscription_billing_cycle_edits/update.json +46 -0
- package/schemas/2025-10/subscription_billing_cycles/skip.json +46 -0
- package/schemas/2025-10/subscription_billing_cycles/unskip.json +46 -0
- package/schemas/2025-10/subscription_contracts/activate.json +93 -0
- package/schemas/2025-10/subscription_contracts/cancel.json +93 -0
- package/schemas/2025-10/subscription_contracts/create.json +93 -0
- package/schemas/2025-10/subscription_contracts/expire.json +93 -0
- package/schemas/2025-10/subscription_contracts/fail.json +93 -0
- package/schemas/2025-10/subscription_contracts/pause.json +93 -0
- package/schemas/2025-10/subscription_contracts/update.json +93 -0
- package/schemas/2025-10/tax_services/create.json +25 -0
- package/schemas/2025-10/tax_services/update.json +25 -0
- package/schemas/2025-10/tender_transactions/create.json +69 -0
- package/schemas/2025-10/themes/create.json +50 -0
- package/schemas/2025-10/themes/delete.json +12 -0
- package/schemas/2025-10/themes/publish.json +50 -0
- package/schemas/2025-10/themes/update.json +50 -0
- package/schemas/2025-10/variants/in_stock.json +87 -0
- package/schemas/2025-10/variants/out_of_stock.json +87 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"publications"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Occurs whenever a channel is deleted.",
|
|
12
|
+
"name": "channels/delete",
|
|
13
|
+
"related_resource": "Channel",
|
|
14
|
+
"response": {
|
|
15
|
+
"id": "123456789"
|
|
16
|
+
},
|
|
17
|
+
"shop_feature": false
|
|
18
|
+
}
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"orders"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Occurs whenever a checkout is created.",
|
|
12
|
+
"name": "checkouts/create",
|
|
13
|
+
"pii": [
|
|
14
|
+
"customer"
|
|
15
|
+
],
|
|
16
|
+
"related_resource": "Checkout",
|
|
17
|
+
"response": {
|
|
18
|
+
"id": 981820079255243500,
|
|
19
|
+
"token": "123123123",
|
|
20
|
+
"cart_token": "eeafa272cebfd4b22385bc4b645e762c",
|
|
21
|
+
"email": "example@email.com",
|
|
22
|
+
"gateway": null,
|
|
23
|
+
"buyer_accepts_marketing": false,
|
|
24
|
+
"created_at": "2021-12-31T19:00:00-05:00",
|
|
25
|
+
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
26
|
+
"landing_site": null,
|
|
27
|
+
"note": null,
|
|
28
|
+
"note_attributes": [],
|
|
29
|
+
"referring_site": null,
|
|
30
|
+
"shipping_lines": [],
|
|
31
|
+
"taxes_included": false,
|
|
32
|
+
"total_weight": 1133,
|
|
33
|
+
"currency": "USD",
|
|
34
|
+
"completed_at": null,
|
|
35
|
+
"closed_at": null,
|
|
36
|
+
"user_id": null,
|
|
37
|
+
"location_id": null,
|
|
38
|
+
"source_identifier": null,
|
|
39
|
+
"source_url": null,
|
|
40
|
+
"device_id": null,
|
|
41
|
+
"phone": null,
|
|
42
|
+
"customer_locale": null,
|
|
43
|
+
"line_items": [
|
|
44
|
+
{
|
|
45
|
+
"applied_discounts": [],
|
|
46
|
+
"discount_allocations": [],
|
|
47
|
+
"key": "bdf89cdb0caed71087a45894c050fd3a",
|
|
48
|
+
"destination_location_id": 1015975192,
|
|
49
|
+
"fulfillment_service": "manual",
|
|
50
|
+
"gift_card": false,
|
|
51
|
+
"grams": 567,
|
|
52
|
+
"origin_location_id": 1015975191,
|
|
53
|
+
"presentment_title": "IPod Nano - 8GB",
|
|
54
|
+
"presentment_variant_title": "Pink",
|
|
55
|
+
"product_id": 632910392,
|
|
56
|
+
"properties": null,
|
|
57
|
+
"quantity": 1,
|
|
58
|
+
"requires_shipping": true,
|
|
59
|
+
"sku": "IPOD2008PINK",
|
|
60
|
+
"tax_lines": [
|
|
61
|
+
{
|
|
62
|
+
"price": "11.94",
|
|
63
|
+
"position": 1,
|
|
64
|
+
"rate": 0.06,
|
|
65
|
+
"title": "Tax",
|
|
66
|
+
"source": "Shopify",
|
|
67
|
+
"zone": "province",
|
|
68
|
+
"jurisdiction_id": null,
|
|
69
|
+
"jurisdiction_type": null,
|
|
70
|
+
"jurisdiction_source": null,
|
|
71
|
+
"reporting_taxable_amount": null,
|
|
72
|
+
"reporting_non_taxable_amount": null,
|
|
73
|
+
"reporting_exempt_amount": null,
|
|
74
|
+
"reporting_jurisdiction_name": null,
|
|
75
|
+
"reporting_jurisdiction_type": null,
|
|
76
|
+
"reporting_jurisdiction_code": null,
|
|
77
|
+
"tax_api_client_id": null,
|
|
78
|
+
"tax_calculation_price": "11.94",
|
|
79
|
+
"tax_registration_id": null,
|
|
80
|
+
"compare_at": 0.06,
|
|
81
|
+
"channel_liable": false
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"taxable": true,
|
|
85
|
+
"title": "IPod Nano - 8GB",
|
|
86
|
+
"variant_id": 808950810,
|
|
87
|
+
"variant_title": "Pink",
|
|
88
|
+
"variant_price": "199.00",
|
|
89
|
+
"vendor": "Apple",
|
|
90
|
+
"user_id": null,
|
|
91
|
+
"unit_price_measurement": {
|
|
92
|
+
"measured_type": null,
|
|
93
|
+
"quantity_value": null,
|
|
94
|
+
"quantity_unit": null,
|
|
95
|
+
"reference_value": null,
|
|
96
|
+
"reference_unit": null
|
|
97
|
+
},
|
|
98
|
+
"rank": null,
|
|
99
|
+
"compare_at_price": null,
|
|
100
|
+
"line_price": "199.00",
|
|
101
|
+
"price": "199.00"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"applied_discounts": [],
|
|
105
|
+
"discount_allocations": [],
|
|
106
|
+
"key": "bdf89cdb0caed71087a45894c050fd3a",
|
|
107
|
+
"destination_location_id": 1015975192,
|
|
108
|
+
"fulfillment_service": "manual",
|
|
109
|
+
"gift_card": false,
|
|
110
|
+
"grams": 567,
|
|
111
|
+
"origin_location_id": 1015975191,
|
|
112
|
+
"presentment_title": "IPod Nano - 8GB",
|
|
113
|
+
"presentment_variant_title": "Pink",
|
|
114
|
+
"product_id": 632910392,
|
|
115
|
+
"properties": null,
|
|
116
|
+
"quantity": 1,
|
|
117
|
+
"requires_shipping": true,
|
|
118
|
+
"sku": "IPOD2008PINK",
|
|
119
|
+
"tax_lines": [
|
|
120
|
+
{
|
|
121
|
+
"price": "11.94",
|
|
122
|
+
"position": 1,
|
|
123
|
+
"rate": 0.06,
|
|
124
|
+
"title": "Tax",
|
|
125
|
+
"source": "Shopify",
|
|
126
|
+
"zone": "province",
|
|
127
|
+
"jurisdiction_id": null,
|
|
128
|
+
"jurisdiction_type": null,
|
|
129
|
+
"jurisdiction_source": null,
|
|
130
|
+
"reporting_taxable_amount": null,
|
|
131
|
+
"reporting_non_taxable_amount": null,
|
|
132
|
+
"reporting_exempt_amount": null,
|
|
133
|
+
"reporting_jurisdiction_name": null,
|
|
134
|
+
"reporting_jurisdiction_type": null,
|
|
135
|
+
"reporting_jurisdiction_code": null,
|
|
136
|
+
"tax_api_client_id": null,
|
|
137
|
+
"tax_calculation_price": "11.94",
|
|
138
|
+
"tax_registration_id": null,
|
|
139
|
+
"compare_at": 0.06,
|
|
140
|
+
"channel_liable": false
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"taxable": true,
|
|
144
|
+
"title": "IPod Nano - 8GB",
|
|
145
|
+
"variant_id": 808950810,
|
|
146
|
+
"variant_title": "Pink",
|
|
147
|
+
"variant_price": "199.00",
|
|
148
|
+
"vendor": "Apple",
|
|
149
|
+
"user_id": null,
|
|
150
|
+
"unit_price_measurement": {
|
|
151
|
+
"measured_type": null,
|
|
152
|
+
"quantity_value": null,
|
|
153
|
+
"quantity_unit": null,
|
|
154
|
+
"reference_value": null,
|
|
155
|
+
"reference_unit": null
|
|
156
|
+
},
|
|
157
|
+
"rank": null,
|
|
158
|
+
"compare_at_price": null,
|
|
159
|
+
"line_price": "199.00",
|
|
160
|
+
"price": "199.00"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"name": "#981820079255243537",
|
|
164
|
+
"source": null,
|
|
165
|
+
"abandoned_checkout_url": "https://checkout.local/548380009/checkouts/123123123/recover?key=example-secret-token",
|
|
166
|
+
"discount_codes": [],
|
|
167
|
+
"tax_lines": [
|
|
168
|
+
{
|
|
169
|
+
"price": "23.88",
|
|
170
|
+
"rate": 0.06,
|
|
171
|
+
"title": "Tax",
|
|
172
|
+
"channel_liable": false
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"source_name": "web",
|
|
176
|
+
"presentment_currency": "USD",
|
|
177
|
+
"buyer_accepts_sms_marketing": false,
|
|
178
|
+
"sms_marketing_phone": null,
|
|
179
|
+
"total_discounts": "0.00",
|
|
180
|
+
"total_line_items_price": "398.00",
|
|
181
|
+
"total_price": "421.88",
|
|
182
|
+
"total_tax": "23.88",
|
|
183
|
+
"subtotal_price": "398.00",
|
|
184
|
+
"total_duties": null,
|
|
185
|
+
"reservation_token": null,
|
|
186
|
+
"billing_address": {
|
|
187
|
+
"first_name": "Bob",
|
|
188
|
+
"address1": "123 Billing Street",
|
|
189
|
+
"phone": "555-555-BILL",
|
|
190
|
+
"city": "Billtown",
|
|
191
|
+
"zip": "K2P0B0",
|
|
192
|
+
"province": "Kentucky",
|
|
193
|
+
"country": "United States",
|
|
194
|
+
"last_name": "Biller",
|
|
195
|
+
"address2": null,
|
|
196
|
+
"company": "My Company",
|
|
197
|
+
"latitude": null,
|
|
198
|
+
"longitude": null,
|
|
199
|
+
"name": "Bob Biller",
|
|
200
|
+
"country_code": "US",
|
|
201
|
+
"province_code": "KY"
|
|
202
|
+
},
|
|
203
|
+
"shipping_address": {
|
|
204
|
+
"first_name": "Steve",
|
|
205
|
+
"address1": "123 Shipping Street",
|
|
206
|
+
"phone": "555-555-SHIP",
|
|
207
|
+
"city": "Shippington",
|
|
208
|
+
"zip": "K2P0S0",
|
|
209
|
+
"province": "Kentucky",
|
|
210
|
+
"country": "United States",
|
|
211
|
+
"last_name": "Shipper",
|
|
212
|
+
"address2": null,
|
|
213
|
+
"company": "Shipping Company",
|
|
214
|
+
"latitude": null,
|
|
215
|
+
"longitude": null,
|
|
216
|
+
"name": "Steve Shipper",
|
|
217
|
+
"country_code": "US",
|
|
218
|
+
"province_code": "KY"
|
|
219
|
+
},
|
|
220
|
+
"customer": {
|
|
221
|
+
"id": 603851970716743400,
|
|
222
|
+
"created_at": null,
|
|
223
|
+
"updated_at": null,
|
|
224
|
+
"first_name": "John",
|
|
225
|
+
"last_name": "Smith",
|
|
226
|
+
"state": "disabled",
|
|
227
|
+
"note": null,
|
|
228
|
+
"verified_email": true,
|
|
229
|
+
"multipass_identifier": null,
|
|
230
|
+
"tax_exempt": false,
|
|
231
|
+
"email": "john@example.com",
|
|
232
|
+
"phone": null,
|
|
233
|
+
"currency": "USD",
|
|
234
|
+
"tax_exemptions": [],
|
|
235
|
+
"admin_graphql_api_id": "gid://shopify/Customer/603851970716743426",
|
|
236
|
+
"default_address": {
|
|
237
|
+
"id": null,
|
|
238
|
+
"customer_id": 603851970716743400,
|
|
239
|
+
"first_name": "John",
|
|
240
|
+
"last_name": "Smith",
|
|
241
|
+
"company": null,
|
|
242
|
+
"address1": "123 Elm St.",
|
|
243
|
+
"address2": null,
|
|
244
|
+
"city": "Ottawa",
|
|
245
|
+
"province": "Ontario",
|
|
246
|
+
"country": "Canada",
|
|
247
|
+
"zip": "K2H7A8",
|
|
248
|
+
"phone": "123-123-1234",
|
|
249
|
+
"name": "John Smith",
|
|
250
|
+
"province_code": "ON",
|
|
251
|
+
"country_code": "CA",
|
|
252
|
+
"country_name": "Canada",
|
|
253
|
+
"default": true
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"shop_feature": false
|
|
258
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"orders"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Occurs whenever a checkout is deleted.",
|
|
12
|
+
"name": "checkouts/delete",
|
|
13
|
+
"related_resource": "Checkout",
|
|
14
|
+
"response": {
|
|
15
|
+
"id": 981820079255243500,
|
|
16
|
+
"presentment_currency": "USD",
|
|
17
|
+
"buyer_accepts_sms_marketing": false,
|
|
18
|
+
"sms_marketing_phone": null,
|
|
19
|
+
"total_discounts": "0.00",
|
|
20
|
+
"total_line_items_price": "398.00",
|
|
21
|
+
"total_price": "421.88",
|
|
22
|
+
"total_tax": "23.88",
|
|
23
|
+
"subtotal_price": "398.00",
|
|
24
|
+
"cart_token": "eeafa272cebfd4b22385bc4b645e762c",
|
|
25
|
+
"total_duties": null,
|
|
26
|
+
"reservation_token": null
|
|
27
|
+
},
|
|
28
|
+
"shop_feature": false
|
|
29
|
+
}
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"orders"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Occurs whenever a checkout is updated.",
|
|
12
|
+
"name": "checkouts/update",
|
|
13
|
+
"pii": [
|
|
14
|
+
"customer"
|
|
15
|
+
],
|
|
16
|
+
"related_resource": "Checkout",
|
|
17
|
+
"response": {
|
|
18
|
+
"id": 981820079255243500,
|
|
19
|
+
"token": "123123123",
|
|
20
|
+
"cart_token": "eeafa272cebfd4b22385bc4b645e762c",
|
|
21
|
+
"email": "example@email.com",
|
|
22
|
+
"gateway": null,
|
|
23
|
+
"buyer_accepts_marketing": false,
|
|
24
|
+
"created_at": "2021-12-31T19:00:00-05:00",
|
|
25
|
+
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
26
|
+
"landing_site": null,
|
|
27
|
+
"note": null,
|
|
28
|
+
"note_attributes": [],
|
|
29
|
+
"referring_site": null,
|
|
30
|
+
"shipping_lines": [],
|
|
31
|
+
"taxes_included": false,
|
|
32
|
+
"total_weight": 1133,
|
|
33
|
+
"currency": "USD",
|
|
34
|
+
"completed_at": null,
|
|
35
|
+
"closed_at": null,
|
|
36
|
+
"user_id": null,
|
|
37
|
+
"location_id": null,
|
|
38
|
+
"source_identifier": null,
|
|
39
|
+
"source_url": null,
|
|
40
|
+
"device_id": null,
|
|
41
|
+
"phone": null,
|
|
42
|
+
"customer_locale": null,
|
|
43
|
+
"line_items": [
|
|
44
|
+
{
|
|
45
|
+
"applied_discounts": [],
|
|
46
|
+
"discount_allocations": [],
|
|
47
|
+
"key": "04146c0fca55b1ad72ae9ed35248b684",
|
|
48
|
+
"destination_location_id": 1015975152,
|
|
49
|
+
"fulfillment_service": "manual",
|
|
50
|
+
"gift_card": false,
|
|
51
|
+
"grams": 567,
|
|
52
|
+
"origin_location_id": 1015975151,
|
|
53
|
+
"presentment_title": "IPod Nano - 8GB",
|
|
54
|
+
"presentment_variant_title": "Pink",
|
|
55
|
+
"product_id": 632910392,
|
|
56
|
+
"properties": null,
|
|
57
|
+
"quantity": 1,
|
|
58
|
+
"requires_shipping": true,
|
|
59
|
+
"sku": "IPOD2008PINK",
|
|
60
|
+
"tax_lines": [
|
|
61
|
+
{
|
|
62
|
+
"price": "11.94",
|
|
63
|
+
"position": 1,
|
|
64
|
+
"rate": 0.06,
|
|
65
|
+
"title": "Tax",
|
|
66
|
+
"source": "Shopify",
|
|
67
|
+
"zone": "province",
|
|
68
|
+
"jurisdiction_id": null,
|
|
69
|
+
"jurisdiction_type": null,
|
|
70
|
+
"jurisdiction_source": null,
|
|
71
|
+
"reporting_taxable_amount": null,
|
|
72
|
+
"reporting_non_taxable_amount": null,
|
|
73
|
+
"reporting_exempt_amount": null,
|
|
74
|
+
"reporting_jurisdiction_name": null,
|
|
75
|
+
"reporting_jurisdiction_type": null,
|
|
76
|
+
"reporting_jurisdiction_code": null,
|
|
77
|
+
"tax_api_client_id": null,
|
|
78
|
+
"tax_calculation_price": "11.94",
|
|
79
|
+
"tax_registration_id": null,
|
|
80
|
+
"compare_at": 0.06,
|
|
81
|
+
"channel_liable": false
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"taxable": true,
|
|
85
|
+
"title": "IPod Nano - 8GB",
|
|
86
|
+
"variant_id": 808950810,
|
|
87
|
+
"variant_title": "Pink",
|
|
88
|
+
"variant_price": "199.00",
|
|
89
|
+
"vendor": "Apple",
|
|
90
|
+
"user_id": null,
|
|
91
|
+
"unit_price_measurement": {
|
|
92
|
+
"measured_type": null,
|
|
93
|
+
"quantity_value": null,
|
|
94
|
+
"quantity_unit": null,
|
|
95
|
+
"reference_value": null,
|
|
96
|
+
"reference_unit": null
|
|
97
|
+
},
|
|
98
|
+
"rank": null,
|
|
99
|
+
"compare_at_price": null,
|
|
100
|
+
"line_price": "199.00",
|
|
101
|
+
"price": "199.00"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"applied_discounts": [],
|
|
105
|
+
"discount_allocations": [],
|
|
106
|
+
"key": "04146c0fca55b1ad72ae9ed35248b684",
|
|
107
|
+
"destination_location_id": 1015975152,
|
|
108
|
+
"fulfillment_service": "manual",
|
|
109
|
+
"gift_card": false,
|
|
110
|
+
"grams": 567,
|
|
111
|
+
"origin_location_id": 1015975151,
|
|
112
|
+
"presentment_title": "IPod Nano - 8GB",
|
|
113
|
+
"presentment_variant_title": "Pink",
|
|
114
|
+
"product_id": 632910392,
|
|
115
|
+
"properties": null,
|
|
116
|
+
"quantity": 1,
|
|
117
|
+
"requires_shipping": true,
|
|
118
|
+
"sku": "IPOD2008PINK",
|
|
119
|
+
"tax_lines": [
|
|
120
|
+
{
|
|
121
|
+
"price": "11.94",
|
|
122
|
+
"position": 1,
|
|
123
|
+
"rate": 0.06,
|
|
124
|
+
"title": "Tax",
|
|
125
|
+
"source": "Shopify",
|
|
126
|
+
"zone": "province",
|
|
127
|
+
"jurisdiction_id": null,
|
|
128
|
+
"jurisdiction_type": null,
|
|
129
|
+
"jurisdiction_source": null,
|
|
130
|
+
"reporting_taxable_amount": null,
|
|
131
|
+
"reporting_non_taxable_amount": null,
|
|
132
|
+
"reporting_exempt_amount": null,
|
|
133
|
+
"reporting_jurisdiction_name": null,
|
|
134
|
+
"reporting_jurisdiction_type": null,
|
|
135
|
+
"reporting_jurisdiction_code": null,
|
|
136
|
+
"tax_api_client_id": null,
|
|
137
|
+
"tax_calculation_price": "11.94",
|
|
138
|
+
"tax_registration_id": null,
|
|
139
|
+
"compare_at": 0.06,
|
|
140
|
+
"channel_liable": false
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"taxable": true,
|
|
144
|
+
"title": "IPod Nano - 8GB",
|
|
145
|
+
"variant_id": 808950810,
|
|
146
|
+
"variant_title": "Pink",
|
|
147
|
+
"variant_price": "199.00",
|
|
148
|
+
"vendor": "Apple",
|
|
149
|
+
"user_id": null,
|
|
150
|
+
"unit_price_measurement": {
|
|
151
|
+
"measured_type": null,
|
|
152
|
+
"quantity_value": null,
|
|
153
|
+
"quantity_unit": null,
|
|
154
|
+
"reference_value": null,
|
|
155
|
+
"reference_unit": null
|
|
156
|
+
},
|
|
157
|
+
"rank": null,
|
|
158
|
+
"compare_at_price": null,
|
|
159
|
+
"line_price": "199.00",
|
|
160
|
+
"price": "199.00"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"name": "#981820079255243537",
|
|
164
|
+
"source": null,
|
|
165
|
+
"abandoned_checkout_url": "https://checkout.local/548380009/checkouts/123123123/recover?key=example-secret-token",
|
|
166
|
+
"discount_codes": [],
|
|
167
|
+
"tax_lines": [
|
|
168
|
+
{
|
|
169
|
+
"price": "23.88",
|
|
170
|
+
"rate": 0.06,
|
|
171
|
+
"title": "Tax",
|
|
172
|
+
"channel_liable": false
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"source_name": "web",
|
|
176
|
+
"presentment_currency": "USD",
|
|
177
|
+
"buyer_accepts_sms_marketing": false,
|
|
178
|
+
"sms_marketing_phone": null,
|
|
179
|
+
"total_discounts": "0.00",
|
|
180
|
+
"total_line_items_price": "398.00",
|
|
181
|
+
"total_price": "421.88",
|
|
182
|
+
"total_tax": "23.88",
|
|
183
|
+
"subtotal_price": "398.00",
|
|
184
|
+
"total_duties": null,
|
|
185
|
+
"reservation_token": null,
|
|
186
|
+
"billing_address": {
|
|
187
|
+
"first_name": "Bob",
|
|
188
|
+
"address1": "123 Billing Street",
|
|
189
|
+
"phone": "555-555-BILL",
|
|
190
|
+
"city": "Billtown",
|
|
191
|
+
"zip": "K2P0B0",
|
|
192
|
+
"province": "Kentucky",
|
|
193
|
+
"country": "United States",
|
|
194
|
+
"last_name": "Biller",
|
|
195
|
+
"address2": null,
|
|
196
|
+
"company": "My Company",
|
|
197
|
+
"latitude": null,
|
|
198
|
+
"longitude": null,
|
|
199
|
+
"name": "Bob Biller",
|
|
200
|
+
"country_code": "US",
|
|
201
|
+
"province_code": "KY"
|
|
202
|
+
},
|
|
203
|
+
"shipping_address": {
|
|
204
|
+
"first_name": "Steve",
|
|
205
|
+
"address1": "123 Shipping Street",
|
|
206
|
+
"phone": "555-555-SHIP",
|
|
207
|
+
"city": "Shippington",
|
|
208
|
+
"zip": "K2P0S0",
|
|
209
|
+
"province": "Kentucky",
|
|
210
|
+
"country": "United States",
|
|
211
|
+
"last_name": "Shipper",
|
|
212
|
+
"address2": null,
|
|
213
|
+
"company": "Shipping Company",
|
|
214
|
+
"latitude": null,
|
|
215
|
+
"longitude": null,
|
|
216
|
+
"name": "Steve Shipper",
|
|
217
|
+
"country_code": "US",
|
|
218
|
+
"province_code": "KY"
|
|
219
|
+
},
|
|
220
|
+
"customer": {
|
|
221
|
+
"id": 603851970716743400,
|
|
222
|
+
"created_at": null,
|
|
223
|
+
"updated_at": null,
|
|
224
|
+
"first_name": "John",
|
|
225
|
+
"last_name": "Smith",
|
|
226
|
+
"state": "disabled",
|
|
227
|
+
"note": null,
|
|
228
|
+
"verified_email": true,
|
|
229
|
+
"multipass_identifier": null,
|
|
230
|
+
"tax_exempt": false,
|
|
231
|
+
"email": "john@example.com",
|
|
232
|
+
"phone": null,
|
|
233
|
+
"currency": "USD",
|
|
234
|
+
"tax_exemptions": [],
|
|
235
|
+
"admin_graphql_api_id": "gid://shopify/Customer/603851970716743426",
|
|
236
|
+
"default_address": {
|
|
237
|
+
"id": null,
|
|
238
|
+
"customer_id": 603851970716743400,
|
|
239
|
+
"first_name": "John",
|
|
240
|
+
"last_name": "Smith",
|
|
241
|
+
"company": null,
|
|
242
|
+
"address1": "123 Elm St.",
|
|
243
|
+
"address2": null,
|
|
244
|
+
"city": "Ottawa",
|
|
245
|
+
"province": "Ontario",
|
|
246
|
+
"country": "Canada",
|
|
247
|
+
"zip": "K2H7A8",
|
|
248
|
+
"phone": "123-123-1234",
|
|
249
|
+
"name": "John Smith",
|
|
250
|
+
"province_code": "ON",
|
|
251
|
+
"country_code": "CA",
|
|
252
|
+
"country_name": "Canada",
|
|
253
|
+
"default": true
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"shop_feature": false
|
|
258
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"product_listings"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Occurs whenever a collection listing is added.",
|
|
12
|
+
"name": "collection_listings/add",
|
|
13
|
+
"related_resource": "CollectionPublication",
|
|
14
|
+
"response": {
|
|
15
|
+
"collection_listing": {
|
|
16
|
+
"collection_id": 408372092144951400,
|
|
17
|
+
"updated_at": null,
|
|
18
|
+
"body_html": "<b>Some HTML</b>",
|
|
19
|
+
"default_product_image": null,
|
|
20
|
+
"handle": "mynewcollection",
|
|
21
|
+
"image": null,
|
|
22
|
+
"title": "My New Collection",
|
|
23
|
+
"sort_order": null,
|
|
24
|
+
"published_at": "2021-12-31T19:00:00-05:00"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"shop_feature": false
|
|
28
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"product_listings"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Occurs whenever a collection listing is removed.",
|
|
12
|
+
"name": "collection_listings/remove",
|
|
13
|
+
"related_resource": "CollectionPublication",
|
|
14
|
+
"response": {
|
|
15
|
+
"collection_listing": {
|
|
16
|
+
"collection_id": 408372092144951400
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"shop_feature": false
|
|
20
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"product_listings"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Occurs whenever a collection listing is updated.",
|
|
12
|
+
"name": "collection_listings/update",
|
|
13
|
+
"related_resource": "CollectionPublication",
|
|
14
|
+
"response": {
|
|
15
|
+
"collection_listing": {
|
|
16
|
+
"collection_id": 408372092144951400,
|
|
17
|
+
"updated_at": null,
|
|
18
|
+
"body_html": "<b>Some HTML</b>",
|
|
19
|
+
"default_product_image": null,
|
|
20
|
+
"handle": "mynewcollection",
|
|
21
|
+
"image": null,
|
|
22
|
+
"title": "My New Collection",
|
|
23
|
+
"sort_order": null,
|
|
24
|
+
"published_at": "2021-12-31T19:00:00-05:00"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"shop_feature": false
|
|
28
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"publications"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Occurs whenever a collection publication listing is created.",
|
|
12
|
+
"name": "collection_publications/create",
|
|
13
|
+
"related_resource": "CollectionPublication",
|
|
14
|
+
"response": {
|
|
15
|
+
"id": null,
|
|
16
|
+
"publication_id": null,
|
|
17
|
+
"published_at": "2021-12-31T19:00:00-05:00",
|
|
18
|
+
"published": true,
|
|
19
|
+
"created_at": null,
|
|
20
|
+
"updated_at": null,
|
|
21
|
+
"collection_id": 408372092144951400
|
|
22
|
+
},
|
|
23
|
+
"shop_feature": false
|
|
24
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"publications"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Occurs whenever a collection publication listing is deleted.",
|
|
12
|
+
"name": "collection_publications/delete",
|
|
13
|
+
"related_resource": "CollectionPublication",
|
|
14
|
+
"response": {
|
|
15
|
+
"id": null
|
|
16
|
+
},
|
|
17
|
+
"shop_feature": false
|
|
18
|
+
}
|