Platitun · API · Listings · My listings

My listings

GET /api/v1/listings

Key scope: listings · read only

All your listings with price, stock and state. Someone else’s never appear here: the ownership condition is in the database query itself, not checked afterwards.

Query filters

FieldTypeWhat it is
activebooleanOnly switched on (true) or only switched off (false).
servicestringOnly for this catalogue position.
limitintegerHow many records to return. Default 50, maximum 200.
cursorstringThe nextCursor value from the previous response. There are no page numbers: the list changes while you page.

Response fields

FieldTypeWhat it is
itemsarrayThe records of this page.
items[].numberintegerThe public listing number.
items[].priceMinorintegerThe price in kopecks.
items[].isActivebooleanOn the storefront or withdrawn.
items[].isTestbooleanA test listing: only a test buyer can buy it.
items[].stockinteger|nullThe remaining stock. Empty — the stock is unlimited.
items[].autoIssuebooleanWhether the stock delivers on its own.
nextCursorstring|nullThe next page cursor. Empty — this is the last page.

Nearby in this section