chore(docs): Generated DML JSON files (automated) (#12940)

Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-14 12:32:03 +03:00
committed by GitHub
parent fc377a1360
commit 8a5c846ba8
3 changed files with 6 additions and 3 deletions

View File

@@ -40,7 +40,8 @@
"provider_id": "The ID of the external provider that the adjustment is related to.",
"promotion_id": "The ID of the applied promotion.",
"metadata": "Holds custom data in key-value pairs.",
"item": "The associated line item.\n\n@expandable"
"item": "The associated line item.\n\n@expandable",
"is_tax_inclusive": "Whether the line item adjustment is tax inclusive."
}
},
"LineItem": {

View File

@@ -35,7 +35,8 @@
"code": "The code of the promotion.",
"amount": "The amount of the adjustment",
"provider_id": "The ID of the provider used to apply the adjustment.",
"item": "The associated item that the adjustment is applied on.\n\n@expandable"
"item": "The associated item that the adjustment is applied on.\n\n@expandable",
"is_tax_inclusive": "Whether the order line item adjustment is tax inclusive."
}
},
"OrderLineItemTaxLine": {

View File

@@ -54,7 +54,8 @@
"campaign": "The associated campaign.\n\n@expandable",
"application_method": "The associated application method.\n\n@expandable",
"rules": "The associated rules.\n\n@expandable",
"status": "The status of the promotion"
"status": "The status of the promotion",
"is_tax_inclusive": "Whether the promotion is tax inclusive."
}
},
"ApplicationMethod": {