I have currently made some changes on my shopify website where a customer can select any three products from a combo, the issue is that when I am manifesting the order on DELHIVERY(Indian courier partner) it is only reading the generic name ‘COMBO OF 3 KURTIS @999’. I want the selection to be shown as well. I am attaching the image for the reference. Please let me know if anyone can help
The issue is your combo is a single line item, and the three picks are stored as properties on it. DELHIVERY’s manifest only reads the line item title, so it sees the generic combo name and skips the properties underneath.
Two ways out. The cleaner one is to change how the combo is built so the three selected products come through as real component line items instead of properties on one combo line. A proper bundle, either Shopify’s native Bundles or a bundle app that expands to components, makes the courier see three actual titles and SKUs with no mapping needed.
If you can’t change the bundle structure, check whether your DELHIVERY connector has a setting to include line item properties on the manifest, some do. As a fallback you can push the selections into the order note so at least a human reading the manifest can see them.
Which app are you using to build the combo? That decides which of these is actually open to you.