Skip to main content
GET
Get base product by id

Authorizations

X-Api-Key
string
header
required

Partner API key. Finalized per partner integration agreement.

Path Parameters

baseProductId
string
required

Base product identifier.

Query Parameters

fields
string[]

Optional base-product/base-variant field expansions. Comma-separated.

Response

Single base product.

Base product (swag template). Minimal shape - extended schema to be finalized as the swag track lands.

id
string
required
Example:

"bp_a1b2c3"

title
string
required
media
object[]
required
category
object
required
type
enum<string>
required

Product type. Used both as the value of Product.type and as the filter value for filter[type].

Available options:
physical,
digital,
giftCard,
donation
Example:

"physical"

brand
object | null

Product brand. May be null (per the parent property) when no brand applies.

Last modified on June 17, 2026