Jump to top

AddShippingInfoEventParameters

interface

Properties

coupon

</>

Coupon code for a purchasable item.

coupon: undefined | string;

currency

</>

Purchase currency in 3 letter ISO_4217 format. E.g. USD.

currency: undefined | string;

items

</>
items: Item[];

shipping_tier

</>

The shipping tier (e.g. Ground, Air, Next-day) selected for delivery of the purchased item

shipping_tier: undefined | string;

value

</>
value: undefined | number;