curl --location --request PUT 'https://sandbox.trynavigate.co/api/v1/products' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"product": {
"sku": "1887397557",
"productTitle": "Sandalwood Incense Sticks",
"dimensionsUnit": "IMPERIAL",
"length": 7,
"width": 4,
"height": 4,
"weight": 0.1,
"prepOwner": "SELLER",
"labelOwner": "SELLER"
}
}'{
"status": 200,
"message": "Product added successfully.",
"payload": {
"product": {
"sku": "1887397557",
"productTitle": "Sandalwood Incense Sticks | 100% Natural Organic | Long-Lasting and Soothing fragrances for Meditation, Aromatherapy and Relaxation",
"description": "string",
"productType": "PRODUCT",
"dimensionsUnit": "METRIC",
"length": 1,
"width": 1,
"height": 1,
"weight": 3.5,
"prepOwner": "MARKETPLACE",
"labelOwner": "MARKETPLACE",
"asin": "B00FXNAAW2",
"barcode": "86523112488678564",
"condition": "New",
"active": true,
"warehouseInventory": 0,
"trackLotNumber": false,
"trackExpiryDate": false,
"imageUrl": null,
"otherImages": null,
"additionalAttributes": [
{
"name": "Color",
"value": "Golden Brown"
}
],
"createdDate": "2025-07-25",
"lastUpdatedDate": "2025-07-25"
}
}
}