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
FashionIOException
If the backend returns an error response
FashionNetworkDisconnectedException
If the network is unavailable