v1
latestOpenAPI 3.0.32026-07-13149852.3 MBlisting
Listing - Get
Retrieve product listings with optional filtering by store and linked item status.
get/listing/get
Query parameters
selectorobject required
Query selector object for filtering results
limitnumber
Max results to return
Example:50
skipnumber
Number of results to skip
sortobject
Sort fields object, e.g. { "name": 1 }
Response
Array of listings matching the query
Example response
[
{
"_id": "507f1f77bcf86cd799439011",
"store_id": "507f1f77bcf86cd799439011",
"variants": [
{
"last_pushed_time": "2025-01-15T12:00:00.000Z",
"last_failed_time": "2025-01-15T12:00:00.000Z"
}
],
"restock_date": "2025-01-15",
"last_pushed_time": "2025-01-15T12:00:00.000Z",
"last_failed_time": "2025-01-15T12:00:00.000Z"
}
]