input BuildKitInput
Fields
| Field | Type | Description |
|---|---|---|
sku | String! | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
components | [BuildKitComponentInput]! | List of components associated with this kit. |
kit_build | Boolean | Whether to build kit component inventory for this kit operation. |
customer_account_id | String | 3PL child/customer account ID this record belongs to; omit on inputs to use the authenticated account. |
warehouse_id | String | DEPRECATED Kits are not warehouse specific Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects. Deprecated; see the deprecation reason for current behavior. |
Referenced By
- kit_build Mutation
Example
{
"sku": "BLUE-TEE-M",
"components": [[{id: "QnVpbGRLaXRDb21wb25lbnRJbnB1dDoxMjM0"}]],
"kit_build": true,
"customer_account_id": "QWNjb3VudDoxMjM0",
"warehouse_id": "V2FyZWhvdXNlOjEyMzQ="
}