# RestockingFee - admin-graphql - OBJECT Version: 2024-10 ## Description A restocking fee is a fee captured as part of a return to cover the 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-10/objects/MoneyBag): MoneyBag! - The amount of the restocking fee, in shop and presentment currencies. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The unique ID for the Fee. * [percentage](/docs/api/admin-graphql/2024-10/scalars/Float): Float! - The value of the fee as a percentage. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples