list_items_by_search_key
Changelog
December 16, 2024
- In the response of the items list added new fields last_modified_date and creation_date.
|
POST /list_items_by_search_key
To get a list of items with stock for one model, barcode or an item code.
| field |
type |
description |
| api_credentials
|
| token |
string |
Credentials provided by Powersoft that allow access to the API |
| filter_define
|
| search_key_365 |
string |
Model code, item code or barcode. The system is looking first for the barcode, if not found for the item code and if not found for the model code. |
| stores_selection |
string |
A comma separated list of 365 stores codes INCLUDED in the stock quantities (eg '001,002...'). Can be used when you want to show the stock only for some specific stores. If the value is empty then no search criteria by included stores is applied. |
| analytical_per_store |
boolean |
If includes the breakdown per stores of the item stock |
| only_item |
boolean |
If is searching only by item code and/or barcode |
Returns