object FulfillmentWarehouseType
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | The ID of the object |
warehouse_id | Int! | |
source_id | Int! | |
standard_cut_off | Int! | |
expedited_cut_off | Int! | |
micro_bin_monthly_rate | Float! | |
small_bin_monthly_rate | Float! | |
large_bin_monthly_rate | Float! | |
pallet_monthly_rate | Float! | |
cubic_storage_monthly_rate | Float | |
timezone | String! | |
latitude | Float! | |
longitude | Float! | |
location | String | |
address1 | String | |
address2 | String | |
city | String | |
state | String | |
zip | String | |
country | String | |
email | String | |
badge_color | String! | |
is_active | Boolean! | |
is_test | Boolean! | |
is_lb_enabled | Boolean! | |
region | String! | |
use_warehouse_fields | Boolean! | |
is_external | Boolean! | |
currency | String! | |
is_shiphero_owned | Boolean! | |
code | String | |
warehouse | WarehouseType | |
row_id | BigInt |
Implements
Referenced By
- WarehouseType Type
Example
{
"id": "abc123",
"warehouse_id": 987,
"source_id": 987,
"standard_cut_off": 987,
"expedited_cut_off": 987,
"micro_bin_monthly_rate": 1.0,
"small_bin_monthly_rate": 1.0,
"large_bin_monthly_rate": 1.0,
"pallet_monthly_rate": 1.0,
"cubic_storage_monthly_rate": 1.0,
"timezone": "abc123",
"latitude": 1.0,
"longitude": 1.0,
"location": "abc123",
"address1": "abc123",
"address2": "abc123",
"city": "abc123",
"state": "abc123",
"zip": "abc123",
"country": "abc123",
"email": "abc123",
"badge_color": "abc123",
"is_active": true,
"is_test": true,
"is_lb_enabled": true,
"region": "abc123",
"use_warehouse_fields": true,
"is_external": true,
"currency": "abc123",
"is_shiphero_owned": true,
"code": "abc123",
"warehouse": WarehouseType,
"row_id": "abc123"
}