Skip to main content
PATCH
Update item offer

Authorizations

Authorization
string
header
required

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

Path Parameters

identifier
string
required

LoLBoost ID or external_id

Example:

"seller-account-123"

Body

application/json
title
string
price
integer
stock
integer
status
string
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>