Wholesale supply · for stores

Cities Skylines wholesale supply: codes for stores over one API

33 distinct products, 33 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.

33 sellable positions33 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
African Vibes170446776african-vibes
After Dark170446788after-dark
After Dark DLC170449005after-dark-dlc
Airports170446789airports
All That Jazz170446772all-that-jazz
Campus170449455campus
Campus Radio170446775campus-radio
Coast to Coast Radio170446771coast-to-coast-radio
Concerts170446780concerts
Content Creator Pack: Africa in Miniature170446777content-creator-pack-africa-in-miniature
Content Creator Pack: Art Deco170449003content-creator-pack-art-deco
Content Creator Pack: Brooklyn & Queens170449691content-creator-pack-brooklyn-queens
Content Creator Pack: High-Tech Buildings170449004content-creator-pack-high-tech-buildings
Deep Focus Radio170446770deep-focus-radio
Financial Districts170446781financial-districts
Green Cities170446783green-cities
Industries170446787industries
Industries Plus170449553industries-plus
JADIA Radio170446767jadia-radio
K-pop Station170446768k-pop-station
Mass Transit170446782mass-transit
Natural Disasters170448872natural-disasters
Parklife170446786parklife
Parklife Plus170449196parklife-plus
Race Day DLC170448040race-day-dlc
Rail Hawk Radio170446773rail-hawk-radio
Relaxation Station170446769relaxation-station
Rock City Radio170446778rock-city-radio
Snowfall170446784snowfall
Standard170442459standard
Sunny Breeze Radio170446779sunny-breeze-radio
Sunset Harbor170446785sunset-harbor
Synthetic Dawn Radio170446774synthetic-dawn-radio

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/cities-skylines \
-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/cities-skylines/products \
-H 'X-Api-Key: gc_live_…'

The first row of the ladder above is platform product id 170446776 (slug african-vibes). 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.