Skip to main content
POST
Update buy order

Authorizations

Authorization
string
header
required

JWT obtained from POST /user/login

Body

application/json
itemid
integer
required

Item ID of the buy order to update

value
integer
required

New price in cents (positive)

amount
integer
required

New quantity (max 4999)

Response

Buy order updated

Standard Mannco.store response envelope. err and success flag the outcome; the payload (or error message) is always under content.

err
boolean
required

True when the request failed.

success
boolean
required

True when the request succeeded.

content
any

Payload on success, or an error message/object on failure.