Create Kit Assembly Task

Required permission: write_kit_assembly_tasks

Create a new kit assembly task. A kit assembly task instructs the warehouse to assemble a quantity of a kit product from the given assembly item products.

The client is derived from the kit product. All assembly item products must belong to the same client as the kit product, or to the organization's house client (with the house client feature enabled). No product can be a bundle parent. The task is created with an unstaged status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required
≥ 1

The ID of the warehouse where the kits will be assembled.

integer
required
≥ 1

The ID of the kit product to assemble.

integer
required
≥ 1

The number of kits to assemble.

assembly_items
array of objects
required
length ≥ 1

The component products (per kit) needed to assemble the kit product.

assembly_items*
integer
required
≥ 1

The ID of the component product.

integer
required
≥ 1

The quantity of the component product needed to assemble one kit.

integer | null
≥ 1

The ID of the organization user to assign the task to.

date-time | null

The date the task is due.

string | null

Additional instructions for the assembly team.

string | null

An optional reference number for the task.

integer | null
1 to 3

The priority of the task: 1 (low), 2 (medium), or 3 (high).

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json