Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Unique identifier for the game (required if game slug not provided)
Display title for the item offer
255
Detailed description of the items and what is included
2048
Price per unit in EUR currency, up to 2 decimal places
x >= 0.01
9.99
Available quantity of items in stock
0 <= x <= 1000000000
50
Minimum quantity that can be purchased in a single order
1 <= x <= 1000000000
1
Expected delivery time object
{ "duration": 24, "unit": "hours" }
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
1
Image URL
["https://example.com/item1.jpg"]
Slug of the game (required if game_id not provided)
Custom URL-friendly identifier (auto-generated if not provided)
255
Special instructions for item delivery, provided to buyer after purchase
Specifics available via the template endpoint. Game-specific item attributes such as rarity, type, or category
{ "rarity": "legendary", "type": "skin" }
Response
A single item offer
Item offer object representing in-game items for sale