product (1.0)

Download OpenAPI specification:Download

Your GET endpoint

This API method retrieves comprehensive product information based on a provided code. The input code can be of various types including, but not limited to, Universal Product Code (UPC), International Article Number (EAN), International Standard Book Number (ISBN), or any other compatible code types. The response contains detailed information about the product linked to the input code.

path Parameters
code
required
string
Request Body schema: application/json
Array of objects
object

Request samples

Content type
application/json
{
  • "barcodes": [
    ],
  • "product": {
    }
}