Get Products Result
Types
Link copied to clipboard
Failed products result containing error information.
Link copied to clipboard
data class Success(val data: List<ZyncProduct>, val currentPage: Int, val totalPages: Int, val totalRecords: Int, val isPartialData: Boolean) : GetProductsResult
Successful products result containing the products list with pagination metadata.