CreateWarehouseRequest (object)
| Feld | Typ | Beschreibung |
|---|---|---|
| active | boolean | — |
| address_line_1 | string | — |
| address_line_2 | string | — |
| city | string | — |
| code | string | — |
| country_code | string | — |
| description | string | — |
| string (email) | — | |
| internal_note | string | — |
| location_id | integer | — |
| name* | string | — |
| phone | string | — |
| state | string | — |
| zip | string | — |
Beispiel (JSON)
{
"location_id": 0,
"name": "string",
"code": "string",
"description": "string",
"address_line_1": "string",
"address_line_2": "string"
}