catalog.storeproduct.getFields
Scope: catalog Permissions to execute: for all
catalog.storeproduct.getFields()
Method returns fields for remaining warehouse stock.
Parameters
No parameters.
Examples
BX24.callMethod( 'catalog.storeproduct.getFields', {}, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
Returned fields
Field | Description | Type | Note |
---|---|---|---|
amount | Quantity. | double | Read only. |
id | Entry primary key. | integer | Read only. |
productId | Product or SKU ID. | integer | Read only. |
quantityReserved | Reserved quantity. | double | Read only. |
storeId | Warehouse ID. | integer | Read only. |
© «Bitrix24», 2001-2024