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
255Detailed description of the items and what is included
2048Price per unit in EUR currency, up to 2 decimal places
x >= 0.019.99
Available quantity of items in stock
0 <= x <= 100000000050
Minimum quantity that can be purchased in a single order
1 <= x <= 10000000001
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
1Image 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)
255Special 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