Returns dataset of all shipping options matching the specified parameters.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- siteId
- Type: System Int32
ID of the site the options should be retrieved from. If set to 0, global shipping options are retrieved
- onlyEnabled
- Type: System Boolean
True - only enabled shipping options from the specified site are returned. False - all site options are returned
Return Value
Type: ObjectQuery ShippingOptionInfoSee Also