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

FashionIOException

If the backend returns an error response

FashionNetworkDisconnectedException

If the network is unavailable