Overview
Anchanto OMS supports the Saudi National Short Address Code to ensure compliance with local logistics requirements. The short address code is captured and exposed as part of the order data for downstream integrations.
How to Access the Short Address Code
- The Short Address Code is currently auto-synced from Salla and Zid sales channels.
- It is stored in Anchanto OMS under the w3w field within the shipping address.
- External systems can retrieve this value via the Anchanto OMS Order Creation Webhook.
Webhook Details
• Event: Order Creation
• Field Location: shipping_address.w3w
API Documentation:
https://developer.anchanto.com/oms/webhooks/on-order-creation-in-selluseller
Sample Payload Snippet
"shipping_address": {
"first_name": "sophie",
"last_name": "singh",
"address1": "Rue de la Loi 20",
"address2": "Rue de la Loi 20",
"city": "Bruxelles",
"post_code": "2321",
"phone": "213432",
"state_name": "Bruxelles",
"country": "Singapore",
"w3w": "<short_address_code>",
"email": "sophie23@gmail.com",
"company": "FoodDelight"
}
Notes
• The w3w field will be populated only when the short address code is available from the source channel.
• No changes are required to the existing order processing logic to consume this field.
Comments
0 comments
Article is closed for comments.