Create a delivery address
Delivery Addresses
Create a delivery address
Create a delivery address. Delivery addresses belong to an end customer (via customer_id). Town/city is held in address_3 (passed to couriers as the city).
POST
Create a delivery address
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | Address code (max 50) |
name | Yes | Addressee name |
customer_id | No | End customer this delivery address belongs to |
address_3 | No | Town/city (passed to couriers as the city) |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Delivery address created successfully

