We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e30c44 commit 47b6bd1Copy full SHA for 47b6bd1
types/index.d.ts
@@ -1488,6 +1488,12 @@ declare namespace Shopify {
1488
value_type: ValueType;
1489
}
1490
1491
+ interface IDiscountAllocation {
1492
+ amount: string;
1493
+ amount_set: IMoneySet;
1494
+ discount_application_index: number;
1495
+ }
1496
+
1497
interface IDiscountCode {
1498
created_at: string;
1499
id: number;
@@ -1779,6 +1785,7 @@ declare namespace Shopify {
1779
1785
total_discount: string;
1780
1786
fulfillment_status: IFulfillmentStatus;
1781
1787
tax_lines: IFulfillmentLineItemTaxLine[];
1788
+ discount_allocations: IDiscountAllocation[];
1782
1789
1783
1790
1784
1791
interface IFulfillment {
0 commit comments