sku.asin, barcode, description, instructions,items, prepOwner, labelOwner, and additionalAttributes of thecurl --location --request PUT 'https://sandbox.trynavigate.co/api/v1/bundles/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bundle": {
"instructions": "Handle with care",
"prepOwner": "SELLER",
"labelOwner": "SELLER",
"items": [
{
"sku": "SHP-001",
"quantity": 4
}
]
}
}'{
"status": 200,
"message": "Success",
"payload": {
"bundle": {
"sku": "1887397557",
"productTitle": "Jasmine and Sandalwood Incense Sticks Bundle | 100% Natural Organic | Long-Lasting and Soothing fragrances for Meditation, Aromatherapy and Relaxation",
"description": "string",
"productType": "BUNDLE",
"dimensionsUnit": "METRIC",
"length": 1.3,
"width": 1.9,
"height": 1.4,
"weight": 3.5,
"prepOwner": "MARKETPLACE",
"labelOwner": "MARKETPLACE",
"items": [
{
"product": {
"productType": "PRODUCT",
"sku": "B32AY70LFZ",
"productTitle": "Sandalwood Incense Sticks | 100% Natural Organic | Long-Lasting and Soothing fragrances for Meditation, Aromatherapy and Relaxation",
"active": true,
"asin": "B00FXNAAW2",
"condition": "New",
"warehouseInventory": 0,
"trackLotNumber": false,
"trackExpiryDate": false
},
"quantity": 4
}
],
"asin": "B00FXNAAW2",
"barcode": "9876543210123",
"condition": "New",
"active": true,
"instructions": "Handle with care. Store in a cool, dry place. Do not stack more than 3 units.",
"imageUrl": null,
"otherImages": null,
"additionalAttributes": [
{
"name": "Color",
"value": "Golden Brown"
}
],
"createdDate": "2025-07-25",
"lastUpdatedDate": "2025-07-25"
}
}
}