Skip to main content
GET
Get a product by slug

Path Parameters

slug
string
required

Query Parameters

storefront_token
string
required
Example:

"ptkn_xxxxxxxxxxxxxxxxxx"

currency
enum<string>
Available options:
USD,
EUR,
CAD,
GBP,
AUD,
NZD,
SEK,
NOK,
DKK,
PLN,
INR,
JPY,
MYR,
SGD,
MXN,
BRL,
CHF

Response

OK

id
string
required
name
string
required
slug
string
required
description
string
required
state
Available · object
required
access
Archived · object
required
images
Image · object[]
required
variants
Product Variant · object[]
required
createdAt
string<date-time>
required
Example:

"2020-08-13T09:05:36.939Z"

updatedAt
string<date-time>
required
Example:

"2020-08-13T09:05:36.939Z"

type
enum<string>
required

Discriminator, always BUNDLE for a bundle.

Allowed value: "BUNDLE"
price
Money · object
required

Price of the whole bundle for the cheapest selection of variants.

pricingStrategy
Discount Based · object
required

The sum of the product prices reduced by discountPercentage.

offers
Product · object[]
required

Offers (products) the bundle consists of, in bundle order. One variant of each must be selected to buy the bundle.

additionalInformation
Product Additional Information · object[]
sizeGuide
Product Size Guide · object
compareAtPrice
Money · object

Sum of the individual product prices, shown as a strikethrough price. Null when the creator disabled it or the bundle is not discounted.