Creates a customer addresses
POST
/api/saas/me/customers/{customer_internal_id}/addressesRequest
Path Params
customer_internal_id
number
required
Internal ID of the customer to create an address for
Header Params
Authorization
string
optional
Bearer token from Auth0. required for accessing the endpoint.
Auth0-IdToken
string
optional
Id token from Auth0, optional for endpoint access.
Accept-Language
string
optional
Preferred language for the response content.
Body Params application/json
No schema defined
Example
Not configured
Request samples
Responses
Created(201)
Parameter Error(422)
HTTP Code: 201
Content Type : JSONapplication/json
Create address triggers CUSTOMER_ADDRESS__CREATED analytics
Data Schema
object {0}
Example
{}
Last modified: 17 days ago