Skip to content

Commit 66b993d

Browse files
committed
Merge branch 'develop' into docs/generate-reference-1752485570
2 parents 98276df + 8a5c846 commit 66b993d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

www/utils/generated/dml-output/cart.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"provider_id": "The ID of the external provider that the adjustment is related to.",
4141
"promotion_id": "The ID of the applied promotion.",
4242
"metadata": "Holds custom data in key-value pairs.",
43-
"item": "The associated line item.\n\n@expandable"
43+
"item": "The associated line item.\n\n@expandable",
44+
"is_tax_inclusive": "Whether the line item adjustment is tax inclusive."
4445
}
4546
},
4647
"LineItem": {

www/utils/generated/dml-output/order.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"code": "The code of the promotion.",
3636
"amount": "The amount of the adjustment",
3737
"provider_id": "The ID of the provider used to apply the adjustment.",
38-
"item": "The associated item that the adjustment is applied on.\n\n@expandable"
38+
"item": "The associated item that the adjustment is applied on.\n\n@expandable",
39+
"is_tax_inclusive": "Whether the order line item adjustment is tax inclusive."
3940
}
4041
},
4142
"OrderLineItemTaxLine": {

www/utils/generated/dml-output/promotion.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"campaign": "The associated campaign.\n\n@expandable",
5555
"application_method": "The associated application method.\n\n@expandable",
5656
"rules": "The associated rules.\n\n@expandable",
57-
"status": "The status of the promotion"
57+
"status": "The status of the promotion",
58+
"is_tax_inclusive": "Whether the promotion is tax inclusive."
5859
}
5960
},
6061
"ApplicationMethod": {

0 commit comments

Comments
 (0)