We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf16df commit 93d5838Copy full SHA for 93d5838
types/index.d.ts
@@ -2368,6 +2368,7 @@ declare namespace Shopify {
2368
checkout_token: string | null;
2369
closed_at: string | null;
2370
confirmed: boolean;
2371
+ contact_email: string | null;
2372
created_at: string;
2373
currency: string;
2374
current_subtotal_price: string;
@@ -2428,6 +2429,7 @@ declare namespace Shopify {
2428
2429
total_discounts_set: IMoneySet;
2430
total_line_items_price: string;
2431
total_line_items_price_set: IMoneySet;
2432
+ total_outstanding: string;
2433
total_price: string;
2434
total_price_set: IMoneySet;
2435
total_shipping_price_set: IMoneySet;
0 commit comments