With this resource you can get information about stock of your goods. Search for concrete item or list stock per warehouse.
Content:Resource information
Url |
https://api.profit365.eu/1.6/inventory/stock-positions
|
Authentication | required |
Access level | company |
Response | JSON / XML |
Class | Business data |
Get actual stock positions
Url |
https://api.profit365.eu/1.6/inventory/stock-positions/{page} |
||||||
Method | GET | ||||||
Params |
|
||||||
Example | https://api.profit365.eu/1.6/inventory/stock-positions?itemCode=ADR-630-820 |
Stock positions data
stock required |
Stock of item and warehouse and LOT Type: Number |
response |
stockFree required |
Free stock of item and warehouse and LOT. Calculated as Stock - reserved Qty Type: Number |
response |
qtyToBeDelivered required |
Reserved Qty Type: Number |
response |
item required |
Stock Item for which positions are agregated. Nested object whose properties are listed bellow Type: Object |
response |
item.id required |
ID of a Stock Item Type: GUID |
response |
item.code required |
Code of a Stock Item Type: String |
response |
item.name required |
Name of a Stock Item Type: String |
response |
item.costPrice required |
Cost price of a Stock Item Type: Number |
response |
item.salesPrice required |
Sales price of a Stock Item Type: Number |
response |
item.salesPriceBrutto required |
Sales price brutto (incl. VAT and other taxes) of a Stock Item Type: Number |
response |
warehouse required |
Warehouse for which positions are agregated. Nested object whose properties are listed bellow Type: Object |
response |
warehouse.id required |
ID of a Warehouse Type: GUID |
response |
warehouse.code required |
Code of a Warehouse Type: String |
response |
warehouse.name required |
Name of a Warehouse Type: String |
response |
- Pubished at 12/12/2016 11:53:52 AM
- Last edited 10/19/2018 11:37:31 AM