object WarehouseType
Fields
| Field | Type | Description | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | ID! | The ID of the object | |||||||||||||||||||||||||
account_id | ID! | ||||||||||||||||||||||||||
from_name | String | ||||||||||||||||||||||||||
from_address1 | String | ||||||||||||||||||||||||||
from_address2 | String | ||||||||||||||||||||||||||
from_city | String | ||||||||||||||||||||||||||
from_state | String | ||||||||||||||||||||||||||
from_zip | String | ||||||||||||||||||||||||||
return_name | String | ||||||||||||||||||||||||||
return_address1 | String | ||||||||||||||||||||||||||
return_address2 | String | ||||||||||||||||||||||||||
return_city | String | ||||||||||||||||||||||||||
return_state | String | ||||||||||||||||||||||||||
return_zip | String | ||||||||||||||||||||||||||
invoice_email | String | ||||||||||||||||||||||||||
phone_number | String | ||||||||||||||||||||||||||
profile | String! | ||||||||||||||||||||||||||
invoice_logo | String | ||||||||||||||||||||||||||
invoice_note | String! | ||||||||||||||||||||||||||
label_printer_type | String! | ||||||||||||||||||||||||||
invoice_printer_type | String! | ||||||||||||||||||||||||||
label_printer_id | String | ||||||||||||||||||||||||||
invoice_printer_id | String | ||||||||||||||||||||||||||
airprint | Boolean | ||||||||||||||||||||||||||
from_country | String | ||||||||||||||||||||||||||
return_country | String | ||||||||||||||||||||||||||
barcode_printer_type | String | ||||||||||||||||||||||||||
barcode_printer_id | String | ||||||||||||||||||||||||||
ses_key | String | ||||||||||||||||||||||||||
ses_secret | String | ||||||||||||||||||||||||||
show_phone_on_invoice | Boolean! | ||||||||||||||||||||||||||
identifier | String! | ||||||||||||||||||||||||||
order_prefix | String! | ||||||||||||||||||||||||||
remote_warehouse_id | Int | ||||||||||||||||||||||||||
dynamic_slotting | Boolean! | ||||||||||||||||||||||||||
dont_include_in_available | Boolean! | ||||||||||||||||||||||||||
allocate_priority | Int! | ||||||||||||||||||||||||||
dont_allocate | Boolean! | ||||||||||||||||||||||||||
ses_email_verified | Boolean! | ||||||||||||||||||||||||||
language | String! | ||||||||||||||||||||||||||
invoice_footer_tagline | String | ||||||||||||||||||||||||||
carrier_reference_1_prefix | String | ||||||||||||||||||||||||||
carrier_reference_1 | Int! | ||||||||||||||||||||||||||
carrier_reference_2_prefix | String | ||||||||||||||||||||||||||
carrier_reference_2 | Int! | ||||||||||||||||||||||||||
carrier_reference_3_prefix | String | ||||||||||||||||||||||||||
carrier_reference_3 | Int! | ||||||||||||||||||||||||||
customs_invoice_signature | String | ||||||||||||||||||||||||||
inactive | Boolean! | ||||||||||||||||||||||||||
timezone | String | ||||||||||||||||||||||||||
only_pick_late_orders | Boolean! | ||||||||||||||||||||||||||
allow_shipping_plans | Boolean! | ||||||||||||||||||||||||||
sf_warehouse | FulfillmentWarehouseType | ||||||||||||||||||||||||||
business_relationships | BusinessRelationshipSchemaCountableConnection | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
products | ProductTypeCountableConnection | ||||||||||||||||||||||||||
| |||||||||||||||||||||||||||
row_id | Int | ||||||||||||||||||||||||||
Implements
Referenced By
- BinType Type
- BusinessRelationshipSchema Type
- FulfillmentWarehouseType Type
- InventoryChangeLogType Type
- LicensePlateNumberV2Type Type
- LotType Type
- ProductHistoryType Type
- ProductLocationType Type
- ProductReturnDetail Type
- ProductType Type
- ReturnItemType Type
- ReturnedProductType Type
- WarehouseTypeCountableEdge Type
Example
{
"id": "abc123",
"account_id": "abc123",
"from_name": "abc123",
"from_address1": "abc123",
"from_address2": "abc123",
"from_city": "abc123",
"from_state": "abc123",
"from_zip": "abc123",
"return_name": "abc123",
"return_address1": "abc123",
"return_address2": "abc123",
"return_city": "abc123",
"return_state": "abc123",
"return_zip": "abc123",
"invoice_email": "abc123",
"phone_number": "abc123",
"profile": "abc123",
"invoice_logo": "abc123",
"invoice_note": "abc123",
"label_printer_type": "abc123",
"invoice_printer_type": "abc123",
"label_printer_id": "abc123",
"invoice_printer_id": "abc123",
"airprint": true,
"from_country": "abc123",
"return_country": "abc123",
"barcode_printer_type": "abc123",
"barcode_printer_id": "abc123",
"ses_key": "abc123",
"ses_secret": "abc123",
"show_phone_on_invoice": true,
"identifier": "abc123",
"order_prefix": "abc123",
"remote_warehouse_id": 987,
"dynamic_slotting": true,
"dont_include_in_available": true,
"allocate_priority": 987,
"dont_allocate": true,
"ses_email_verified": true,
"language": "abc123",
"invoice_footer_tagline": "abc123",
"carrier_reference_1_prefix": "abc123",
"carrier_reference_1": 987,
"carrier_reference_2_prefix": "abc123",
"carrier_reference_2": 987,
"carrier_reference_3_prefix": "abc123",
"carrier_reference_3": 987,
"customs_invoice_signature": "abc123",
"inactive": true,
"timezone": "abc123",
"only_pick_late_orders": true,
"allow_shipping_plans": true,
"sf_warehouse": FulfillmentWarehouseType,
"business_relationships": BusinessRelationshipSchemaCountableConnection,
"products": ProductTypeCountableConnection,
"row_id": 987
}