input WarehouseProfileAddressInput

Fields

FieldTypeDescription
nameString!

Company or person name shown with the address.

address1String!

Address line 1.

address2String

Address line 2.

cityString!

City.

stateString!

State or province code.

zipString!

Postal or ZIP code.

countryString!

ISO country code.

Referenced By

Example

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