Skip to content

Commit

Permalink
[ts] Add current_quantity to IOrderLineItem interface (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-visualsquares authored Jul 9, 2024
1 parent 19916ac commit 6e30c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2311,6 +2311,7 @@ declare namespace Shopify {
}

interface IOrderLineItem {
current_quantity?: number;
discount_allocations: ILineItemDiscountAllocation[];
fulfillable_quantity: number;
fulfillment_service: string;
Expand Down

0 comments on commit 6e30c44

Please sign in to comment.