Skip to content

Commit

Permalink
Add current_quantity to IOrderLineItem
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-visualsquares committed Jul 9, 2024
1 parent 19916ac commit b7690af
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 b7690af

Please sign in to comment.