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

This PR holds all generated DML JSON files for the upcoming release.

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-11 09:21:20 +00:00
committed by GitHub
co-authored by Oli Juhl Shahed Nasser
parent e0bbe85f18
commit 46952e9fa5
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -73,7 +73,8 @@
"adjustments": "The associated adjustments.\n\n@expandable",
"tax_lines": "The associated tax_lines.\n\n@expandable",
"cart": "The associated cart.\n\n@expandable",
"is_custom_price": "Whether the line item's price is custom."
"is_custom_price": "Whether the line item's price is custom.",
"is_giftcard": "Whether the line item is a giftcard."
}
},
"ShippingMethodAdjustment": {
+2 -1
View File
@@ -78,7 +78,8 @@
"is_custom_price": "Whether the order line item has a custom price.",
"metadata": "Holds custom data in key-value pairs.",
"tax_lines": "The associated tax lines.\n\n@expandable",
"adjustments": "The associated adjustments.\n\n@expandable"
"adjustments": "The associated adjustments.\n\n@expandable",
"is_giftcard": "Whether the order line item is a giftcard."
}
},
"OrderClaimItem": {