shopify-webhook-schemas 0.2.9 → 0.3.2
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/metadatas/2026-01/app/scopes_update.json +24 -0
- package/metadatas/2026-01/app/uninstalled.json +70 -0
- package/metadatas/2026-01/app_purchases_one_time/update.json +21 -0
- package/metadatas/2026-01/app_subscriptions/approaching_capped_amount.json +23 -0
- package/metadatas/2026-01/app_subscriptions/update.json +27 -0
- package/metadatas/2026-01/audit_events/admin_api_activity.json +67 -0
- package/metadatas/2026-01/bulk_operations/finish.json +20 -0
- package/metadatas/2026-01/carts/create.json +98 -0
- package/metadatas/2026-01/carts/update.json +98 -0
- package/metadatas/2026-01/channels/delete.json +18 -0
- package/metadatas/2026-01/checkouts/create.json +258 -0
- package/metadatas/2026-01/checkouts/delete.json +29 -0
- package/metadatas/2026-01/checkouts/update.json +258 -0
- package/metadatas/2026-01/collection_listings/add.json +28 -0
- package/metadatas/2026-01/collection_listings/remove.json +20 -0
- package/metadatas/2026-01/collection_listings/update.json +28 -0
- package/metadatas/2026-01/collection_publications/create.json +24 -0
- package/metadatas/2026-01/collection_publications/delete.json +18 -0
- package/metadatas/2026-01/collection_publications/update.json +24 -0
- package/metadatas/2026-01/collections/create.json +27 -0
- package/metadatas/2026-01/collections/delete.json +20 -0
- package/metadatas/2026-01/collections/update.json +27 -0
- package/metadatas/2026-01/companies/create.json +29 -0
- package/metadatas/2026-01/companies/delete.json +26 -0
- package/metadatas/2026-01/companies/update.json +29 -0
- package/metadatas/2026-01/company_contact_roles/assign.json +114 -0
- package/metadatas/2026-01/company_contact_roles/revoke.json +114 -0
- package/metadatas/2026-01/company_contacts/create.json +37 -0
- package/metadatas/2026-01/company_contacts/delete.json +34 -0
- package/metadatas/2026-01/company_contacts/update.json +37 -0
- package/metadatas/2026-01/company_locations/create.json +91 -0
- package/metadatas/2026-01/company_locations/delete.json +88 -0
- package/metadatas/2026-01/company_locations/update.json +91 -0
- package/metadatas/2026-01/customer.joined_segment.json +18 -0
- package/metadatas/2026-01/customer.left_segment.json +18 -0
- package/metadatas/2026-01/customer.tags_added.json +25 -0
- package/metadatas/2026-01/customer.tags_removed.json +25 -0
- package/metadatas/2026-01/customer_account_settings/update.json +17 -0
- package/metadatas/2026-01/customer_groups/create.json +25 -0
- package/metadatas/2026-01/customer_groups/delete.json +21 -0
- package/metadatas/2026-01/customer_groups/update.json +22 -0
- package/metadatas/2026-01/customer_payment_methods/create.json +33 -0
- package/metadatas/2026-01/customer_payment_methods/revoke.json +33 -0
- package/metadatas/2026-01/customer_payment_methods/update.json +33 -0
- package/metadatas/2026-01/customers/create.json +55 -0
- package/metadatas/2026-01/customers/data_request.json +27 -0
- package/metadatas/2026-01/customers/delete.json +20 -0
- package/metadatas/2026-01/customers/disable.json +55 -0
- package/metadatas/2026-01/customers/enable.json +55 -0
- package/metadatas/2026-01/customers/merge.json +30 -0
- package/metadatas/2026-01/customers/purchasing_summary.json +27 -0
- package/metadatas/2026-01/customers/redact.json +24 -0
- package/metadatas/2026-01/customers/update.json +55 -0
- package/metadatas/2026-01/customers_email_marketing_consent/update.json +27 -0
- package/metadatas/2026-01/customers_marketing_consent/update.json +28 -0
- package/metadatas/2026-01/delivery_promise_settings/update.json +19 -0
- package/metadatas/2026-01/discounts/create.json +22 -0
- package/metadatas/2026-01/discounts/delete.json +19 -0
- package/metadatas/2026-01/discounts/redeemcode_added.json +23 -0
- package/metadatas/2026-01/discounts/redeemcode_removed.json +23 -0
- package/metadatas/2026-01/discounts/update.json +22 -0
- package/metadatas/2026-01/disputes/create.json +32 -0
- package/metadatas/2026-01/disputes/update.json +32 -0
- package/metadatas/2026-01/domains/create.json +22 -0
- package/metadatas/2026-01/domains/destroy.json +22 -0
- package/metadatas/2026-01/domains/update.json +22 -0
- package/metadatas/2026-01/draft_orders/create.json +244 -0
- package/metadatas/2026-01/draft_orders/delete.json +18 -0
- package/metadatas/2026-01/draft_orders/update.json +244 -0
- package/metadatas/2026-01/finance_app_staff_member/delete.json +16 -0
- package/metadatas/2026-01/finance_app_staff_member/grant.json +16 -0
- package/metadatas/2026-01/finance_app_staff_member/revoke.json +16 -0
- package/metadatas/2026-01/finance_app_staff_member/update.json +16 -0
- package/metadatas/2026-01/finance_kyc_information/update.json +16 -0
- package/metadatas/2026-01/fulfillment_events/create.json +38 -0
- package/metadatas/2026-01/fulfillment_events/delete.json +35 -0
- package/metadatas/2026-01/fulfillment_holds/added.json +32 -0
- package/metadatas/2026-01/fulfillment_holds/released.json +32 -0
- package/metadatas/2026-01/fulfillment_orders/cancellation_request_accepted.json +25 -0
- package/metadatas/2026-01/fulfillment_orders/cancellation_request_rejected.json +26 -0
- package/metadatas/2026-01/fulfillment_orders/cancellation_request_submitted.json +29 -0
- package/metadatas/2026-01/fulfillment_orders/cancelled.json +28 -0
- package/metadatas/2026-01/fulfillment_orders/fulfillment_request_accepted.json +26 -0
- package/metadatas/2026-01/fulfillment_orders/fulfillment_request_rejected.json +26 -0
- package/metadatas/2026-01/fulfillment_orders/fulfillment_request_submitted.json +34 -0
- package/metadatas/2026-01/fulfillment_orders/fulfillment_service_failed_to_complete.json +25 -0
- package/metadatas/2026-01/fulfillment_orders/hold_released.json +24 -0
- package/metadatas/2026-01/fulfillment_orders/line_items_prepared_for_local_delivery.json +28 -0
- package/metadatas/2026-01/fulfillment_orders/line_items_prepared_for_pickup.json +28 -0
- package/metadatas/2026-01/fulfillment_orders/merged.json +45 -0
- package/metadatas/2026-01/fulfillment_orders/moved.json +40 -0
- package/metadatas/2026-01/fulfillment_orders/order_routing_complete.json +25 -0
- package/metadatas/2026-01/fulfillment_orders/placed_on_hold.json +66 -0
- package/metadatas/2026-01/fulfillment_orders/rescheduled.json +25 -0
- package/metadatas/2026-01/fulfillment_orders/scheduled_fulfillment_order_ready.json +24 -0
- package/metadatas/2026-01/fulfillment_orders/split.json +37 -0
- package/metadatas/2026-01/fulfillments/create.json +326 -0
- package/metadatas/2026-01/fulfillments/update.json +326 -0
- package/metadatas/2026-01/inventory_items/create.json +32 -0
- package/metadatas/2026-01/inventory_items/delete.json +24 -0
- package/metadatas/2026-01/inventory_items/update.json +32 -0
- package/metadatas/2026-01/inventory_levels/connect.json +16 -0
- package/metadatas/2026-01/inventory_levels/disconnect.json +19 -0
- package/metadatas/2026-01/inventory_levels/update.json +16 -0
- package/metadatas/2026-01/locales/create.json +19 -0
- package/metadatas/2026-01/locales/update.json +19 -0
- package/metadatas/2026-01/locations/activate.json +34 -0
- package/metadatas/2026-01/locations/create.json +34 -0
- package/metadatas/2026-01/locations/deactivate.json +34 -0
- package/metadatas/2026-01/locations/delete.json +18 -0
- package/metadatas/2026-01/locations/update.json +34 -0
- package/metadatas/2026-01/markets/create.json +21 -0
- package/metadatas/2026-01/markets/delete.json +18 -0
- package/metadatas/2026-01/markets/update.json +21 -0
- package/metadatas/2026-01/markets_backup_region/update.json +18 -0
- package/metadatas/2026-01/metafield_definitions/create.json +45 -0
- package/metadatas/2026-01/metafield_definitions/delete.json +19 -0
- package/metadatas/2026-01/metafield_definitions/update.json +45 -0
- package/metadatas/2026-01/metaobjects/create.json +33 -0
- package/metadatas/2026-01/metaobjects/delete.json +20 -0
- package/metadatas/2026-01/metaobjects/update.json +33 -0
- package/metadatas/2026-01/order_transactions/create.json +68 -0
- package/metadatas/2026-01/orders/cancelled.json +603 -0
- package/metadatas/2026-01/orders/create.json +602 -0
- package/metadatas/2026-01/orders/delete.json +18 -0
- package/metadatas/2026-01/orders/edited.json +56 -0
- package/metadatas/2026-01/orders/fulfilled.json +602 -0
- package/metadatas/2026-01/orders/paid.json +602 -0
- package/metadatas/2026-01/orders/partially_fulfilled.json +602 -0
- package/metadatas/2026-01/orders/risk_assessment_changed.json +22 -0
- package/metadatas/2026-01/orders/shopify_protect_eligibility_changed.json +22 -0
- package/metadatas/2026-01/orders/updated.json +603 -0
- package/metadatas/2026-01/payment_schedules/due.json +31 -0
- package/metadatas/2026-01/payment_terms/create.json +42 -0
- package/metadatas/2026-01/payment_terms/delete.json +18 -0
- package/metadatas/2026-01/payment_terms/update.json +42 -0
- package/metadatas/2026-01/product_feeds/create.json +21 -0
- package/metadatas/2026-01/product_feeds/full_sync.json +112 -0
- package/metadatas/2026-01/product_feeds/full_sync_finish.json +37 -0
- package/metadatas/2026-01/product_feeds/incremental_sync.json +111 -0
- package/metadatas/2026-01/product_feeds/update.json +21 -0
- package/metadatas/2026-01/product_listings/add.json +105 -0
- package/metadatas/2026-01/product_listings/remove.json +20 -0
- package/metadatas/2026-01/product_listings/update.json +105 -0
- package/metadatas/2026-01/product_publications/create.json +24 -0
- package/metadatas/2026-01/product_publications/delete.json +18 -0
- package/metadatas/2026-01/product_publications/update.json +24 -0
- package/metadatas/2026-01/products/create.json +93 -0
- package/metadatas/2026-01/products/delete.json +18 -0
- package/metadatas/2026-01/products/update.json +93 -0
- package/metadatas/2026-01/profiles/create.json +17 -0
- package/metadatas/2026-01/profiles/delete.json +17 -0
- package/metadatas/2026-01/profiles/update.json +17 -0
- package/metadatas/2026-01/refunds/create.json +527 -0
- package/metadatas/2026-01/returns/approve.json +52 -0
- package/metadatas/2026-01/returns/cancel.json +24 -0
- package/metadatas/2026-01/returns/close.json +24 -0
- package/metadatas/2026-01/returns/decline.json +29 -0
- package/metadatas/2026-01/returns/reopen.json +24 -0
- package/metadatas/2026-01/returns/request.json +31 -0
- package/metadatas/2026-01/returns/update.json +36 -0
- package/metadatas/2026-01/reverse_deliveries/attach_deliverable.json +37 -0
- package/metadatas/2026-01/reverse_fulfillment_orders/dispose.json +48 -0
- package/metadatas/2026-01/scheduled_product_listings/add.json +105 -0
- package/metadatas/2026-01/scheduled_product_listings/remove.json +20 -0
- package/metadatas/2026-01/scheduled_product_listings/update.json +105 -0
- package/metadatas/2026-01/segments/create.json +21 -0
- package/metadatas/2026-01/segments/delete.json +17 -0
- package/metadatas/2026-01/segments/update.json +21 -0
- package/metadatas/2026-01/selling_plan_groups/create.json +55 -0
- package/metadatas/2026-01/selling_plan_groups/delete.json +19 -0
- package/metadatas/2026-01/selling_plan_groups/update.json +55 -0
- package/metadatas/2026-01/shipping_addresses/create.json +16 -0
- package/metadatas/2026-01/shipping_addresses/update.json +16 -0
- package/metadatas/2026-01/shop/redact.json +14 -0
- package/metadatas/2026-01/shop/update.json +70 -0
- package/metadatas/2026-01/subscription_billing_attempts/challenged.json +19 -0
- package/metadatas/2026-01/subscription_billing_attempts/failure.json +19 -0
- package/metadatas/2026-01/subscription_billing_attempts/success.json +19 -0
- package/metadatas/2026-01/subscription_billing_cycle_edits/create.json +25 -0
- package/metadatas/2026-01/subscription_billing_cycle_edits/delete.json +25 -0
- package/metadatas/2026-01/subscription_billing_cycle_edits/update.json +25 -0
- package/metadatas/2026-01/subscription_billing_cycles/skip.json +25 -0
- package/metadatas/2026-01/subscription_billing_cycles/unskip.json +25 -0
- package/metadatas/2026-01/subscription_contracts/activate.json +36 -0
- package/metadatas/2026-01/subscription_contracts/cancel.json +36 -0
- package/metadatas/2026-01/subscription_contracts/create.json +36 -0
- package/metadatas/2026-01/subscription_contracts/expire.json +36 -0
- package/metadatas/2026-01/subscription_contracts/fail.json +36 -0
- package/metadatas/2026-01/subscription_contracts/pause.json +36 -0
- package/metadatas/2026-01/subscription_contracts/update.json +36 -0
- package/metadatas/2026-01/tax_services/create.json +21 -0
- package/metadatas/2026-01/tax_services/update.json +21 -0
- package/metadatas/2026-01/tender_transactions/create.json +30 -0
- package/metadatas/2026-01/themes/create.json +26 -0
- package/metadatas/2026-01/themes/delete.json +18 -0
- package/metadatas/2026-01/themes/publish.json +26 -0
- package/metadatas/2026-01/themes/update.json +26 -0
- package/metadatas/2026-01/variants/in_stock.json +36 -0
- package/metadatas/2026-01/variants/out_of_stock.json +36 -0
- package/package.json +1 -1
- package/schemas/2025-04/collections/create.json +20 -0
- package/schemas/2025-04/collections/update.json +20 -0
- package/schemas/2025-04/orders/cancelled.json +18 -1
- package/schemas/2025-04/orders/create.json +18 -1
- package/schemas/2025-04/orders/fulfilled.json +18 -1
- package/schemas/2025-04/orders/paid.json +18 -1
- package/schemas/2025-04/orders/partially_fulfilled.json +18 -1
- package/schemas/2025-04/orders/shopify_protect_eligibility_changed.json +0 -3
- package/schemas/2025-04/orders/updated.json +18 -1
- package/schemas/2025-07/collections/create.json +20 -0
- package/schemas/2025-07/collections/update.json +20 -0
- package/schemas/2025-10/collections/create.json +20 -0
- package/schemas/2025-10/collections/update.json +20 -0
- package/schemas/2026-01/app/scopes_update.json +36 -0
- package/schemas/2026-01/app/uninstalled.json +282 -0
- package/schemas/2026-01/app_purchases_one_time/update.json +44 -0
- package/schemas/2026-01/app_subscriptions/approaching_capped_amount.json +67 -0
- package/schemas/2026-01/app_subscriptions/update.json +64 -0
- package/schemas/2026-01/audit_events/admin_api_activity.json +202 -0
- package/schemas/2026-01/bulk_operations/finish.json +38 -0
- package/schemas/2026-01/carts/create.json +321 -0
- package/schemas/2026-01/carts/update.json +321 -0
- package/schemas/2026-01/channels/delete.json +12 -0
- package/schemas/2026-01/checkouts/create.json +1296 -0
- package/schemas/2026-01/checkouts/delete.json +90 -0
- package/schemas/2026-01/checkouts/update.json +1296 -0
- package/schemas/2026-01/collection_listings/add.json +60 -0
- package/schemas/2026-01/collection_listings/remove.json +27 -0
- package/schemas/2026-01/collection_listings/update.json +60 -0
- package/schemas/2026-01/collection_publications/create.json +45 -0
- package/schemas/2026-01/collection_publications/delete.json +12 -0
- package/schemas/2026-01/collection_publications/update.json +45 -0
- package/schemas/2026-01/collections/create.json +97 -0
- package/schemas/2026-01/collections/delete.json +21 -0
- package/schemas/2026-01/collections/update.json +97 -0
- package/schemas/2026-01/companies/create.json +45 -0
- package/schemas/2026-01/companies/delete.json +45 -0
- package/schemas/2026-01/companies/update.json +45 -0
- package/schemas/2026-01/company_contact_roles/assign.json +387 -0
- package/schemas/2026-01/company_contact_roles/revoke.json +387 -0
- package/schemas/2026-01/company_contacts/create.json +81 -0
- package/schemas/2026-01/company_contacts/delete.json +81 -0
- package/schemas/2026-01/company_contacts/update.json +81 -0
- package/schemas/2026-01/company_locations/create.json +334 -0
- package/schemas/2026-01/company_locations/delete.json +334 -0
- package/schemas/2026-01/company_locations/update.json +334 -0
- package/schemas/2026-01/customer.joined_segment.json +23 -0
- package/schemas/2026-01/customer.left_segment.json +23 -0
- package/schemas/2026-01/customer.tags_added.json +25 -0
- package/schemas/2026-01/customer.tags_removed.json +25 -0
- package/schemas/2026-01/customer_account_settings/update.json +28 -0
- package/schemas/2026-01/customer_groups/create.json +30 -0
- package/schemas/2026-01/customer_groups/delete.json +12 -0
- package/schemas/2026-01/customer_groups/update.json +30 -0
- package/schemas/2026-01/customer_payment_methods/create.json +63 -0
- package/schemas/2026-01/customer_payment_methods/revoke.json +63 -0
- package/schemas/2026-01/customer_payment_methods/update.json +63 -0
- package/schemas/2026-01/customers/create.json +242 -0
- package/schemas/2026-01/customers/data_request.json +56 -0
- package/schemas/2026-01/customers/delete.json +24 -0
- package/schemas/2026-01/customers/disable.json +242 -0
- package/schemas/2026-01/customers/enable.json +242 -0
- package/schemas/2026-01/customers/merge.json +56 -0
- package/schemas/2026-01/customers/purchasing_summary.json +43 -0
- package/schemas/2026-01/customers/redact.json +44 -0
- package/schemas/2026-01/customers/update.json +242 -0
- package/schemas/2026-01/customers_email_marketing_consent/update.json +44 -0
- package/schemas/2026-01/customers_marketing_consent/update.json +53 -0
- package/schemas/2026-01/delivery_promise_settings/update.json +21 -0
- package/schemas/2026-01/discounts/create.json +31 -0
- package/schemas/2026-01/discounts/delete.json +18 -0
- package/schemas/2026-01/discounts/redeemcode_added.json +35 -0
- package/schemas/2026-01/discounts/redeemcode_removed.json +35 -0
- package/schemas/2026-01/discounts/update.json +31 -0
- package/schemas/2026-01/disputes/create.json +66 -0
- package/schemas/2026-01/disputes/update.json +66 -0
- package/schemas/2026-01/domains/create.json +44 -0
- package/schemas/2026-01/domains/destroy.json +44 -0
- package/schemas/2026-01/domains/update.json +44 -0
- package/schemas/2026-01/draft_orders/create.json +1780 -0
- package/schemas/2026-01/draft_orders/delete.json +12 -0
- package/schemas/2026-01/draft_orders/update.json +1780 -0
- package/schemas/2026-01/finance_app_staff_member/delete.json +4 -0
- package/schemas/2026-01/finance_app_staff_member/grant.json +4 -0
- package/schemas/2026-01/finance_app_staff_member/revoke.json +4 -0
- package/schemas/2026-01/finance_app_staff_member/update.json +4 -0
- package/schemas/2026-01/finance_kyc_information/update.json +4 -0
- package/schemas/2026-01/fulfillment_events/create.json +106 -0
- package/schemas/2026-01/fulfillment_events/delete.json +106 -0
- package/schemas/2026-01/fulfillment_holds/added.json +63 -0
- package/schemas/2026-01/fulfillment_holds/released.json +63 -0
- package/schemas/2026-01/fulfillment_orders/cancellation_request_accepted.json +29 -0
- package/schemas/2026-01/fulfillment_orders/cancellation_request_rejected.json +33 -0
- package/schemas/2026-01/fulfillment_orders/cancellation_request_submitted.json +46 -0
- package/schemas/2026-01/fulfillment_orders/cancelled.json +42 -0
- package/schemas/2026-01/fulfillment_orders/fulfillment_request_accepted.json +33 -0
- package/schemas/2026-01/fulfillment_orders/fulfillment_request_rejected.json +33 -0
- package/schemas/2026-01/fulfillment_orders/fulfillment_request_submitted.json +67 -0
- package/schemas/2026-01/fulfillment_orders/fulfillment_service_failed_to_complete.json +29 -0
- package/schemas/2026-01/fulfillment_orders/hold_released.json +25 -0
- package/schemas/2026-01/fulfillment_orders/line_items_prepared_for_local_delivery.json +41 -0
- package/schemas/2026-01/fulfillment_orders/line_items_prepared_for_pickup.json +41 -0
- package/schemas/2026-01/fulfillment_orders/merged.json +67 -0
- package/schemas/2026-01/fulfillment_orders/moved.json +90 -0
- package/schemas/2026-01/fulfillment_orders/order_routing_complete.json +25 -0
- package/schemas/2026-01/fulfillment_orders/placed_on_hold.json +396 -0
- package/schemas/2026-01/fulfillment_orders/rescheduled.json +30 -0
- package/schemas/2026-01/fulfillment_orders/scheduled_fulfillment_order_ready.json +25 -0
- package/schemas/2026-01/fulfillment_orders/split.json +326 -0
- package/schemas/2026-01/fulfillments/create.json +738 -0
- package/schemas/2026-01/fulfillments/update.json +738 -0
- package/schemas/2026-01/inventory_items/create.json +84 -0
- package/schemas/2026-01/inventory_items/delete.json +43 -0
- package/schemas/2026-01/inventory_items/update.json +84 -0
- package/schemas/2026-01/inventory_levels/connect.json +33 -0
- package/schemas/2026-01/inventory_levels/disconnect.json +16 -0
- package/schemas/2026-01/inventory_levels/update.json +33 -0
- package/schemas/2026-01/locales/create.json +16 -0
- package/schemas/2026-01/locales/update.json +16 -0
- package/schemas/2026-01/locations/activate.json +79 -0
- package/schemas/2026-01/locations/create.json +79 -0
- package/schemas/2026-01/locations/deactivate.json +79 -0
- package/schemas/2026-01/locations/delete.json +12 -0
- package/schemas/2026-01/locations/update.json +79 -0
- package/schemas/2026-01/markets/create.json +24 -0
- package/schemas/2026-01/markets/delete.json +12 -0
- package/schemas/2026-01/markets/update.json +24 -0
- package/schemas/2026-01/markets_backup_region/update.json +17 -0
- package/schemas/2026-01/metafield_definitions/create.json +133 -0
- package/schemas/2026-01/metafield_definitions/delete.json +21 -0
- package/schemas/2026-01/metafield_definitions/update.json +133 -0
- package/schemas/2026-01/metaobjects/create.json +82 -0
- package/schemas/2026-01/metaobjects/delete.json +26 -0
- package/schemas/2026-01/metaobjects/update.json +82 -0
- package/schemas/2026-01/order_transactions/create.json +246 -0
- package/schemas/2026-01/orders/cancelled.json +2781 -0
- package/schemas/2026-01/orders/create.json +2781 -0
- package/schemas/2026-01/orders/delete.json +12 -0
- package/schemas/2026-01/orders/edited.json +146 -0
- package/schemas/2026-01/orders/fulfilled.json +2781 -0
- package/schemas/2026-01/orders/paid.json +2781 -0
- package/schemas/2026-01/orders/partially_fulfilled.json +2781 -0
- package/schemas/2026-01/orders/risk_assessment_changed.json +49 -0
- package/schemas/2026-01/orders/shopify_protect_eligibility_changed.json +38 -0
- package/schemas/2026-01/orders/updated.json +2781 -0
- package/schemas/2026-01/payment_schedules/due.json +70 -0
- package/schemas/2026-01/payment_terms/create.json +115 -0
- package/schemas/2026-01/payment_terms/delete.json +12 -0
- package/schemas/2026-01/payment_terms/update.json +115 -0
- package/schemas/2026-01/product_feeds/create.json +25 -0
- package/schemas/2026-01/product_feeds/full_sync.json +367 -0
- package/schemas/2026-01/product_feeds/full_sync_finish.json +97 -0
- package/schemas/2026-01/product_feeds/incremental_sync.json +362 -0
- package/schemas/2026-01/product_feeds/update.json +25 -0
- package/schemas/2026-01/product_listings/add.json +221 -0
- package/schemas/2026-01/product_listings/remove.json +20 -0
- package/schemas/2026-01/product_listings/update.json +221 -0
- package/schemas/2026-01/product_publications/create.json +45 -0
- package/schemas/2026-01/product_publications/delete.json +12 -0
- package/schemas/2026-01/product_publications/update.json +45 -0
- package/schemas/2026-01/products/create.json +500 -0
- package/schemas/2026-01/products/delete.json +12 -0
- package/schemas/2026-01/products/update.json +500 -0
- package/schemas/2026-01/profiles/create.json +4 -0
- package/schemas/2026-01/profiles/delete.json +4 -0
- package/schemas/2026-01/profiles/update.json +4 -0
- package/schemas/2026-01/refunds/create.json +1386 -0
- package/schemas/2026-01/returns/approve.json +139 -0
- package/schemas/2026-01/returns/cancel.json +25 -0
- package/schemas/2026-01/returns/close.json +25 -0
- package/schemas/2026-01/returns/decline.json +54 -0
- package/schemas/2026-01/returns/reopen.json +25 -0
- package/schemas/2026-01/returns/request.json +65 -0
- package/schemas/2026-01/returns/update.json +77 -0
- package/schemas/2026-01/reverse_deliveries/attach_deliverable.json +78 -0
- package/schemas/2026-01/reverse_fulfillment_orders/dispose.json +78 -0
- package/schemas/2026-01/scheduled_product_listings/add.json +220 -0
- package/schemas/2026-01/scheduled_product_listings/remove.json +20 -0
- package/schemas/2026-01/scheduled_product_listings/update.json +220 -0
- package/schemas/2026-01/segments/create.json +30 -0
- package/schemas/2026-01/segments/delete.json +12 -0
- package/schemas/2026-01/segments/update.json +30 -0
- package/schemas/2026-01/selling_plan_groups/create.json +216 -0
- package/schemas/2026-01/selling_plan_groups/delete.json +17 -0
- package/schemas/2026-01/selling_plan_groups/update.json +216 -0
- package/schemas/2026-01/shipping_addresses/create.json +63 -0
- package/schemas/2026-01/shipping_addresses/update.json +63 -0
- package/schemas/2026-01/shop/redact.json +16 -0
- package/schemas/2026-01/shop/update.json +283 -0
- package/schemas/2026-01/subscription_billing_attempts/challenged.json +4 -0
- package/schemas/2026-01/subscription_billing_attempts/failure.json +4 -0
- package/schemas/2026-01/subscription_billing_attempts/success.json +4 -0
- package/schemas/2026-01/subscription_billing_cycle_edits/create.json +46 -0
- package/schemas/2026-01/subscription_billing_cycle_edits/delete.json +46 -0
- package/schemas/2026-01/subscription_billing_cycle_edits/update.json +46 -0
- package/schemas/2026-01/subscription_billing_cycles/skip.json +46 -0
- package/schemas/2026-01/subscription_billing_cycles/unskip.json +46 -0
- package/schemas/2026-01/subscription_contracts/activate.json +93 -0
- package/schemas/2026-01/subscription_contracts/cancel.json +93 -0
- package/schemas/2026-01/subscription_contracts/create.json +93 -0
- package/schemas/2026-01/subscription_contracts/expire.json +93 -0
- package/schemas/2026-01/subscription_contracts/fail.json +93 -0
- package/schemas/2026-01/subscription_contracts/pause.json +93 -0
- package/schemas/2026-01/subscription_contracts/update.json +93 -0
- package/schemas/2026-01/tax_services/create.json +25 -0
- package/schemas/2026-01/tax_services/update.json +25 -0
- package/schemas/2026-01/tender_transactions/create.json +69 -0
- package/schemas/2026-01/themes/create.json +50 -0
- package/schemas/2026-01/themes/delete.json +12 -0
- package/schemas/2026-01/themes/publish.json +50 -0
- package/schemas/2026-01/themes/update.json +50 -0
- package/schemas/2026-01/variants/in_stock.json +87 -0
- package/schemas/2026-01/variants/out_of_stock.json +87 -0
- package/dist/src/anonymize-exemplars.d.ts +0 -1
- package/dist/src/anonymize-exemplars.js +0 -51
- package/dist/src/index.d.ts +0 -9
- package/dist/src/index.js +0 -54
- package/dist/src/infer-schema.d.ts +0 -19
- package/dist/src/infer-schema.js +0 -800
- package/dist/src/scrape.d.ts +0 -1
- package/dist/src/scrape.js +0 -173
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"payment_terms"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Occurs whenever payment terms are updated.",
|
|
12
|
+
"name": "payment_terms/update",
|
|
13
|
+
"related_resource": "PaymentTerms",
|
|
14
|
+
"response": {
|
|
15
|
+
"id": 706405506930370000,
|
|
16
|
+
"payment_terms_name": "Net 7",
|
|
17
|
+
"payment_terms_type": "net",
|
|
18
|
+
"due_in_days": 7,
|
|
19
|
+
"created_at": "2021-01-01T00:00:00-05:00",
|
|
20
|
+
"updated_at": "2021-01-01T00:00:01-05:00",
|
|
21
|
+
"payment_schedules": [
|
|
22
|
+
{
|
|
23
|
+
"amount": "0.00",
|
|
24
|
+
"balance_due": "0.00",
|
|
25
|
+
"completed_at": "2021-01-02T00:00:00-05:00",
|
|
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",
|
|
35
|
+
"updated_at": "2021-01-01T00:00:01-05:00",
|
|
36
|
+
"admin_graphql_api_id": "gid://shopify/PaymentSchedule/606405506930370084"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"admin_graphql_api_id": "gid://shopify/PaymentsPaymentFlexibilityPaymentTermsPaymentTerms/706405506930370084"
|
|
40
|
+
},
|
|
41
|
+
"shop_feature": false
|
|
42
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"product_listings"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Triggers when product feed is created",
|
|
12
|
+
"name": "product_feeds/create",
|
|
13
|
+
"related_resource": "ProductFeed",
|
|
14
|
+
"response": {
|
|
15
|
+
"id": "gid://shopify/ProductFeed/",
|
|
16
|
+
"country": "CA",
|
|
17
|
+
"language": "EN",
|
|
18
|
+
"status": ""
|
|
19
|
+
},
|
|
20
|
+
"shop_feature": false
|
|
21
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"product_listings"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest"
|
|
8
|
+
],
|
|
9
|
+
"deprecated": false,
|
|
10
|
+
"description": "Triggers when a full sync for a product feed is performed",
|
|
11
|
+
"name": "product_feeds/full_sync",
|
|
12
|
+
"related_resource": "",
|
|
13
|
+
"response": {
|
|
14
|
+
"metadata": {
|
|
15
|
+
"action": "CREATE",
|
|
16
|
+
"type": "FULL",
|
|
17
|
+
"resource": "PRODUCT",
|
|
18
|
+
"fullSyncId": "gid://shopify/ProductFullSync/1123511235",
|
|
19
|
+
"truncatedFields": [],
|
|
20
|
+
"occurred_at": "2022-01-01T00:00:00.000Z"
|
|
21
|
+
},
|
|
22
|
+
"productFeed": {
|
|
23
|
+
"id": "gid://shopify/ProductFeed/12345",
|
|
24
|
+
"shop_id": "gid://shopify/Shop/12345",
|
|
25
|
+
"country": "CA",
|
|
26
|
+
"language": "EN"
|
|
27
|
+
},
|
|
28
|
+
"product": {
|
|
29
|
+
"id": "gid://shopify/Product/12345",
|
|
30
|
+
"title": "Coffee",
|
|
31
|
+
"description": "The best coffee in the world",
|
|
32
|
+
"onlineStoreUrl": "https://example.com/products/coffee",
|
|
33
|
+
"createdAt": "2021-12-31T19:00:00-05:00",
|
|
34
|
+
"updatedAt": "2021-12-31T19:00:00-05:00",
|
|
35
|
+
"status": "ACTIVE",
|
|
36
|
+
"isPublished": true,
|
|
37
|
+
"publishedAt": "2021-12-31T19:00:00-05:00",
|
|
38
|
+
"productType": "Coffee",
|
|
39
|
+
"vendor": "Cawfee Inc",
|
|
40
|
+
"handle": "",
|
|
41
|
+
"images": {
|
|
42
|
+
"edges": [
|
|
43
|
+
{
|
|
44
|
+
"node": {
|
|
45
|
+
"id": "gid://shopify/ProductImage/394",
|
|
46
|
+
"url": "https://cdn.shopify.com/s/files/1/0262/9117/5446/products/IMG_0022.jpg?v=1675101331",
|
|
47
|
+
"height": 3024,
|
|
48
|
+
"width": 4032
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"options": [
|
|
54
|
+
{
|
|
55
|
+
"name": "Title",
|
|
56
|
+
"values": [
|
|
57
|
+
"151cm",
|
|
58
|
+
"155cm",
|
|
59
|
+
"158cm"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"seo": {
|
|
64
|
+
"title": "seo title",
|
|
65
|
+
"description": "seo description"
|
|
66
|
+
},
|
|
67
|
+
"tags": [
|
|
68
|
+
"tag1",
|
|
69
|
+
"tag2"
|
|
70
|
+
],
|
|
71
|
+
"variants": {
|
|
72
|
+
"edges": [
|
|
73
|
+
{
|
|
74
|
+
"node": {
|
|
75
|
+
"id": "gid://shopify/ProductVariant/1",
|
|
76
|
+
"title": "151cm",
|
|
77
|
+
"price": {
|
|
78
|
+
"amount": "100.00",
|
|
79
|
+
"currencyCode": "CAD"
|
|
80
|
+
},
|
|
81
|
+
"compareAtPrice": null,
|
|
82
|
+
"sku": "12345",
|
|
83
|
+
"barcode": null,
|
|
84
|
+
"quantityAvailable": 10,
|
|
85
|
+
"availableForSale": true,
|
|
86
|
+
"weight": 2.3,
|
|
87
|
+
"weightUnit": "KILOGRAMS",
|
|
88
|
+
"requireShipping": true,
|
|
89
|
+
"inventoryPolicy": "DENY",
|
|
90
|
+
"createdAt": "2021-12-31T19:00:00-05:00",
|
|
91
|
+
"updatedAt": "2021-12-31T19:00:00-05:00",
|
|
92
|
+
"image": {
|
|
93
|
+
"id": "gid://shopify/ProductImage/394",
|
|
94
|
+
"url": "https://cdn.shopify.com/s/files/1/0262/9117/5446/products/IMG_0022.jpg?v=1675101331",
|
|
95
|
+
"height": 3024,
|
|
96
|
+
"width": 4032
|
|
97
|
+
},
|
|
98
|
+
"selectedOptions": [
|
|
99
|
+
{
|
|
100
|
+
"name": "Title",
|
|
101
|
+
"value": "151cm"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"products": null
|
|
110
|
+
},
|
|
111
|
+
"shop_feature": false
|
|
112
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"product_listings"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest"
|
|
8
|
+
],
|
|
9
|
+
"deprecated": false,
|
|
10
|
+
"description": "Triggers when a full sync finishes",
|
|
11
|
+
"name": "product_feeds/full_sync_finish",
|
|
12
|
+
"related_resource": "",
|
|
13
|
+
"response": {
|
|
14
|
+
"metadata": {
|
|
15
|
+
"action": "CREATE",
|
|
16
|
+
"type": "FULL",
|
|
17
|
+
"resource": "PRODUCT",
|
|
18
|
+
"fullSyncId": "gid://shopify/ProductFullSync/1123511235",
|
|
19
|
+
"truncatedFields": [],
|
|
20
|
+
"occurred_at": "2022-01-01T00:00:00.000Z"
|
|
21
|
+
},
|
|
22
|
+
"productFeed": {
|
|
23
|
+
"id": "gid://shopify/ProductFeed/12345",
|
|
24
|
+
"shop_id": "gid://shopify/Shop/12345",
|
|
25
|
+
"country": "CA",
|
|
26
|
+
"language": "EN"
|
|
27
|
+
},
|
|
28
|
+
"fullSync": {
|
|
29
|
+
"createdAt": "2021-12-31 19:00:00 -0500",
|
|
30
|
+
"errorCode": null,
|
|
31
|
+
"status": "completed",
|
|
32
|
+
"count": 12,
|
|
33
|
+
"url": null
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"shop_feature": false
|
|
37
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"product_listings"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest"
|
|
8
|
+
],
|
|
9
|
+
"deprecated": false,
|
|
10
|
+
"description": "Occurs whenever a product publication is created, updated or removed for a product feed",
|
|
11
|
+
"name": "product_feeds/incremental_sync",
|
|
12
|
+
"related_resource": "",
|
|
13
|
+
"response": {
|
|
14
|
+
"metadata": {
|
|
15
|
+
"action": "CREATE",
|
|
16
|
+
"type": "INCREMENTAL",
|
|
17
|
+
"resource": "PRODUCT",
|
|
18
|
+
"truncatedFields": [],
|
|
19
|
+
"occured_at": "2021-12-31T19:00:00-05:00"
|
|
20
|
+
},
|
|
21
|
+
"productFeed": {
|
|
22
|
+
"id": "gid://shopify/ProductFeed/12345",
|
|
23
|
+
"shop_id": "gid://shopify/Shop/12345",
|
|
24
|
+
"country": "CA",
|
|
25
|
+
"language": "EN"
|
|
26
|
+
},
|
|
27
|
+
"product": {
|
|
28
|
+
"id": "gid://shopify/Product/12345",
|
|
29
|
+
"title": "Coffee",
|
|
30
|
+
"description": "The best coffee in the world",
|
|
31
|
+
"onlineStoreUrl": "https://example.com/products/coffee",
|
|
32
|
+
"createdAt": "2021-12-31T19:00:00-05:00",
|
|
33
|
+
"updatedAt": "2021-12-31T19:00:00-05:00",
|
|
34
|
+
"status": "ACTIVE",
|
|
35
|
+
"isPublished": true,
|
|
36
|
+
"publishedAt": "2021-12-31T19:00:00-05:00",
|
|
37
|
+
"productType": "Coffee",
|
|
38
|
+
"vendor": "Cawfee Inc",
|
|
39
|
+
"handle": "",
|
|
40
|
+
"images": {
|
|
41
|
+
"edges": [
|
|
42
|
+
{
|
|
43
|
+
"node": {
|
|
44
|
+
"id": "gid://shopify/ProductImage/394",
|
|
45
|
+
"url": "https://cdn.shopify.com/s/files/1/0262/9117/5446/products/IMG_0022.jpg?v=1675101331",
|
|
46
|
+
"height": 3024,
|
|
47
|
+
"width": 4032
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"options": [
|
|
53
|
+
{
|
|
54
|
+
"name": "Title",
|
|
55
|
+
"values": [
|
|
56
|
+
"151cm",
|
|
57
|
+
"155cm",
|
|
58
|
+
"158cm"
|
|
59
|
+
]
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"seo": {
|
|
63
|
+
"title": "seo title",
|
|
64
|
+
"description": "seo description"
|
|
65
|
+
},
|
|
66
|
+
"tags": [
|
|
67
|
+
"tag1",
|
|
68
|
+
"tag2"
|
|
69
|
+
],
|
|
70
|
+
"variants": {
|
|
71
|
+
"edges": [
|
|
72
|
+
{
|
|
73
|
+
"node": {
|
|
74
|
+
"id": "gid://shopify/ProductVariant/1",
|
|
75
|
+
"title": "151cm",
|
|
76
|
+
"price": {
|
|
77
|
+
"amount": "100.00",
|
|
78
|
+
"currencyCode": "CAD"
|
|
79
|
+
},
|
|
80
|
+
"compareAtPrice": null,
|
|
81
|
+
"sku": "12345",
|
|
82
|
+
"barcode": null,
|
|
83
|
+
"quantityAvailable": 10,
|
|
84
|
+
"availableForSale": true,
|
|
85
|
+
"weight": 2.3,
|
|
86
|
+
"weightUnit": "KILOGRAMS",
|
|
87
|
+
"requireShipping": true,
|
|
88
|
+
"inventoryPolicy": "DENY",
|
|
89
|
+
"createdAt": "2021-12-31T19:00:00-05:00",
|
|
90
|
+
"updatedAt": "2021-12-31T19:00:00-05:00",
|
|
91
|
+
"image": {
|
|
92
|
+
"id": "gid://shopify/ProductImage/394",
|
|
93
|
+
"url": "https://cdn.shopify.com/s/files/1/0262/9117/5446/products/IMG_0022.jpg?v=1675101331",
|
|
94
|
+
"height": 3024,
|
|
95
|
+
"width": 4032
|
|
96
|
+
},
|
|
97
|
+
"selectedOptions": [
|
|
98
|
+
{
|
|
99
|
+
"name": "Title",
|
|
100
|
+
"value": "151cm"
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
"products": null
|
|
109
|
+
},
|
|
110
|
+
"shop_feature": false
|
|
111
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"access_scopes": [
|
|
3
|
+
"product_listings"
|
|
4
|
+
],
|
|
5
|
+
"available_on": [
|
|
6
|
+
"graphql",
|
|
7
|
+
"rest",
|
|
8
|
+
"toml"
|
|
9
|
+
],
|
|
10
|
+
"deprecated": false,
|
|
11
|
+
"description": "Triggers when product feed is updated",
|
|
12
|
+
"name": "product_feeds/update",
|
|
13
|
+
"related_resource": "ProductFeed",
|
|
14
|
+
"response": {
|
|
15
|
+
"id": "gid://shopify/ProductFeed/",
|
|
16
|
+
"country": "CA",
|
|
17
|
+
"language": "EN",
|
|
18
|
+
"status": ""
|
|
19
|
+
},
|
|
20
|
+
"shop_feature": false
|
|
21
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
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 an active product is listed on a channel.",
|
|
12
|
+
"name": "product_listings/add",
|
|
13
|
+
"related_resource": "ProductListing",
|
|
14
|
+
"response": {
|
|
15
|
+
"product_listing": {
|
|
16
|
+
"product_id": 788032119674292900,
|
|
17
|
+
"created_at": null,
|
|
18
|
+
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
19
|
+
"body_html": "An example T-Shirt",
|
|
20
|
+
"handle": "example-t-shirt",
|
|
21
|
+
"product_type": "Shirts",
|
|
22
|
+
"title": "Example T-Shirt",
|
|
23
|
+
"vendor": "Acme",
|
|
24
|
+
"available": true,
|
|
25
|
+
"tags": "example, mens, t-shirt",
|
|
26
|
+
"published_at": "2021-12-31T19:00:00-05:00",
|
|
27
|
+
"variants": [
|
|
28
|
+
{
|
|
29
|
+
"id": 642667041472714000,
|
|
30
|
+
"title": "Small",
|
|
31
|
+
"option_values": [
|
|
32
|
+
{
|
|
33
|
+
"option_id": 527050010214937800,
|
|
34
|
+
"name": "Title",
|
|
35
|
+
"value": "Small"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"price": "19.99",
|
|
39
|
+
"formatted_price": "$19.99",
|
|
40
|
+
"compare_at_price": "24.99",
|
|
41
|
+
"grams": 0,
|
|
42
|
+
"requires_shipping": true,
|
|
43
|
+
"sku": null,
|
|
44
|
+
"barcode": null,
|
|
45
|
+
"taxable": true,
|
|
46
|
+
"position": 1,
|
|
47
|
+
"available": true,
|
|
48
|
+
"inventory_policy": "deny",
|
|
49
|
+
"inventory_quantity": 75,
|
|
50
|
+
"inventory_management": null,
|
|
51
|
+
"fulfillment_service": "manual",
|
|
52
|
+
"weight": 0,
|
|
53
|
+
"weight_unit": "lb",
|
|
54
|
+
"image_id": null,
|
|
55
|
+
"created_at": "2021-12-29T19:00:00-05:00",
|
|
56
|
+
"updated_at": "2021-12-30T19:00:00-05:00"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": 757650484644203900,
|
|
60
|
+
"title": "Medium",
|
|
61
|
+
"option_values": [
|
|
62
|
+
{
|
|
63
|
+
"option_id": 527050010214937800,
|
|
64
|
+
"name": "Title",
|
|
65
|
+
"value": "Medium"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"price": "19.99",
|
|
69
|
+
"formatted_price": "$19.99",
|
|
70
|
+
"compare_at_price": "24.99",
|
|
71
|
+
"grams": 0,
|
|
72
|
+
"requires_shipping": true,
|
|
73
|
+
"sku": null,
|
|
74
|
+
"barcode": null,
|
|
75
|
+
"taxable": true,
|
|
76
|
+
"position": 2,
|
|
77
|
+
"available": true,
|
|
78
|
+
"inventory_policy": "deny",
|
|
79
|
+
"inventory_quantity": 50,
|
|
80
|
+
"inventory_management": null,
|
|
81
|
+
"fulfillment_service": "manual",
|
|
82
|
+
"weight": 0,
|
|
83
|
+
"weight_unit": "lb",
|
|
84
|
+
"image_id": null,
|
|
85
|
+
"created_at": "2021-12-29T19:00:00-05:00",
|
|
86
|
+
"updated_at": "2021-12-31T19:00:00-05:00"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"images": [],
|
|
90
|
+
"options": [
|
|
91
|
+
{
|
|
92
|
+
"id": 527050010214937800,
|
|
93
|
+
"name": "Title",
|
|
94
|
+
"product_id": 788032119674292900,
|
|
95
|
+
"position": 1,
|
|
96
|
+
"values": [
|
|
97
|
+
"Small",
|
|
98
|
+
"Medium"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"shop_feature": false
|
|
105
|
+
}
|
|
@@ -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 product listing is removed from the channel.",
|
|
12
|
+
"name": "product_listings/remove",
|
|
13
|
+
"related_resource": "ProductListing",
|
|
14
|
+
"response": {
|
|
15
|
+
"product_listing": {
|
|
16
|
+
"product_id": 788032119674292900
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"shop_feature": false
|
|
20
|
+
}
|
|
@@ -0,0 +1,105 @@
|
|
|
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 product publication is updated.",
|
|
12
|
+
"name": "product_listings/update",
|
|
13
|
+
"related_resource": "ProductListing",
|
|
14
|
+
"response": {
|
|
15
|
+
"product_listing": {
|
|
16
|
+
"product_id": 788032119674292900,
|
|
17
|
+
"created_at": null,
|
|
18
|
+
"updated_at": "2021-12-31T19:00:00-05:00",
|
|
19
|
+
"body_html": "An example T-Shirt",
|
|
20
|
+
"handle": "example-t-shirt",
|
|
21
|
+
"product_type": "Shirts",
|
|
22
|
+
"title": "Example T-Shirt",
|
|
23
|
+
"vendor": "Acme",
|
|
24
|
+
"available": true,
|
|
25
|
+
"tags": "example, mens, t-shirt",
|
|
26
|
+
"published_at": "2021-12-31T19:00:00-05:00",
|
|
27
|
+
"variants": [
|
|
28
|
+
{
|
|
29
|
+
"id": 642667041472714000,
|
|
30
|
+
"title": "Small",
|
|
31
|
+
"option_values": [
|
|
32
|
+
{
|
|
33
|
+
"option_id": 527050010214937800,
|
|
34
|
+
"name": "Title",
|
|
35
|
+
"value": "Small"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"price": "19.99",
|
|
39
|
+
"formatted_price": "$19.99",
|
|
40
|
+
"compare_at_price": "24.99",
|
|
41
|
+
"grams": 0,
|
|
42
|
+
"requires_shipping": true,
|
|
43
|
+
"sku": null,
|
|
44
|
+
"barcode": null,
|
|
45
|
+
"taxable": true,
|
|
46
|
+
"position": 1,
|
|
47
|
+
"available": true,
|
|
48
|
+
"inventory_policy": "deny",
|
|
49
|
+
"inventory_quantity": 75,
|
|
50
|
+
"inventory_management": null,
|
|
51
|
+
"fulfillment_service": "manual",
|
|
52
|
+
"weight": 0,
|
|
53
|
+
"weight_unit": "lb",
|
|
54
|
+
"image_id": null,
|
|
55
|
+
"created_at": "2021-12-29T19:00:00-05:00",
|
|
56
|
+
"updated_at": "2021-12-30T19:00:00-05:00"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": 757650484644203900,
|
|
60
|
+
"title": "Medium",
|
|
61
|
+
"option_values": [
|
|
62
|
+
{
|
|
63
|
+
"option_id": 527050010214937800,
|
|
64
|
+
"name": "Title",
|
|
65
|
+
"value": "Medium"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"price": "19.99",
|
|
69
|
+
"formatted_price": "$19.99",
|
|
70
|
+
"compare_at_price": "24.99",
|
|
71
|
+
"grams": 0,
|
|
72
|
+
"requires_shipping": true,
|
|
73
|
+
"sku": null,
|
|
74
|
+
"barcode": null,
|
|
75
|
+
"taxable": true,
|
|
76
|
+
"position": 2,
|
|
77
|
+
"available": true,
|
|
78
|
+
"inventory_policy": "deny",
|
|
79
|
+
"inventory_quantity": 50,
|
|
80
|
+
"inventory_management": null,
|
|
81
|
+
"fulfillment_service": "manual",
|
|
82
|
+
"weight": 0,
|
|
83
|
+
"weight_unit": "lb",
|
|
84
|
+
"image_id": null,
|
|
85
|
+
"created_at": "2021-12-29T19:00:00-05:00",
|
|
86
|
+
"updated_at": "2021-12-31T19:00:00-05:00"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"images": [],
|
|
90
|
+
"options": [
|
|
91
|
+
{
|
|
92
|
+
"id": 527050010214937800,
|
|
93
|
+
"name": "Title",
|
|
94
|
+
"product_id": 788032119674292900,
|
|
95
|
+
"position": 1,
|
|
96
|
+
"values": [
|
|
97
|
+
"Small",
|
|
98
|
+
"Medium"
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
"shop_feature": false
|
|
105
|
+
}
|
|
@@ -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 product publication for an active product is created, or whenever an existing product publication is published on the app that is subscribed to this webhook topic. Note that a webhook is only emitted when there are publishing changes to the app that is subscribed to the topic (ie. no webhook will be emitted if there is a publishing change to the online store and the webhook subscriber of the topic is a third-party app).",
|
|
12
|
+
"name": "product_publications/create",
|
|
13
|
+
"related_resource": "ProductListing",
|
|
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
|
+
"product_id": 788032119674292900
|
|
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 product publication for an active product is removed, or whenever an existing product publication is unpublished from the app that is subscribed to this webhook topic. Note that a webhook is only emitted when there are publishing changes to the app that is subscribed to the topic (ie. no webhook will be emitted if there is a publishing change to the online store and the webhook subscriber of the topic is a third-party app).",
|
|
12
|
+
"name": "product_publications/delete",
|
|
13
|
+
"related_resource": "ProductListing",
|
|
14
|
+
"response": {
|
|
15
|
+
"id": null
|
|
16
|
+
},
|
|
17
|
+
"shop_feature": false
|
|
18
|
+
}
|
|
@@ -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 product publication is updated from the app that is subscribed to this webhook topic. Note that a webhook is only emitted when there are publishing changes to the app that is subscribed to the topic (ie. no webhook will be emitted if there is a publishing change to the online store and the webhook subscriber of the topic is a third-party app).",
|
|
12
|
+
"name": "product_publications/update",
|
|
13
|
+
"related_resource": "ProductListing",
|
|
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
|
+
"product_id": 788032119674292900
|
|
22
|
+
},
|
|
23
|
+
"shop_feature": false
|
|
24
|
+
}
|