object FulfillmentWarehouseType

Fields

FieldTypeDescription
idID!

The ID of the object

warehouse_idInt!
source_idInt!
standard_cut_offInt!
expedited_cut_offInt!
micro_bin_monthly_rateFloat!
small_bin_monthly_rateFloat!
large_bin_monthly_rateFloat!
pallet_monthly_rateFloat!
cubic_storage_monthly_rateFloat
timezoneString!
latitudeFloat!
longitudeFloat!
locationString
address1String
address2String
cityString
stateString
zipString
countryString
emailString
badge_colorString!
is_activeBoolean!
is_testBoolean!
is_lb_enabledBoolean!
regionString!
use_warehouse_fieldsBoolean!
is_externalBoolean!
currencyString!
is_shiphero_ownedBoolean!
codeString
warehouseWarehouseType
row_idBigInt

Implements

Node

Referenced By

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"
}