curl --location --request PUT 'https://sandbox.trynavigate.co/api/v1/supplies' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"supply": {
"sku": "1887397557",
"productTitle": "Sandalwood Incense Sticks",
"dimensionsUnit": "IMPERIAL",
"length": 7,
"width": 4,
"height": 4,
"weight": 0.1
}
}'{
"status": 200,
"message": "Supply added successfully.",
"payload": {
"itemSku": "1887397557",
"itemDetails": {
"sku": "1887397557",
"productTitle": "Packaging Material",
"description": "string",
"productType": "SUPPLY",
"dimensionsUnit": "METRIC",
"length": 1.3,
"width": 1.9,
"height": 1.4,
"weight": 3.5,
"active": true,
"imageUrl": null,
"otherImages": null,
"createdDate": "2025-07-25",
"lastUpdatedDate": "2025-07-25"
}
}
}