Skip to content

Customer Addresses

All saved addresses for a customer — read-only sub-resource used by the Create-Order screen's billing/shipping picker.

EndpointMethod
/api/admin/customers/{customerId}/addressesGET

Returns the standard { data, meta } envelope. Not paginated by the UI but wrapped for consistency. 404 if the customer doesn't exist; 401 without an admin Bearer token.

Released under the MIT License.