Skip to main content

Get Customer

POST 

/customer

Retrieves information for an existing customer to personalize the checkout for them.

Request

Body

required

    request_id uuidrequired

    A unique identifier to track this request

    email string

    Email submitted by the customer during the checkout process

    session_id string

    Session ID passed through via the SDK checkout request to identify existing sessions

Responses

OK

Schema

    request_id uuid

    customer

    object

    first_name string
    last_name string
    email string

    addresses

    object[]

  • Array [

  • first_name string
    last_name string
    phone string
    street stringrequired
    city stringrequired
    postcode stringrequired
    region string
    country stringrequired
    notes string
    dni string
  • ]

  • loyalty_profile

    object

    member_since date
    current_points_balance int64
    tier string
Loading...