| Method | Parameters | Meaning | Cache Name |
|---|---|---|---|
| getShop | shopId | Retrieve a Shop object from API | ShopCache |
| getArticlesCount |
shopId | Get the total count of Articles within a Shop | n/a |
| getArticles |
shopId, limit, offset | Retrieve a list of Article objects from API considering pagination |
ListArticlesCache |
| getArticles |
shopId | Retrieve a list of Article objects from API | ListArticlesCache |
| getArticle |
shopId, articleId | Retrieve a single Article object from API | ArticleCache |
| getProduct |
productId | Retrieve a single Product object from API | ProductCache |
| getProductPrice |
product: Product | Retrieve the price of a Product from API | ProductPrice |