StoreProductRepositoryGetById(NetForumId) Method
Retrieves a given Store Product by ID.
Note that products that are not Store Products will not be retrieved.
See the Ignition User Guide for more information on what criteria a product must meet to be included.
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public StoreProduct GetById(
NetForumId productId
)
Public Function GetById (
productId As NetForumId
) As StoreProduct
public:
virtual StoreProduct^ GetById(
NetForumId^ productId
) sealed
abstract GetById :
productId : NetForumId -> StoreProduct
override GetById :
productId : NetForumId -> StoreProduct
- productId NetForumId
- The product Id of the Store Product to be retrieved
StoreProductThe requested Store Product