{
"status": "success",
"message": "string",
"data": [
{
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string",
"businessId": "string",
"catalogId": "string",
"title": "string",
"price": 0,
"minQuantityOrder": 0,
"compareAtPrice": "string",
"currency": "string",
"sku": "string",
"grams": 0,
"weightUnit": "string",
"unit": "string",
"barcode": "string",
"option1": "string",
"option2": "string",
"option3": "string",
"fulfillmentService": "string",
"fulfillmentFees": 0,
"taxable": true,
"taxRate": {
"id": "string",
"type": "string",
"isRate": true,
"value": 0
},
"position": 0,
"imageId": "string",
"status": "active"
}
],
"pagination": {
"type": "cursor",
"pageSize": 0,
"nextCursor": "string",
"prevCursor": "string",
"totalData": 0
}
}