Addresses
Retrieves a list of addresses for a specified customer.
- : Needed to retrieve customer profiles.
Customer unique identifier generated when the customer profile is created.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
^[a-z][a-z0-9]+$OK
Request was syntactically incorrect. Details will be provided in the response payload.
Unauthorized
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
Not Found
Adds an address to a specified customer profile.
- : Needed to manage customer profiles.
Customer unique identifier generated when the customer profile is created.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
^[a-z][a-z0-9]+$Custom customer address identifier. If not provided, it is automatically generated.
Flag indicating whether the address is the customer default address.
falseCreated
Request was syntactically incorrect. Details will be provided in the response payload.
Unauthorized
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
Customer with the specified customerNumber doesn't exist.
Retrieves a specified customer address and its details.
- : Needed to retrieve customer profiles.
Address unique identifier generated when the address is added to a customer profile.
Customer unique identifier generated when the customer profile is created.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
OK
Request was syntactically incorrect. Details will be provided in the response payload.
Unauthorized
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
The requested resource does not exist.
Updates a specified customer address or creates a new one if it doesn't exist yet.
- : Needed to manage customer profiles.
Address unique identifier generated when the address is added to a customer profile.
Customer unique identifier generated when the customer profile is created.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
Created
No Content - update has been successful
Request was syntactically incorrect. Details will be provided in the response payload.
Unauthorized
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
The requested resource does not exist.
Deletes a specified customer address.
- : Needed to manage customer profiles.
Address unique identifier generated when the address is added to a customer profile.
Customer unique identifier generated when the customer profile is created.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
No Content
Request was syntactically incorrect. Details will be provided in the response payload.
Unauthorized
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
The requested resource does not exist.
No content
Updates a specified customer address.
- : Needed to manage customer profiles.
Address unique identifier generated when the address is added to a customer profile.
Customer unique identifier generated when the customer profile is created.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
OK
No content
Request was syntactically incorrect. Details will be provided in the response payload.
Unauthorized
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
The requested resource does not exist.
No content
Adds tags to a specified customer address.
- : Needed to retrieve customer profiles.
- : Needed by customer to retrieve customer profiles from the same company.
- : Needed to manage customer profiles.
- : Needed by customer to manage customer profiles from the same company.
Address unique identifier generated when the address is added to a customer profile.
Customer unique identifier generated when the customer profile is created.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
List of address tags, separated by commas.
BILLING,SHIPPINGNo Content
Request was syntactically incorrect. Details will be provided in the response payload.
Unauthorized
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
The requested resource does not exist.
No content
Deletes tags from a specified customer address.
- : Needed to manage customer profiles.
Address unique identifier generated when the address is added to a customer profile.
Customer unique identifier generated when the customer profile is created.
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
List of address tags, separated by commas.
BILLING,SHIPPINGNo Content
Request was syntactically incorrect. Details will be provided in the response payload.
Unauthorized
Given authorization scopes are not sufficient and do not match scopes required by the endpoint.
The requested resource does not exist.
No content
Last updated
Was this helpful?

