Create a customer address
POST/customers/:customer_id/addresses
Create a new shipping address for a customer. Currently only US addresses are supported. The organization is determined from the authenticated API key.
Request
Responses
- 201
- 400
- 401
- 404
- 500
Successfully created address
Invalid request body or validation error
Unauthorized - invalid or missing API key
Customer not found
Internal server error