If you need assistance with retrieving order details without Shopify Bundles and while using a third-party checkout, we're here to help streamline the process and ensure your bundle orders are accurately managed.
1. Go to the Order page and look for the order number in question.
2. Click on the Bundle inside that Order Page.
3. From here you should be on the exact bundle the customer ordered.
Note: You have to make sure you choose the correct variant.
4. Last all we need to do is take the url and add /metafields.json.
5. This will give us the JSON contents. Click on "pretty print" at the top left corner.
6. And here are the missing items.
"value": "{\"variants\":[{\"id\":\"gid://shopify/ProductVariant/42252991660222\",\"quantity\":1,\"productId\":\"gid://shopify/Product/7454972739774\",\"title\":\"1000W PSU\",\"price\":100},{\"id\":\"gid://shopify/ProductVariant/41001930260670\",\"quantity\":1,\"productId\":\"gid://shopify/Product/7085734559934\",\"title\":\"3 Day Pass\",\"price\":35},{\"id\":\"gid://shopify/ProductVariant/42252991561918\",\"quantity\":1,\"productId\":\"gid://shopify/Product/7454972641470\",\"title\":\"32GB RAM\",\"price\":50},{\"id\":\"gid://shopify/ProductVariant/42020622893246\",\"quantity\":1,\"productId\":\"gid://shopify/Product/7384162271422\",\"title\":\"Aug 2022 Sample\",\"price\":20},{\"id\":\"gid://shopify/ProductVariant/42494347542718\",\"quantity\":1,\"productId\":\"gid://shopify/Product/7537740742846\",\"title\":\"Aguacate Hass (€5,85/kg)\",\"price\":5.85},{\"id\":\"44235832656062\",\"quantity\":1,\"productId\":\"gid://shopify/Product/8177358995646\",\"title\":\"Fixed Price\",\"price\":20}],\"price\":20,\"fixedPrice\":20,\"startPrice\":0}",
1000W PSU
3 Day Pass
32GB RAM
Aug 2022 Sample
Aguacate Hass (€5,85/kg)
fixedPrice
Please note: Be careful not change anything as it may affect the app and your store.