Skip to content

Commit

Permalink
Fixed type of ICustomer.multipass_identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
natewaddoups committed Jun 26, 2024
1 parent fd6d034 commit 2dec9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1406,7 +1406,7 @@ declare namespace Shopify {
last_name: string;
metafield?: IObjectMetafield; // From https://help.shopify.com/api/reference/customer but not visible in test API call
phone: string;
multipass_identifier: null;
multipass_identifier: string | null;
last_order_id: number | null;
last_order_name: string | null;
note: string | null;
Expand Down

0 comments on commit 2dec9b8

Please sign in to comment.