Answer the question
In order to leave comments, you need to log in
How to get SKU properties via Bitrix API?
I see the dock
https://dev.1c-bitrix.ru/api_help/catalog/classes/...
I do
$arSKU = CCatalogSKU::getOffersList(
$productID,
2,
$skuFilter = array('ACTIVE' => 'Y'),
$fields = array('ID', 'NAME', 'CODE'),
$propertyFilter = array("CODE"=>"SIZES_CLOTHES")
);
echo'<pre>';
var_dump($arSKU);
echo'</pre>';
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question