Create a collection address
Collection Addresses
Create a collection address
Create a collection address. Collection addresses belong to a supplier (via supplier_id). Town/city is held in address_3.
POST
Create a collection address
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | Address code (max 50) |
name | Yes | Addressee name |
supplier_id | No | Supplier this collection 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
Collection address created successfully

