object KittingMapType
Fields
| Field | Type | Description |
|---|---|---|
account_id | ID! | |
sku | String! | |
component_sku | String! | |
quantity | Int! | |
id | ID! | The ID of the object |
date_created | DateTime! | |
parent | ProductType | |
parent_product_info | ProductInfoType | |
component | ProductType | |
component_product_info | ProductInfoType | |
row_id | BigInt |
Implements
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"
}