GitHub

DaffUpsellProductsReducerState

An interface describing upsell product redux state. Stores the upsell product IDs for the current product that is loaded for a product page.

import { DaffUpsellProductsReducerState } from '@daffodil/upsell-products/state'
interface DaffUpsellProductsReducerState {
  upsellProductIds: ID[]
}

Properties

Name Type Description
upsellProductIds ID[]

The upsell product IDs.