Skip to main content
The POST /tools/convert/sku-to-barcode endpoint converts merchant SKUs to barcodes. Because SKUs are merchant-specific, you must identify the merchant in the config object so the API knows which catalog to look up.

Endpoint

Request body

array of strings
required
The merchant SKUs to convert.
object
required
Configuration for the conversion. You must specify the source merchant.

Example request

Example response

Response fields

meta object

data object

Each key is a SKU from your request. Each value is the barcode string for that product.
object
Key-value pairs where each SKU maps to a barcode string.