Skip to main content
interface

Requires read_returns access scope and (read_orders access scope or read_marketplace_orders access scope).

A additional cost, charged by the merchant, on an order. Examples include return shipping fees and restocking fees.

•ID!
non-null

The unique ID for the Fee.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

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.

•MoneyBag!
non-null

The amount of the restocking fee, in shop and presentment currencies.

•ID!
non-null

The unique ID for the Fee.

•Float!
non-null

The value of the fee as a percentage.

•OBJECT

A return shipping fee is a fee captured as part of a return to cover the costs of shipping the return.

•MoneyBag!
non-null

The amount of the return shipping fee, in shop and presentment currencies.

•ID!
non-null

The unique ID for the Fee.


Was this section helpful?