This returns the list of item stock flow in the Equotix One account.
Request
Body Params application/json
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"filter_item_id": 0,
"filter_location_id": 0,
"filter_date_added_start": "string",
"filter_date_added_end": "string",
"page": 0,
"sort": "string",
"order": "string",
"limit": 0
}
Responses
application/json {
"error": [
"string"
],
"total": 0,
"flows": [
{
"item_flow_id": 0,
"item_id": 0,
"name": "string",
"model": "string",
"sku": "string",
"cost": 0,
"average_cost": 0,
"pool_cost": 0,
"user_id": 0,
"user": "string",
"location_id": 0,
"location": "string",
"quantity": 0,
"balance": 0,
"comment": "string",
"date_added": "string"
}
]
}
Modified at 2024-10-18 16:58:08