object WarehouseType

Fields

FieldTypeDescription
idID!

The ID of the object

account_idID!
from_nameString
from_address1String
from_address2String
from_cityString
from_stateString
from_zipString
return_nameString
return_address1String
return_address2String
return_cityString
return_stateString
return_zipString
invoice_emailString
phone_numberString
profileString!
invoice_logoString
invoice_noteString!
label_printer_typeString!
invoice_printer_typeString!
label_printer_idString
invoice_printer_idString
airprintBoolean
from_countryString
return_countryString
barcode_printer_typeString
barcode_printer_idString
ses_keyString
ses_secretString
show_phone_on_invoiceBoolean!
identifierString!
order_prefixString!
remote_warehouse_idInt
dynamic_slottingBoolean!
dont_include_in_availableBoolean!
allocate_priorityInt!
dont_allocateBoolean!
ses_email_verifiedBoolean!
languageString!
invoice_footer_taglineString
carrier_reference_1_prefixString
carrier_reference_1Int!
carrier_reference_2_prefixString
carrier_reference_2Int!
carrier_reference_3_prefixString
carrier_reference_3Int!
customs_invoice_signatureString
inactiveBoolean!
timezoneString
only_pick_late_ordersBoolean!
allow_shipping_plansBoolean!
sf_warehouseFulfillmentWarehouseType
business_relationshipsBusinessRelationshipSchemaCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
productsProductTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
row_idInt

Implements

Node

Referenced By

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
}