IProductAdapter
public interface IProductAdapter
Namespace
Methods
GetProductReference
Get a product reference for the product in the given store with a given SKU.
public string GetProductReference(Guid storeId, string sku)
Parameters
Parameter | Description |
---|---|
storeId |
The store id of the store |
sku |
The SKU of the product |
GetProductSnapshot
Get a product snapshot for the supplied product reference in the given culture.
public IProductSnapshot GetProductSnapshot(string productReference, string languageIsoCode)
Parameters
Parameter | Description |
---|---|
productReference |
The product reference of the product |
languageIsoCode |
The language ISO code of the culture |