getProductCatalogs

abstract suspend fun getProductCatalogs(paginationOffset: PaginationOffset? = null, paginationLimit: Int? = null): PageContainer<ProductCatalog>

Get new page of ProductCatalog

Parameters

paginationOffset

Offset for new page request

paginationLimit

Limit for items in page

Throws

If the backend returns an error response

If the network is unavailable