getProductItems

abstract suspend fun getProductItems(paginationOffset: Int? = null, paginationLimit: Int? = null): PageContainer<ProductGenerationItem>

Get new page of ProductGenerationItem

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