Set default address
PATCH/customers/:customer_id/addresses/:address_id/default
Set a specific address as the default shipping address for a customer. The organization is determined from the authenticated API key.
Request
Responses
- 200
- 401
- 404
- 500
Successfully set default address
Unauthorized - invalid or missing API key
Address not found
Internal server error