Skip to content

Commit b253236

Browse files
committed
[ts] Add confirmation_number to IOrder interface
Fixes: #664
1 parent be6706d commit b253236

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,6 +2393,7 @@ declare namespace Shopify {
23932393
client_details: IOrderClientDetails;
23942394
checkout_token: string | null;
23952395
closed_at: string | null;
2396+
confirmation_number: string;
23962397
confirmed: boolean;
23972398
contact_email: string | null;
23982399
created_at: string;

0 commit comments

Comments
 (0)