Skip to main content
GET
Get one product by slug or productId

Authorizations

X-API-Key
string
header
required

API key (wg_live_…) created in the dashboard (Account → API Keys). Shown once at creation; only a hash is stored server-side.

Path Parameters

idOrSlug
string
required

Response

Product.

productId
string
required
slug
string
required
Example:

"amazon-us"

name
string
required
Example:

"Amazon Gift Card (US)"

skus
object[]
required
description
string
instruction
string

Redemption instructions to show the end-customer.

disclosure
string

Legal/terms text to show before purchase.

imageUrl
string
brandColor
string
productCurrency
string

Currency of the denomination (amount), e.g. USD for a $50 card.

costCurrency
string

Currency the price (minCost) is expressed in.

countries
string[]

Countries where the product is redeemable (empty/omitted = global).

blockedCountries
string[]

Customers from these countries cannot buy (enforced when customerCountry is sent).

categories
string[]
Example:
requiredFields
any

Extra fields that must be collected from the end-customer for this product (e.g. player ID for a game top-up). Pass the collected values as the order item's requiredFields map.

playstorePolicy
any

Marketplace policy flag (informational).

isDigitalContent
boolean
popularity
number
totalSales
number
rating
number

Average review rating.

reviewCount
integer