/portal/addresses
List addresses
Returns delivery addresses for the authenticated customer.
Responses
PortalAddressListResponse
| Field | Type |
|---|---|
items
|
PortalAddressItem[] · nullable |
-
Retry-After— Seconds to wait before retrying.
Standard errors:
401
403
Errors
Examples
curl "https://api.erp.fluit.cloud/ecom/portal/addresses" \
-H "Authorization: Bearer $SESSION_TOKEN" \
-H "X-Tenant-Id: $FLUIT_TENANT_ID" \
-H "X-Channel: web"
{
"items": [
{
"city": "Stockholm",
"contactPerson": "string",
"country": "string",
"email": "order@acme.se",
"id": "0f8b2c1e-4d3a-4b7e-9f10-2a6c5d8e1b44",
"isDefault": true,
"name": "Widget A",
"notes": "string",
"phone": "+46 8 123 45 67",
"postalCode": "11122",
"street1": "Storgatan 1",
"street2": "string"
}
]
}
Base URL https://api.erp.fluit.cloud/ecom. The response example is generated from the schema: the shape is right, the values are made up.