cURL
curl --request GET \ --url https://api.getjusto.com/api/v2/products/outOfStockItems/{storeId}
{ "status": "ok", "data": [ { "_id": "<string>", "type": "<string>", "websiteId": "<string>", "productId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "until": "2023-11-07T05:31:56Z", "untilDate": "2023-11-07T05:31:56Z" } ] }
Usa este metodo cuando quieras obtener los items agotados
ID del local
success
The response is of type object.
object