Heads up, our devs are blazing ahead—docs are catching up, so some features might not be fully documented yet.

CustomerAddress

CustomerAddress

List addresses for a customer

get
/tenants/{tenantUid}/customers/{customerUid}/addresses

List addresses for a customer.

Required permission: TENANT.ACCESS

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
customerUidstringRequired

Reference to a Customer.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Query parameters
pageNumberintegerOptional

Reference to a specific page in a result set.

pageSizeintegerOptional

The number of items per page in a result set.

sortBystringOptional

Defines which field the resource list is sorted by.

sortDirectionstring · enumOptional
ENUM Description
ASC Sort in ascending order
DESC Sort in descending order
Possible values:
Responses
200

CustomerAddressListResponse

application/json
get
/tenants/{tenantUid}/customers/{customerUid}/addresses
200

CustomerAddressListResponse

Add an address for a customer

post
/tenants/{tenantUid}/customers/{customerUid}/addresses

Add an address for a customer.

Required permission: TENANT.ACCESS

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
customerUidstringRequired

Reference to a Customer.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
Body
addressstringOptional
citystringOptional
companyNamestringOptional
firstnamestringOptional
lastnamestringOptional
countryCodestringOptional
emailstringOptional
phonestringOptional
postalCodestringOptional
typestring · enumRequiredPossible values:
customerAddressUidstringOptionalPattern: ^[A-Za-z0-9-_]+
Responses
200

CustomerAddressResponse

application/json
post
/tenants/{tenantUid}/customers/{customerUid}/addresses
200

CustomerAddressResponse

Get address details for a customer

get
/tenants/{tenantUid}/customers/{customerUid}/addresses/{customerAddressUid}

Get address details for a customer.

Required permission: TENANT.ACCESS

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
customerUidstringRequired

Reference to a Customer.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
customerAddressUidstringRequired

Reference to a Customer address.

Pattern: ^[A-Za-z0-9-_]+
Responses
200

CustomerAddressResponse

application/json
get
/tenants/{tenantUid}/customers/{customerUid}/addresses/{customerAddressUid}
200

CustomerAddressResponse

Update address details for a customer

put
/tenants/{tenantUid}/customers/{customerUid}/addresses/{customerAddressUid}

Update details for a customer. Partial updates are allowed.

Required permission: TENANT.ACCESS

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
customerUidstringRequired

Reference to a Customer.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
customerAddressUidstringRequired

Reference to a Customer address.

Pattern: ^[A-Za-z0-9-_]+
Body
addressstringOptional
citystringOptional
companyNamestringOptional
countryCodestringOptional
firstnamestringOptional
lastnamestringOptional
emailstringOptional
phonestringOptional
postalCodestringOptional
typestring · enumOptionalPossible values:
Responses
200

CustomerAddressResponse

application/json
put
/tenants/{tenantUid}/customers/{customerUid}/addresses/{customerAddressUid}
200

CustomerAddressResponse

Delete an address for a customer

delete
/tenants/{tenantUid}/customers/{customerUid}/addresses/{customerAddressUid}

Delete an address for a customer.

Required permission: TENANT.BACKOFFICE

Authorizations
AuthorizationstringRequired

Accesstoken recevied after user login with a deviceToken

Path parameters
customerUidstringRequired

Reference to a Customer.

Pattern: ^[A-Za-z0-9-_]+
tenantUidstringRequired

Reference to a tenant.

Pattern: ^[A-Za-z0-9-_]+
customerAddressUidstringRequired

Reference to a Customer address.

Pattern: ^[A-Za-z0-9-_]+
Responses
delete
/tenants/{tenantUid}/customers/{customerUid}/addresses/{customerAddressUid}
204

No Content

No content

Last updated

Was this helpful?