projects/apttus/ecommerce/src/lib/modules/store/services/storefront.service.ts
The storefront record is the backbone to the customer experience. It drives catalog, pricing and interface.
AObjectService
Properties |
Methods |
| active |
active()
|
|
Returns :
Observable<Object>
|
| getStorefront |
getStorefront()
|
|
Retrieves the storefront record Example:
Returns :
Observable<Storefront>
an Observable containing the storefront record |
| onInit |
onInit()
|
|
Returns :
void
|
| refresh |
refresh()
|
|
Returns :
void
|
| type |
Default value : Storefront
|