Jump to top

AddShippingInfoParameters

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

</>

A context-specific numeric value which is accumulated automatically for each event type. Values can include revenue, distance, time and points. When a value is set, the accompanying currency parameter should also be defined.

value: undefined | number;