Skip to main content
GET
/
v1
/
scanner
/
products
/
{barcode}
/
details
Get product details by barcode or sellable product ID
curl --request GET \
  --url http://localhost:3000/v1/scanner/products/{barcode}/details
null

Path Parameters

barcode
string
required

Product barcode

Minimum string length: 1
Example:

12345678901

Response

Product details

The response is of type unknown.