Address Update
Sync Shipping Address updates from Shopify to ESW
1. Subscribe to the Order Updates Webhook in Shopify
Listen for the orders/updated webhook to track shipping address updates made to an order.
2. ESW API Call
Sync shipping address changes to ESW using the Update Contact Details API.
Call PUT/v2/{tenantCode}/Order/{brandOrderReference}/ContactDetails
Code Snippet
Request
Response