Skip to main content

Queries

  • customer — Fetch a single customer by its id (or legacy id), or by email. Provide exactly one.
  • customers — List customers.

Objects

  • Customer — A shopper who has interacted with the merchant, with their contact and location details.
  • CustomerLocation — A customer’s current location.

Enums

  • CustomerSortKey — A field this list can be ordered by; pass to the list’s orderBy argument and pair with reverse to flip direction.