Skip to content

Commit 6e30c44

Browse files
[ts] Add current_quantity to IOrderLineItem interface (#656)
1 parent 19916ac commit 6e30c44

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
@@ -2311,6 +2311,7 @@ declare namespace Shopify {
23112311
}
23122312

23132313
interface IOrderLineItem {
2314+
current_quantity?: number;
23142315
discount_allocations: ILineItemDiscountAllocation[];
23152316
fulfillable_quantity: number;
23162317
fulfillment_service: string;

0 commit comments

Comments
 (0)