ReDoc documentation
Retrieves a list of SKU's with low inventory qty
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "item_id": 0,
- "product_id": 0,
- "stock_id": 0,
- "qty": 0,
- "is_in_stock": true,
- "is_qty_decimal": true,
- "show_default_notification_message": true,
- "use_config_min_qty": true,
- "min_qty": 0,
- "use_config_min_sale_qty": 0,
- "min_sale_qty": 0,
- "use_config_max_sale_qty": true,
- "max_sale_qty": 0,
- "use_config_backorders": true,
- "backorders": 0,
- "use_config_notify_stock_qty": true,
- "notify_stock_qty": 0,
- "use_config_qty_increments": true,
- "qty_increments": 0,
- "use_config_enable_qty_inc": true,
- "enable_qty_increments": true,
- "use_config_manage_stock": true,
- "manage_stock": true,
- "low_stock_date": "string",
- "is_decimal_divided": true,
- "stock_status_changed_auto": 0,
- "extension_attributes": { }
}
], - "search_criteria": {
- "mapper_interface_name": "string",
- "criteria_list": [
- {
- "mapper_interface_name": "string",
- "criteria_list": [
- { }
], - "filters": [
- "string"
], - "orders": [
- "string"
], - "limit": [
- "string"
]
}
], - "filters": [
- "string"
], - "orders": [
- "string"
], - "limit": [
- "string"
]
}, - "total_count": 0
}