GET
/
articles
/
stock
Get all articles stock
curl --request GET \
  --url https://api-ezyconnect.ezytail.com/articles/stock \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "dateCreation": "2023-11-07T05:31:56Z",
    "dateLastUpdate": "2023-11-07T05:31:56Z",
    "activityCode": "<string>",
    "stockImageExtractionDate": "2023-11-07T05:31:56Z",
    "articleReference": "<string>",
    "stockUnitID": "<string>",
    "totalStockQuantity": 123,
    "notStartedProductionQuantity": 123,
    "inProgressPreparationQuantity": 123,
    "totalAvailableForSaleQuantity": 123,
    "totalBlockedQuantity": 123,
    "logisticsDefinedPCB": 123,
    "articleLotNumber": "<string>",
    "oldestReceptionDate": "2023-11-07T05:31:56Z",
    "newestReceptionDate": "2023-11-07T05:31:56Z",
    "oldestSaleDeadlineDate": "2023-11-07T05:31:56Z",
    "newestSaleDeadlineDate": "2023-11-07T05:31:56Z",
    "gradeCode": "<string>",
    "dateProcessed": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. \r\n\r\n Enter 'Bearer' [space] and then your token in the text input below. \r\n\r\nExample: 'Bearer 12345abcdef'

Query Parameters

atDate
string<date-time>
filter
string
sort
string

Response

200
text/plain

OK

The response is of type object[].