Update a customer address
PATCH/customers/:customer_id/addresses/:address_id
Update an existing shipping address for a customer. The organization is determined from the authenticated API key.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successfully updated address
Invalid request body or validation error
Unauthorized - invalid or missing API key
Address not found
Internal server error