object ProductType

Fields

FieldTypeDescription
skuString!
account_idID!
on_handInt!
allocatedInt!
backorderInt!
kitBoolean!
inventory_binString!
inventory_overstock_binString!
parent_idInt!
barcodeString
freshly_importedBoolean
updated_atDateTime
created_atDateTime
idID!

The ID of the object

nameString
optionString!
activeBoolean!
needs_thumbBoolean!
thumbnailString!
valueFloat!
product_conditionString
vendor_skuString
last_countedDateTime!
count_priorityFloat!
brandString
weight_in_ozFloat!
heightFloat!
lengthFloat!
widthFloat!
barcode_pdfString
barcode_imageString
barcode_zplString
large_thumbnailString
reorder_amountInt!
reorder_levelInt!
warehouseString!
reserve_inventoryInt!
customBoolean!
value_currencyString
product_typeString!
adhoc_parent_skuString
track_inventoryBoolean!
replenishment_levelInt!
replenishment_max_levelInt!
replenishment_incrementInt!
total_pickableInt!
total_unpickableInt!
priceFloat!
kit_buildBoolean!
no_airBoolean!
final_saleBoolean!
customs_valueFloat!
do_not_countBoolean!
warehouse_idInt
kitting_map_componentsKittingMapTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
kitting_map_parentsKittingMapTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
product_imagesProductImageSchemaCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
item_binsProductLocationTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
warehouse_objWarehouseType
product_infoProductInfoType
historyProductHistoryTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
location_change_logLocationChangeLogTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
location_changesLocationChangeLogTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
product_case_info[ProductCaseInfoType]
row_idBigInt
locationsProductLocationTypeCountableConnection
ArgumentTypeRequiredDefaultDescription
location_idIntNo
not_emptyBooleanNofalse
sortStringNo
searchGenericScalarNo
beforeStringNo
afterStringNo
firstIntNo
lastIntNo
warehouse_account_idInt
warehouse_identifierString
quantity_expectedInt
quantity_pending_returnInt
quantity_shippedInt
availableInt
available_validInt
on_orderInt
sell_aheadInt
non_sellable_quantityInt
quantity_to_replenishInt
product_attributes[ProductAttributeType]
is_used_in_automation_ruleBoolean
expiredExpiredDetailsType
ArgumentTypeRequiredDefaultDescription
warehouse_idIntNo
visits_velocityString

Implements

Node

Referenced By

Example

{
  "sku": "abc123",
  "account_id": "abc123",
  "on_hand": 987,
  "allocated": 987,
  "backorder": 987,
  "kit": true,
  "inventory_bin": "abc123",
  "inventory_overstock_bin": "abc123",
  "parent_id": 987,
  "barcode": "abc123",
  "freshly_imported": true,
  "updated_at": "abc123",
  "created_at": "abc123",
  "id": "abc123",
  "name": "abc123",
  "option": "abc123",
  "active": true,
  "needs_thumb": true,
  "thumbnail": "abc123",
  "value": 1.0,
  "product_condition": "abc123",
  "vendor_sku": "abc123",
  "last_counted": "abc123",
  "count_priority": 1.0,
  "brand": "abc123",
  "weight_in_oz": 1.0,
  "height": 1.0,
  "length": 1.0,
  "width": 1.0,
  "barcode_pdf": "abc123",
  "barcode_image": "abc123",
  "barcode_zpl": "abc123",
  "large_thumbnail": "abc123",
  "reorder_amount": 987,
  "reorder_level": 987,
  "warehouse": "abc123",
  "reserve_inventory": 987,
  "custom": true,
  "value_currency": "abc123",
  "product_type": "abc123",
  "adhoc_parent_sku": "abc123",
  "track_inventory": true,
  "replenishment_level": 987,
  "replenishment_max_level": 987,
  "replenishment_increment": 987,
  "total_pickable": 987,
  "total_unpickable": 987,
  "price": 1.0,
  "kit_build": true,
  "no_air": true,
  "final_sale": true,
  "customs_value": 1.0,
  "do_not_count": true,
  "warehouse_id": 987,
  "kitting_map_components": KittingMapTypeCountableConnection,
  "kitting_map_parents": KittingMapTypeCountableConnection,
  "product_images": ProductImageSchemaCountableConnection,
  "item_bins": ProductLocationTypeCountableConnection,
  "warehouse_obj": WarehouseType,
  "product_info": ProductInfoType,
  "history": ProductHistoryTypeCountableConnection,
  "location_change_log": LocationChangeLogTypeCountableConnection,
  "location_changes": LocationChangeLogTypeCountableConnection,
  "product_case_info": ProductCaseInfoType,
  "row_id": "abc123",
  "locations": ProductLocationTypeCountableConnection,
  "warehouse_account_id": 987,
  "warehouse_identifier": "abc123",
  "quantity_expected": 987,
  "quantity_pending_return": 987,
  "quantity_shipped": 987,
  "available": 987,
  "available_valid": 987,
  "on_order": 987,
  "sell_ahead": 987,
  "non_sellable_quantity": 987,
  "quantity_to_replenish": 987,
  "product_attributes": ProductAttributeType,
  "is_used_in_automation_rule": true,
  "expired": ExpiredDetailsType,
  "visits_velocity": "abc123"
}