Get Product Categories Result
Types
Link copied to clipboard
Failed product categories result containing error information.
Link copied to clipboard
data class Success(val data: List<ZyncProductCategory>, val currentPage: Int, val totalPages: Int, val totalRecords: Int, val isPartialData: Boolean) : GetProductCategoriesResult
Successful product categories result containing the categories list with pagination metadata.