input AddressInput
Fields
| Field | Type | Description |
|---|---|---|
name | String | Human-readable name for this ress. |
address1 | String | Address line 1 for the address or contact. |
address2 | String | Address line 2 for the address or contact. |
city | String | City for the address or contact. |
state | String | State or province code for state. |
country | String | ISO country code for country. |
zip | String | Postal or ZIP code. |
phone | String | Phone number for the contact. |
Referenced By
- CreateReturnInput Type
- CreateShipmentInput Type
- CreateShipmentShippingLabelInput Type
- CreateShippingLabelInput Type
- CreateVendorInput Type
Example
{
"name": "Acme Corp",
"address1": "123 Fulfillment Ave",
"address2": "Suite 100",
"city": "New York",
"state": "NY",
"country": "US",
"zip": "10001",
"phone": "+1-555-0100"
}