Returns query for all product options from specified product option category allowed for product specified by skuId parameter.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- skuId
- Type: System Int32
ID of the SKU for which options are to be obtained
- categoryId
- Type: System Int32
Product option category ID
- onlyEnabled
- Type: System Boolean
Indicates if only enabled product options should be selected
Return Value
Type: ObjectQuery SKUInfoSee Also