EZCart Docs
ApiV1StoreCustomersMeAddresses

List the customer's shipping addresses

List the customer's shipping addresses.

GET
/v1/store/customers/me/addresses

Response Body

application/json

curl -X GET "https://api-pub.ezcart.io/v1/store/customers/me/addresses"
{
  "data": [
    {
      "id": "string",
      "addressData": {
        "property1": null,
        "property2": null
      },
      "isDefault": true,
      "createdAt": "2019-08-24T14:15:22Z"
    }
  ]
}