AddressCreate

Address for a create request. Supplied state, ZIP and country values must be valid. For a US address, use a two-letter state and a five-digit ZIP or ZIP+4. Country defaults to USA when omitted or null. Blank or omitted address details are accepted where the endpoint permits an incomplete address.

  • city
    Type: string · City
  • country
    Type: string · Countrynullable

    ISO alpha-3 country (e.g. USA). US and 840 are accepted as USA aliases; omitted or null defaults to USA.

  • state
    Type: string · State
  • street_line1
    Type: string · Street Line1
  • street_line2
    Type: string · Street Line2
  • zip
    Type: string · Zip