object WarehouseRelationship
Fields
| Field | Type | Description |
|---|---|---|
from_name | String | From name for this warehouse relationship. |
pause_shipping | Boolean | Whether shipping is paused for this warehouse relationship. |
Referenced By
- Account Type
Example
{
"from_name": "Primary Warehouse",
"pause_shipping": true
}