Platitun · API · Listings · One of my listings

One of my listings

GET /api/v1/listings/{number}

Key scope: listings · read only

Every listing field as the marketplace sees it — including the product attributes the storefront ordering is computed from.

Response fields

FieldTypeWhat it is
numberintegerThe public number.
filledintegerHow many product attributes are filled — the buyer sees how thoroughly the product is described.
stockFreeinteger|nullHow many stock units are free.

Refusal reasons

A rule refusal arrives as {"error":"rejected","refusal":{"kind":"…"}} with status 409. Refusals common to all endpoints are in the rules section.

CodeWhat happened and what to do
not_foundThe record does not exist or is not yours. The ownership condition is in the database query itself, so someone else’s record looks like a missing one.

Nearby in this section