returnCalculate - admin-graphql - QUERY
Version: 2024-10
Description:
The calculated monetary value to be exchanged due to the return.
Access Scopes
`read_returns` access scope or `read_marketplace_returns` access scope. Also: The shop must have access to exchanges.
Arguments
-
input:
CalculateReturnInput! -
The input fields for calculating a return.
Returns
-
exchangeLineItems:
CalculatedExchangeLineItem!
A list of calculated exchange line items.
-
id:
ID!
A globally-unique ID.
-
returnLineItems:
CalculatedReturnLineItem!
A list of calculated return line items.
-
returnShippingFee:
CalculatedReturnShippingFee
The calulated return shipping fee.
Examples