Ask a Question

Ask a Question
Back to All

How can I fetch more than 20 items in a given shop from the commerce service?

I am fetching items from the commerce service via a subscription:
_commerceService = _beamableAPI.CommerceService;

            _commerceService.Subscribe(rc.Data.StoresConfigData.ArtefactShop.Id, storeView => Store_OnChanged(storeView, StoreType.Artefacts));
           

and I am only getting up to 20 results. Is this intentional? How can I fetch the entire list of goods in a given shop?