---
title: "Get cart owner details"
method: GET
path: "/customer"
tags: ["cart"]
---

# Get cart owner details

`GET /customer`

Gets the details of the cart owner (customer).

## Response `200`

Cart owner details retrieved successfully.

- CustomerResponse
  - `user` object
    - `ID` integer
    - `first_name` string
    - `last_name` string
  - `billing` object
    - `first_name` string
    - `last_name` string
    - `company` string
    - `email` string
    - `phone` string
    - `country` string
    - `state` string
    - `postcode` string
    - `city` string
    - `address` string
    - `address_1` string
    - `address_2` string
  - `shipping` object
    - `first_name` string
    - `last_name` string
    - `company` string
    - `country` string
    - `state` string
    - `postcode` string
    - `city` string
    - `address` string
    - `address_1` string
    - `address_2` string
  - `has_calculated_shipping` boolean
  - `is_vat_exempt` string

---

[API](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication.md) · [All operations](https://skmtc.net/cocartapi/apis/cocart-jwt-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cocartapi/cocart-jwt-authentication/versions/2031b047ca5f/schema)
