---
title: "Changes to Retrieve Customers"
method: GET
path: "/ecommerce/customers/{id}"
---

# Changes to Retrieve Customers

`GET /ecommerce/customers/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 18 revisions.

- **2024-09-20** `be3dc330edf3` — 2 info
- **2024-08-07** `87189baf7791` — 11 breaking, 8 info
- **2024-08-07** `3ce49f5aad53` — 1 info

## Changes

- **2024-09-20** `be3dc330edf3` — 2 info
  - removed the `PERSONAL` enum value from the `addresses/items/address_type` response property for the response status `200`
  - removed the `WORK` enum value from the `addresses/items/address_type` response property for the response status `200`
- **2024-08-07** `87189baf7791` — 11 breaking, 8 info
  - the response property `addresses` became nullable for the status `200`
  - the response property `created_at` became nullable for the status `200`
  - the response property `email` became nullable for the status `200`
  - the response property `field_mappings` became nullable for the status `200`
  - the response property `first_name` became nullable for the status `200`
  - the response property `id` became nullable for the status `200`
  - the response property `last_name` became nullable for the status `200`
  - the response property `modified_at` became nullable for the status `200`
  - the response property `phone_number` became nullable for the status `200`
  - the response property `remote_data` became nullable for the status `200`
  - the response property `remote_id` became nullable for the status `200`
  - added the required property `addresses/items/address_type` to the response with the `200` status
  - added the required property `addresses/items/city` to the response with the `200` status
  - added the required property `addresses/items/country` to the response with the `200` status
  - added the required property `addresses/items/owner_type` to the response with the `200` status
  - added the required property `addresses/items/postal_code` to the response with the `200` status
  - added the required property `addresses/items/state` to the response with the `200` status
  - added the required property `addresses/items/street_1` to the response with the `200` status
  - added the required property `addresses/items/street_2` to the response with the `200` status
- **2024-08-07** `3ce49f5aad53` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/panoratech/apis/panora-api-2/docs/ecommerce/customers/:id/get.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/ecommerce/customers/:id/get)
