Method | Description | |
---|---|---|
CatalogService ( IVirtoCommerceClient apiClient, IStoreService storeService, IPriceService priceService ) : System.Collections.Generic | ||
GetCategoriesAsync ( string storeId, string culture ) : Task |
||
GetProductAsync ( string storeId, string culture, string slug ) : Task |
||
GetProductsAsync ( string storeId, string culture, string categorySlug, int skip, int take ) : Task |
Method | Description | |
---|---|---|
BuildOutline ( Category category ) : string |
public CatalogService ( IVirtoCommerceClient apiClient, IStoreService storeService, IPriceService priceService ) : System.Collections.Generic | ||
apiClient | IVirtoCommerceClient | |
storeService | IStoreService | |
priceService | IPriceService | |
return | System.Collections.Generic |
public GetCategoriesAsync ( string storeId, string culture ) : Task |
||
storeId | string | |
culture | string | |
return | Task |
public GetProductAsync ( string storeId, string culture, string slug ) : Task |
||
storeId | string | |
culture | string | |
slug | string | |
return | Task |
public GetProductsAsync ( string storeId, string culture, string categorySlug, int skip, int take ) : Task |
||
storeId | string | |
culture | string | |
categorySlug | string | |
skip | int | |
take | int | |
return | Task |