curl --request POST \
--url https://api.skulabs.com/item/add_barcode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_id": "<string>",
"upc": "<string>"
}
'{
"success": true
}Add a barcode to an existing item.
curl --request POST \
--url https://api.skulabs.com/item/add_barcode \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"item_id": "<string>",
"upc": "<string>"
}
'{
"success": true
}Documentation Index
Fetch the complete documentation index at: https://skulabs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.