GET
/
articles
/
movements
curl --request GET \
  --url https://api-ezyconnect.ezytail.com/articles/movements \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 123,
    "dateCreation": "2023-11-07T05:31:56Z",
    "dateLastUpdate": "2023-11-07T05:31:56Z",
    "activityCode": "<string>",
    "stockUnitID": "<string>",
    "movementTimestamp": "2023-11-07T05:31:56Z",
    "articleReference": "<string>",
    "movedQuantity": 123,
    "movementDirection": "<string>",
    "movementCode": "<string>",
    "movementReason": "<string>",
    "gradeCode": "<string>",
    "dateProcessed": "2023-11-07T05:31:56Z"
  }
]

Read the changelog !

Please keep an eye on the changelog to stay up to date with the latest API changes.

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

afterId
integer
afterDate
string
articleReference
string
filter
string
sort
string

Response

200
text/plain

OK

The response is of type object[].