Platitun · API · The deal · My orders

My orders

GET /api/v1/orders

Key scope: orders · read only

Orders for your listings. The main filter is needsAction: it returns the ones where the move is yours, and you can run your work by it alone. The updatedSince filter is the fallback for webhooks: it is always there and survives any delivery failure.

Who bought is NOT named — no email, no nickname. The marketplace does not show this to the seller in the cabinet either.

Query filters

FieldTypeWhat it is
needsActionbooleanOnly the ones where the move is yours: awaiting confirmation, awaiting delivery, dispute open.
statusstringOnly in this state.
updatedSincestringChanged after this time. A UTC string.
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[].idstringThe order id.
items[].statusstringThe order state.
items[].amountMinorintegerThe amount in kopecks — a snapshot taken at order time.
items[].listingintegerThe listing number.
items[].deadlineAtstring|nullUntil when the move is yours.
nextCursorstring|nullThe next page cursor. Empty — this is the last page.

Nearby in this section