Skip to main content
Anchor to inventoryShipmentSetBarcode

inventoryShipmentSetBarcode

mutation

Requires write_inventory_shipments access scope. Also: The user must have permission to manage inventory shipments.

Sets the barcode on an inventory shipment.

•String!
required

A unique barcode for the shipment.

•ID!
required

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


Was this section helpful?

Anchor to InventoryShipmentSetBarcodePayload returnsInventoryShipmentSetBarcodePayload returns

•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?