Wholesale supply · for stores

Dead by Daylight wholesale supply: codes for stores over one API

18 distinct products, 18 sellable positions once every orderable variant is counted separately. Orders return a redeemable code that your buyer activates on the publisher's side. This is a supply listing for stores — there is no checkout on this page and no retail price on it.

18 sellable positions18 distinct products1 regionscode delivery
Steam

GLOBAL

Product ladder

Every distinct product name this title carries, in ladder order. Each row names one product in the B2B catalog by the id that endpoint returns for it; a name carried by more than one orderable position is one row here and several there.

ProductB2B idProduct slug
Alan Wake Chapter170446850alan-wake-chapter
Alien Chapter Pack170446860alien-chapter-pack
All Things Wicked Chapter170448937all-things-wicked-chapter
Curtain Call Chapter170449386curtain-call-chapter
Dungeons & Dragons170448938dungeons-dragons
End Transmission Chapter170446853end-transmission-chapter
Endless Hunt Pack170446863endless-hunt-pack
Gold Edition125871107gold-edition
Macabre Tales Pack170446861macabre-tales-pack
Maddening Darkness Pack170446858maddening-darkness-pack
Nicolas Cage Chapter Pack170446857nicolas-cage-chapter-pack
Of Flesh and Mud170449385of-flesh-and-mud
Old Wounds Pack170446862old-wounds-pack
Sadako Rising Chapter170446856sadako-rising-chapter
Spark of Madness170449384spark-of-madness
Steady Pulse170446849steady-pulse
The Walking Dead170446859the-walking-dead
Tomb Raider Chapter DLC170446851tomb-raider-chapter-dlc

How an order is delivered

Delivery is a code: the order returns a redeemable string — a gift card, a key, a top-up voucher — and what happens next is between your buyer and the publisher's redemption page. A code position never asks for an in-game ID, which keeps checkout short and makes the order safe to complete on someone else's behalf as a gift. Codes are drawn from stock, so the honest constraint here is availability rather than speed: a position is either there or it is not, and the catalog is what tells you which. Show the code once, store it yourself, and treat it like cash — a revealed code cannot be recalled, replaced or refunded.

Regions

GLOBAL

Region tags come straight off the supplier rows behind this title. Availability is per-account: your region allowlist is applied when you read the catalog, and again when an order is created.

Read it from the API

Two calls: the title, then its products. Both take your key, and neither returns anything your account may not sell.

# the title and its categories
curl -s https://api.gamecore-api.tech/b2b/catalog/games/dead-by-daylight \
-H 'X-Api-Key: gc_live_…'
# every position you may sell, priced for your account
curl -s https://api.gamecore-api.tech/b2b/catalog/games/dead-by-daylight/products \
-H 'X-Api-Key: gc_live_…'

The first row of the ladder above is platform product id 170446850 (slug alan-wake-chapter). This page lists the whole platform catalog for the title; the second response is filtered to what your own account may sell, so a given id can be absent from it.

Full catalog reference

Questions from stores

Get a key and read the live catalog

One contract, one integration, and the whole supply catalog behind it. Tell us your volume and which titles matter — access is granted at onboarding.