Skip to main content
Anchor to InventoryShipmentSetBarcodePayload

InventoryShipmentSetBarcodePayload

payload

Return type for inventoryShipmentSetBarcode mutation.

•InventoryShipment

The inventory shipment with the updated barcode.

•[InventoryShipmentSetBarcodeUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Sets the barcode on an inventory shipment.

Arguments

•ID!
required

The ID of the inventory shipment to set the barcode on.

•String!
required

A unique barcode for the shipment.



Was this section helpful?