input AddressInput
Fields
| Field | Type | Description |
|---|---|---|
name | String | |
address1 | String | |
address2 | String | |
city | String | |
state | String | |
country | String | |
zip | String | |
phone | String |
Referenced By
- CreateReturnInput Type
- CreateShipmentInput Type
- CreateShipmentShippingLabelInput Type
- CreateShippingLabelInput Type
- CreateVendorInput Type
Example
{
"name": "abc123",
"address1": "abc123",
"address2": "abc123",
"city": "abc123",
"state": "abc123",
"country": "abc123",
"zip": "abc123",
"phone": "abc123"
}