catalog.price.getFields
Scope: catalog Permissions: all
catalog.price.getFields()
The method returns product price fields.
Parameters
No parameters.
Examples
BX24.callMethod( 'catalog.price.getFields', {}, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
Returned fields
Fields | Description | Type | Note |
---|---|---|---|
catalogGroupId | Price type | integer | Read only, required field. |
currency | Currency | string | Required field. |
extraId | Price ID | integer | |
id | Price ID | integer | Read only. |
price | Price | double | Required field. |
priceScale | Base price | double | Read only. |
productId | Product ID | integer | Read only, required field. |
quantityFrom | Quantity from | integer | |
quantityTo | Quantity to | integer | |
timestampX | Timestamp | datetime | Read only. |
© «Bitrix24», 2001-2024