GET
/
products
/
outOfStockItems
curl --request GET \
  --url https://api.getjusto.com/api/v2/products/outOfStockItems \
  --header 'Content-Type: application/json' \
  --data '{
  "storeIds": [
    "<string>"
  ]
}'
{
  "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"
    }
  ]
}

Descripción

Este método permite obtener la lista de productos y modificadores que se encuentran actualmente agotados varios locales.

Body

application/json

Response

200
application/json

success

The response is of type object.