 | 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.28229
Syntaxpublic 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 Parameters
- productId NetForumId
- The product Id of the Store Product to be retrieved
Return Value
StoreProductThe requested Store Product
Exceptions
See Also