catalog.catalog.getFields
catalog.catalog.getFields()
The method returns commercial catalog fields.
Parameters
No parameters.
Examples
BX24.callMethod( 'catalog.catalog.getFields', {}, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
Returned fields поля
Field | Description | Type | Note |
---|---|---|---|
iblockId | Information block identifier | integer | Unmodifiable, required field. |
iblockTypeId | Information block type | integer | Read only. |
id | Catalog identifier | integer | Read only. |
lid | Site | string | Read only. |
name | Name | string | Read only. |
productIblockId | Product's parent iblock ID | integer | Completed only for SKU's iblock. |
skuPropertyId | Property ID that stores link to parent element of products iblock | integer | Completed only for SKU's iblock. |
subscription | Content sales | char | |
vatId | VAT ID | integer | |
yandexExport | Export to Yandex.Market | char |
© «Bitrix24», 2001-2024