Create Receiving Inbound

createReceivingInbound Mutation

Creates a new ReceivingInbound with associated inbound items.

Arguments

Name
Type
Description

input

CreateReceivingInboundWithItemsInput!

Input data for creating the inbound shipment and its items

Return Type

ReceivingInboundOutput - Contains the created inbound shipment and any associated workflows.

Input Fields

CreateReceivingInboundWithItemsInput:

Field
Type
Description

dataTypeID

UUID

Optional data type ID

dataTypeSlug

String

Optional data type slug

data

Map

Custom data associated with the inbound shipment

supplierID

UUID

ID of the supplier this inbound is from

orderID

String

Optional order or reference ID for the inbound shipment

inboundItems

[CreateReceivingInboundItemsInput]

List of inbound items to create with this inbound shipment

CreateReceivingInboundItemsInput:

Field
Type
Description

dataTypeID

UUID

Optional data type ID

dataTypeSlug

String

Optional data type slug

data

Map

Custom data associated with the inbound 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?