getProductItems
abstract suspend fun getProductItems(catalogName: String, paginationOffset: PaginationOffset? = null, paginationLimit: Int? = null): PageContainer<ProductGenerationItem>
Get new page of ProductGenerationItem
Parameters
catalogName
Name of catalog for concrete product
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