projects/apttus/ecommerce/src/lib/modules/pricing/services/price-list.service.ts
Price lists are the core object for defining the catalog seen by the end user. Categories, products and pricing are all derived from the selected price list.
AObjectService
Properties |
Methods |
| getPriceList |
getPriceList()
|
|
Method returns the entire price list instance of the currently selected price list
Returns :
Observable<PriceList>
a hot observable containing the price list instance |
| onInit |
onInit()
|
|
Returns :
void
|
| accountService |
Default value : this.injector.get(AccountService)
|
| apiService |
Default value : this.injector.get(ApiService)
|
| storefrontService |
Default value : this.injector.get(StorefrontService)
|
| type |
Default value : PriceList
|