Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the item offer. Can be retrieved from the list of item offers.
Body
Update item offer - all fields are optional, only provide fields you want to update
Unique identifier for the game (required if game slug not provided)
Slug of the game (required if game_id not provided)
Display title for the item offer
255Custom URL-friendly identifier (auto-generated if not provided)
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
Special instructions for item delivery, provided to buyer after purchase
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"]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