OrderAdjustment object
Version unstable
An order adjustment accounts for refunded shipping costs or the difference between calculated and actual refund amount.
Required access
read_orders
access scope.
On this page
Fields
-
amountSet (
MoneyBag!
)The amount of the order adjustment in shop and presentment currencies.
-
id (
ID!
)Globally unique identifier.
-
kind (
OrderAdjustmentKind!
)The order adjustment type.
-
taxAmountSet (
MoneyBag!
)The tax amount of the order adjustment in shop and presentment currencies.
Types that return OrderAdjustment
Implements
Version unstable
An auto-generated type for paginating through multiple OrderAdjustments.
On this page
Fields
-
edges (
[OrderAdjustmentEdge!]!
)A list of edges.
-
pageInfo (
PageInfo!
)Information to aid in pagination.
Types that return OrderAdjustment
Version unstable
An auto-generated type which holds one OrderAdjustment and a cursor during pagination.
On this page
Fields
-
cursor (
String!
)A cursor for use in pagination.
-
node (
OrderAdjustment!
)The item at the end of OrderAdjustmentEdge.