CalculatedDiscountCodeApplication - admin-graphql - OBJECT
Version: 2024-10
Description:
A discount code that is applied to an order that is being edited.
Access Scopes
`read_order_edits` access scope.
Fields
-
allocationMethod:
DiscountApplicationAllocationMethod! -
The method by which the discount's value is allocated to its entitled items.
-
appliedTo:
DiscountApplicationLevel! -
The level at which the discount was applied.
-
code:
String! -
The string identifying the discount code that was used at the time of application.
-
description:
String -
The description of discount application. Indicates the reason why the discount was applied.
-
id:
ID! -
A globally-unique ID.
-
targetSelection:
DiscountApplicationTargetSelection! -
How the discount amount is distributed on the discounted lines.
-
targetType:
DiscountApplicationTargetType! -
Whether the discount is applied on line items or shipping lines.
-
value:
PricingValue! -
The value of the discount application.
Connections
Related queries
Related mutations
Related Unions
Examples