Product Catalog Sync
Ingest product catalog data
Product Catalog Sync – Shopify (Webhook Integration)
To ensure real-time synchronization of product data between Shopify and ESW, you can use the ESW Catalog API along with Shopify’s webhook events.
Sync Shopify Product Data with ESW
- Use the ESW Catalog API to upload or update your product data in ESW’s system.
- Ensure all required product attributes (SKU, pricing, descriptions, etc.) match ESW’s catalog schema.
Subscribe to Shopify Product Update Webhooks
- In your Shopify Admin, go to Settings > Notifications > Webhooks
- Create a webhook for Product Update events.
- Configure the webhook to send data to your integration service.
Post Updated Product Details to ESW
- When a product update webhook is triggered, capture the updated product payload.
- Transform the payload to match ESW’s catalog API structure.
- Send the updated data to ESW Catalog:badgeAPI for immediate synchronization.