@ribajs/shopify
Version:
Shopify extension for Riba.js
7 lines (6 loc) • 367 B
text/typescript
/**
* The discount object
* The `discount` object contains information about a discount, including its id, code, amount, savings, and type. Note that this object will display a value only if it's accessed in notifications or in the Order Printer app.
* @see https://help.shopify.com/en/themes/liquid/objects/discount
*/
export type ShopifyDiscount = any; // TODO