What's New
General Information
Product Resource
catalog.product.add
catalog.product.delete
catalog.product.download
catalog.product.get
catalog.product.getFieldsByFilter
catalog.product.list
catalog.product.offer.add
catalog.product.offer.delete
catalog.product.offer.get
catalog.product.offer.getFieldsByFilter
catalog.product.offer.list
catalog.product.offer.update
catalog.product.update
Events
catalog.product.offer.get
Scope: catalog Permissions: all
catalog.product.offer.get(id)
Method gets SKU fields by ID.
Parameters
Parameter | Type | Description |
---|---|---|
id | integer | SKU ID. |
Examples
BX24.callMethod( 'catalog.product.offer.get', { id: 47 }, function(result) { if(result.error()) console.error(result.error().ex); else console.log(result.data()); });
© «Bitrix24», 2001-2024