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 Contact object
ReferenceData Models

Contact object

Was this page helpful?
Previous

Consumer Object

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

Example Contact object

Contact Object
1{
2 "name": "Joe Customer",
3 "line1": "3655 Lawton St",
4 "area1": "San Francisco",
5 "region": "CA",
6 "postcode": "94122",
7 "countryCode": "US",
8 "phoneNumber": "(415) 200-0000"
9}