# CalculatedRestockingFee - admin-graphql - OBJECT Version: 2024-07 ## Description The calculated costs of handling a return line item. Typically, this would cover the costs of inspecting, repackaging, and restocking the item. ### Access Scopes `read_returns` access scope. ## Fields * [amountSet](/docs/api/admin-graphql/2024-07/objects/MoneyBag): MoneyBag! - The calculated amount of the return fee, in shop and presentment currencies. * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - A globally-unique ID. * [percentage](/docs/api/admin-graphql/2024-07/scalars/Float): Float! - The value of the fee as a percentage. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples