Skip to content

Commit 93d5838

Browse files
authored
[ts] Add contact_email and total_outstanding to IOrder interface (#635)
Fixes: #633
1 parent edf16df commit 93d5838

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,6 +2368,7 @@ declare namespace Shopify {
23682368
checkout_token: string | null;
23692369
closed_at: string | null;
23702370
confirmed: boolean;
2371+
contact_email: string | null;
23712372
created_at: string;
23722373
currency: string;
23732374
current_subtotal_price: string;
@@ -2428,6 +2429,7 @@ declare namespace Shopify {
24282429
total_discounts_set: IMoneySet;
24292430
total_line_items_price: string;
24302431
total_line_items_price_set: IMoneySet;
2432+
total_outstanding: string;
24312433
total_price: string;
24322434
total_price_set: IMoneySet;
24332435
total_shipping_price_set: IMoneySet;

0 commit comments

Comments
 (0)