Authorization: Bearer ********************
curl --location --request GET 'https://api.upbooks.io/api/v1/product?searchText' \
--header 'pageNo;' \
--header 'pageSize;' \
--header 'sortBy;' \
--header 'sortOrder;' \
--header 'ORGANIZATION-ID: 00000'
{
"data": [
{
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organizationId": "string",
"name": "string",
"amount": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"brand": {
"id": "string",
"name": "string",
"picture": "string",
"slug": "string"
},
"thumbnail": "string",
"hsnCode": "string",
"unit": "mm",
"productCategories": [
{
"id": "string",
"title": "string",
"thumbnail": "string",
"description": "string"
}
],
"inventory": {
"stockStatus": "not-configured",
"description": "string",
"maxStorageCapacity": 0,
"threshold": 0,
"sku": "string",
"stockQuantity": 0,
"enabled": true
},
"isDeleted": true,
"taxes": [
{
"id": "string",
"name": "string",
"percentage": 0
}
]
}
],
"totalCount": 0,
"filteredCount": 0,
"message": "string"
}