input AddressInput

Fields

FieldTypeDescription
nameString

Human-readable name for this ress.

address1String

Address line 1 for the address or contact.

address2String

Address line 2 for the address or contact.

cityString

City for the address or contact.

stateString

State or province code for state.

countryString

ISO country code for country.

zipString

Postal or ZIP code.

phoneString

Phone number for the contact.

Referenced By

Example

{
  "name": "Acme Corp",
  "address1": "123 Fulfillment Ave",
  "address2": "Suite 100",
  "city": "New York",
  "state": "NY",
  "country": "US",
  "zip": "10001",
  "phone": "+1-555-0100"
}