Third-Party Fulfillment

If you are using a 3rd party system (such as fulfillment, warehouse, inventory service and application) - Bundable provides a way for these services to view the details of the bundle contents. Please note that third-party fulfillment solutions do NOT support and integrate with Bundable by default. The 3PL vendor needs to apply this fix to allow for this.

These bundle contents details are stored in a metafield for a variant that represents one specific configuration of a bundle. 

Please note: multiple customers can share a bundle variant if they added exactly the same product variants when creating their bundle.

The metafield is called bundle-contents and is in the svi_bundle namespace. The value is JSON encoded.

In order to access this information, you need to look at the individual variant of a bundle product.

Here is an example of what the metafield might look like with example products and variants:

{
        namespace: 'svi_bundle',
        key: 'bundle_contents',
        value: {
          "id": "vGds",
          "bundle_name": "Pick your pack",
          "variants": [{
            "variant_id": "1234324342",
            "product_id": "2342342352",
            "variant_title": "Red / Large",
            "price": "12.99",
            "sku": "DR-12353"
          }]
        },
        value_type: 'json_string'
      }<br>

Still need help? Contact Us Contact Us