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.
Method | Description |
---|---|
availableStores | Method to fetch available stores |
countries | Method to fetch available countries |
currency | Method to fetch available currency |
storeConfig | Method to fetch available storeConfig |
CMS
Methods in this section are used to fetch CMS data.
Method | Description |
---|---|
cmsBlocks | Method to fetch cms blocks |
cmsPage | Method to fetch cms page |
Routing
Methods in this section are used to fetch routing data.
Method | Description |
---|---|
route | Method to fetch route object data |
Customer reviews
Methods in this section are used to fetch customer reviews data.
Method | Description |
---|---|
createProductReview | Method to create product review |
productReview | Method to fetch product review |
reviews | Method to fetch reviews created by customer |
productReviewRatingsMetadata | Method to fetch product reviews metadata |
Newsletter
Methods in this section are used to fetch newsletter data.
Method | Description |
---|---|
subscribeEmailToNewsletter | Method to subscribe to newsletter |
Custom Queries
Methods in this section are used to create custom queries and mutations.
Method | Description |
---|---|
customQuery | Method to create a custom query |
customMutation | Method to create a custom mutation |