PickingOrder

PickingOrder Type

Represents a picking order in the system, which is used to collect items from inventory for fulfillment.

Fields

Field
Type
Description

id

ID!

Unique identifier of the picking order

tenantID

UUID!

Tenant identifier

createdAt

Time!

Creation timestamp

createdBy

UUID

User identifier who created the picking order

updatedAt

Time

Last update timestamp

updatedBy

UUID

User identifier who last updated the picking order

deletedAt

Time

Deletion timestamp

deletedBy

UUID

User identifier who deleted the picking order

dataTypeID

UUID

Data type identifier

dataTypeSlug

String

Data type slug

data

Map

Custom data associated with the picking order

customerID

UUID!

ID of the customer this order is for

orderitems

[PickingOrderItem!]

Items included in this picking order

attachments

[Attachment]

Attachments associated with this picking order

Interfaces

  • NodePicking

Usage Example

Last updated

Was this helpful?