Light Mode
List Quantity Change Reasons
GET
/products/quantities/quantity-change-reasonLast modified: 16 days ago
This endpoint allows you to retrieve a list of reasons for inventory quantity changes on products.
Request
None
Request samples
Responses
Success(200)
unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
integer
optional
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.
success
boolean
optional
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.
data
array [object {2}]
optional
id
integer
optional
A unique identifier of the inventory change reason
name
string
optional
Description of quantity change
Example
{
"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": "توريد"
}
]
}
Last modified: 16 days ago