Vue Storefront is now Alokai! Learn More
Miscellaneous

Miscellaneous

In this section, we will cover the basics of various miscellaneous methods.

References

Confuguration

Methdos in this section are used to fetch various configuration data.

MethodDescription
availableStoresMethod to fetch available stores
countriesMethod to fetch available countries
currencyMethod to fetch available currency
storeConfigMethod to fetch available storeConfig

CMS

Methods in this section are used to fetch CMS data.

MethodDescription
cmsBlocksMethod to fetch cms blocks
cmsPageMethod to fetch cms page

Routing

Methods in this section are used to fetch routing data.

MethodDescription
routeMethod to fetch route object data

Customer reviews

Methods in this section are used to fetch customer reviews data.

MethodDescription
createProductReviewMethod to create product review
productReviewMethod to fetch product review
reviewsMethod to fetch reviews created by customer
productReviewRatingsMetadataMethod to fetch product reviews metadata

Newsletter

Methods in this section are used to fetch newsletter data.

MethodDescription
subscribeEmailToNewsletterMethod to subscribe to newsletter

Custom Queries

Methods in this section are used to create custom queries and mutations.

MethodDescription
customQueryMethod to create a custom query
customMutationMethod to create a custom mutation