List Quantity Change Reasons
GET
/products/quantities/quantity-change-reasonThis endpoint allows you to retrieve a list of reasons for inventory quantity changes on products.
Request
Request samples
Responses
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
A unique identifier of the inventory change reason
Description of quantity change
{
"status": 200,
"success": true,
"data": [
{
"id": 1473353380,
"name": "لا يوجد"
},
{
"id": 566146469,
"name": "تصحيح"
},
{
"id": 1939592358,
"name": "إعادة تخزين"
},
{
"id": 1298199463,
"name": "استقبال"
},
{
"id": 525144736,
"name": "تالف"
},
{
"id": 1764372897,
"name": "السرقة أو الضياع"
},
{
"id": 989286562,
"name": "توريد"
}
]
}