Authorization: Bearer ********************
{
"name": "string",
"amount": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"thumbnail": "string",
"hsnCode": "string",
"unit": "mm",
"brand": {
"id": "string",
"name": "string",
"picture": "string",
"slug": "string"
},
"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
},
"taxes": [
{
"id": "string",
"name": "string",
"percentage": 0
}
],
"fileImportData": {
"fileImportId": "string",
"rowId": "string"
}
}
curl --location --request POST 'https://api.upbooks.io/api/v1/product' \
--header 'ORGANIZATION-ID: 00000' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"amount": 0,
"currency": {
"name": "string",
"symbol": "string"
},
"thumbnail": "string",
"hsnCode": "string",
"unit": "mm",
"brand": {
"id": "string",
"name": "string",
"picture": "string",
"slug": "string"
},
"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
},
"taxes": [
{
"id": "string",
"name": "string",
"percentage": 0
}
],
"fileImportData": {
"fileImportId": "string",
"rowId": "string"
}
}'
{
"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
}
]
},
"message": "string"
}