Skip to main content
POST
Create item offer

Authorizations

Authorization
string
header
required

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

Body

application/json
external_id
string
required
Example:

"item-123"

title
string
required
Example:

"LoL Gift Item"

price
integer
required
Example:

999

type
string
Example:

"gift"

game
string
Example:

"lol"

server
string
Example:

"EUW"

stock
integer
Example:

10

status
string
Example:

"listed"

description
string

Response

Success

id
integer
Example:

55

external_id
string
Example:

"item-123"

lolboost_item_id
integer
Example:

55

title
string
Example:

"LoL Gift Item"

type
string
Example:

"gift"

game
string
Example:

"lol"

server
string
Example:

"EUW"

price
integer
Example:

999

stock
integer
Example:

10

status
string
Example:

"listed"

created_at
string<date-time>
updated_at
string<date-time>