createSerializedUnitsForShipment
Creates a list of serialized units for a shipping item in a shipment.
This page contains
Arguments
| input CreateSerializedUnitsForShipmentInput! PREVIEW |
CreateSerializedUnitsForShipmentInput fields
| purchaseId ID! | The ID of the associated purchase in a fulfillment record. |
| shipmentId ID! | The ID of the associated shipment in a fulfillment record. |
| serializedUnitsMappings [ShippingItemToSerializedUnitsMappingInput!]! PREVIEW | A list of mappings for shipping items and serialized units. One shipping item may map to one or more serialized units. |
Return Fields
| serializedUnits [SerializedUnit!]! PREVIEW | A list of serialized units (this may be an empty list). |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.