Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Query Parameters

field
enum<string>
required

Product field to search.

Available options:
sku,
name,
vendor_sku,
manufacturer_part_number,
external_id,
barcode
Example:

"sku"

q
string
required

Case-insensitive value prefix with at least two characters.

Minimum string length: 2
Example:

"ABC"

limit
integer
default:50

Maximum number of value options to return.

Required range: 1 <= x <= 50

Response

Matching Product condition values.

options
object[]
required

Distinct raw values and human-readable Product labels.

meta
object
required

Additional metadata pertaining to the response.