For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI Reference
GuidesAPI Reference
  • Reference
    • Introduction
      • Contact Object
      • Consumer Object
      • Discount Object
      • Item Object
      • Money Object
      • Order Details Object
      • Payment Object
      • Payment Event Object
      • Refund Object
      • Shipping Courier Object
LogoLogo
On this page
  • Example Consumer object
ReferenceData Models

Consumer object

Was this page helpful?
Previous

Discount Object

Next
Built with
json_schema
1$ref: "../../models/Consumer.yaml"

Example Consumer object

1{
2 "phoneNumber": "(415) 200-0000",
3 "givenNames": "Joe",
4 "surname": "Customer",
5 "email": "test@example.com"
6}