input BuildKitInput

Fields

FieldTypeDescription
skuString!

SKU. SKU matching is case-insensitive and ignores surrounding whitespace.

components[BuildKitComponentInput]!

List of components associated with this kit.

kit_buildBoolean

Whether to build kit component inventory for this kit operation.

customer_account_idString

3PL child/customer account ID this record belongs to; omit on inputs to use the authenticated account.

warehouse_idStringDEPRECATED 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

Example

{
  "sku": "BLUE-TEE-M",
  "components": [[{id: "QnVpbGRLaXRDb21wb25lbnRJbnB1dDoxMjM0"}]],
  "kit_build": true,
  "customer_account_id": "QWNjb3VudDoxMjM0",
  "warehouse_id": "V2FyZWhvdXNlOjEyMzQ="
}