Skip to content

Totalizers

The Totalizers type represents the structure of the summary totals returned in an orderForm or cart, such as shipping, taxes, or discounts. In summary, its signature and the types used follow this contract:

type Totalizers = {
id: string
name: string
value: number
};