How to query data with the SKULabs API
{ "selector": { "status": { "$in": ["shipped"] } }, "sort": { "end_date": -1 }, "skip": 0, "limit": 10 }
{ "sku": "red-shirt-001" }
{ "end_date": 1, }
{ "limit": 10 }
{ "skip": 0 }