Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Product Variations are ONLY supported with Direct API, Order Entry, and FunnelKonnekt.

Product Variations are the ability to differentiate a single product by identifying properties, such as size, color, style, flavor, or material. Each variation can have a unique SKU, image, and price.

...

  • Product Variations are not enabled for manual Order EntryForm Code landers.

  • Product Variations can only be used on direct API orders and upsells.

...

if your customer wishes to import two different products each with their own variant your page would send the data like this
product1_id=1
variant1_id=1
product2_id=x (campaignProductId of the second product, shouldnt be the same as the first)
variant2_id=y(variant id of the second product)

Using Variants in Order Entry

Variants may be selected in manual Order Entry

Press the arrow next to Shipping to open up variant selection

...

Choose the variants as needed

If the product bundles variants, you can select as many variants as needed. The product quantity will always be 1. Price will be the product price. See here to explore bundling multiple variants as a single product.

If the product does not bundle variants and is a recurring product, you can select one variant only. If you need to create subscriptions for multiple variants of a single product then you need to create multiple orders.

If the product does not bundle variants and is a one-time product, you can select as many variants as needed. Price will be accumulated for each variant.