Skip to main content
GET
Get a product
Returns one product. Your API key needs the products:find scope.

Headers

string
required
Your API key. You can use Authorization: Api-Key your_key instead.

Path parameters

string
required
Product GUID.

Request example

Response

UUID
required
Product ID.
string
required
Product name.
string | null
Product SKU.
number | null
Available quantity.
number
required
List price.
number
required
Effective selling price after an active discount, when one applies.
boolean
required
Whether the product is available.
string | null
Product image URL.
object[]
required
Product variants and their options.
object[]
required
Available option combinations.

Errors