docs
  1. Admin Api
  2. Resources
  3. Customer
  4. Customer Address
  5. Get Customer Addresses

Get customer addresses

Get customer addresses

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
countryCode
  • required
string
Example:
de
customerIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[0-9a-zA-Z\-\\_\.\@|%5C]*$

Query Parameters

ParameterDetails
with
Array of arrays
Example:
?with=nonUniqueAddresses
array

Responses

200
List of customer addresses
application/json
Success
Array of object
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/shops/{shopKey}/countries/{countryCode}/customers/{customerIdentifier}/addresses

Request samples

Response samples

200
Customer Addresses:
Content type: application/json
Provide Feedback