object KittingMapType

Fields

FieldTypeDescription
account_idID!
skuString!
component_skuString!
quantityInt!
idID!

The ID of the object

date_createdDateTime!
parentProductType
parent_product_infoProductInfoType
componentProductType
component_product_infoProductInfoType
row_idBigInt

Implements

Node

Referenced By

Example

{
  "account_id": "abc123",
  "sku": "abc123",
  "component_sku": "abc123",
  "quantity": 987,
  "id": "abc123",
  "date_created": "abc123",
  "parent": ProductType,
  "parent_product_info": ProductInfoType,
  "component": ProductType,
  "component_product_info": ProductInfoType,
  "row_id": "abc123"
}