object OrderAddress

Order type for addresses. Orders have addresses with more details than the rest of the system so we use our own types

Fields

FieldTypeDescription
first_nameString
last_nameString
companyString
address1String
address2String
cityString
stateString
state_codeString
zipString
countryString
country_codeString
emailString
phoneString

Referenced By

Example

{
  "first_name": "abc123",
  "last_name": "abc123",
  "company": "abc123",
  "address1": "abc123",
  "address2": "abc123",
  "city": "abc123",
  "state": "abc123",
  "state_code": "abc123",
  "zip": "abc123",
  "country": "abc123",
  "country_code": "abc123",
  "email": "abc123",
  "phone": "abc123"
}