We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc6f3a commit ece5b84Copy full SHA for ece5b84
index.d.ts
@@ -2189,6 +2189,15 @@ declare namespace Shopify {
2189
confirmed: boolean;
2190
created_at: string;
2191
currency: string;
2192
+ current_subtotal_price: string;
2193
+ current_subtotal_price_set: IMoneySet;
2194
+ current_total_discounts: string;
2195
+ current_total_discounts_set: IMoneySet;
2196
+ current_total_duties_set: null | IMoneySet;
2197
+ current_total_price: string;
2198
+ current_total_price_set: IMoneySet;
2199
+ current_total_tax: string;
2200
+ current_total_tax_set: IMoneySet;
2201
customer?: IOrderCustomer;
2202
customer_locale: string;
2203
discount_applications: IDiscountApplication[];
0 commit comments