GitHub

DaffUpsellProduct

An extension of a DaffProduct that includes a list of upsell products.

import { DaffUpsellProduct } from '@daffodil/upsell-products'
interface DaffUpsellProduct {
  upsell: DaffProduct[]
}

Properties

Name Type Description
upsell DaffProduct[]

A list of upsell products.