input WarehouseProfileAddressInput
Fields
| Field | Type | Description |
|---|---|---|
name | String! | Company or person name shown with the address. |
address1 | String! | Address line 1. |
address2 | String | Address line 2. |
city | String! | City. |
state | String! | State or province code. |
zip | String! | Postal or ZIP code. |
country | String! | 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"
}