Create Receiving Inbound
createReceivingInbound Mutation
Creates a new ReceivingInbound with associated inbound items.
Arguments
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:
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:
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?
