Skip to main content
POST
Create an item offer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
game_id
integer
required

Unique identifier for the game (required if game slug not provided)

title
string
required

Display title for the item offer

Maximum string length: 255
description
string
required

Detailed description of the items and what is included

Maximum string length: 2048
price
number
required

Price per unit in EUR currency, up to 2 decimal places

Required range: x >= 0.01
Example:

9.99

stock
integer
required

Available quantity of items in stock

Required range: 0 <= x <= 1000000000
Example:

50

min_quantity
integer
default:1
required

Minimum quantity that can be purchased in a single order

Required range: 1 <= x <= 1000000000
Example:

1

delivery_time
object
required

Expected delivery time object

Example:
image_urls
string[]
required

Array of image URLs showcasing the items. Only one image is required. Recommended: transparent square images for best display. Note: Imgur URLs are not supported

Minimum array length: 1

Image URL

Example:
game
string

Slug of the game (required if game_id not provided)

external_id
string

External identifier for the item offer, used to map to your own system

Maximum string length: 255
slug
string

Custom URL-friendly identifier (auto-generated if not provided)

Maximum string length: 255
delivery_instructions
string

Special instructions for item delivery, provided to buyer after purchase

delivery_method
enum<string> | null

Optional delivery method. If null, no item precheckout delivery form is shown.

Available options:
none,
username,
login,
trade,
auction,
gift,
redeem,
mail
excluded_delivery_fields
enum<string>[] | null

Optional delivery fields disabled by the seller. Required fields for the selected method cannot be excluded.

Available options:
username,
server,
login,
password,
platform,
region
item_data
object

Specifics available via the template endpoint. Game-specific item attributes such as rarity, type, or category

Example:

Response

A single item offer

data
object

Item offer object representing in-game items for sale