Create Picking Order

createPickingOrder Mutation

Creates a new PickingOrder with associated order items.

Arguments

Name
Type
Description

input

CreatePickingOrderWithItemsInput!

Input data for creating the picking order and its items

Return Type

PickingOrderOutput - Contains the created picking order and any associated workflows.

Input Fields

CreatePickingOrderWithItemsInput:

Field
Type
Description

dataTypeID

UUID

Optional data type ID

dataTypeSlug

String

Optional data type slug

data

Map

Custom data associated with the picking order

customerID

UUID

ID of the customer this order is for

orderItems

[CreatePickingOrderItemsInput]

List of order items to create with this order

CreatePickingOrderItemsInput:

Field
Type
Description

dataTypeID

UUID

Optional data type ID

dataTypeSlug

String

Optional data type slug

data

Map

Custom data associated with the order item

sku

String!

Required stock keeping unit (SKU) of the item

quantity

Int!

Required quantity of the item

Usage Example

Last updated

Was this helpful?