Method WithStoreSpecificID
WithStoreSpecificID(string)
Gets a product matching a store-specific id
Declaration
public Product WithStoreSpecificID(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The store-specific id of the desired product |
Returns
Type | Description |
---|---|
Product | The product matching the id, or null if not found |