List Fees

Get all fees for an order.

Authentication

X-Auth-Tokenstring
### OAuth scopes | UI Name | Permission | Parameter | |:--------|:-----------|:----------| | Orders | modify | `store_v2_orders` | | Orders | read-only | `store_v2_orders_read_only` | ### Authentication header | Header | Argument | Description | |:-------|:---------|:------------| | `X-Auth-Token` | `access_token` | For more about API accounts that generate `access_token`s, see our [Guide to API Accounts](/developer/docs/overview/api-fundamentals/api-accounts#api-accounts). | ### Further reading For example requests and more information about authenticating BigCommerce APIs, see [Authentication and Example Requests](/developer/docs/overview/api-fundamentals/api-accounts#x-auth-token-header-example-requests). For more about BigCommerce OAuth scopes, see our [Guide to API Accounts](/developer/docs/overview/api-fundamentals/api-accounts#oauth-scopes). For a list of API status codes, see [API Status Codes](/developer/api-reference/rest/overview#rest-http-status-codes).

Path parameters

order_idintegerRequired
ID of the order.

Response

OK
idinteger
The unique numeric identifier of the fees object.
typeenum
The type of the fee.
Allowed values:
display_name_customerstring
The display name of the fee targeting customers.
display_name_merchantstring
The display name of the fee targeting shoppers.
sourcestring
The source of the request.
base_coststring or double

The base fee cost value. (Float, Float-As-String, Integer)

cost_ex_taxstring or double

The fee cost value excluding tax. (Float, Float-As-String, Integer)

cost_inc_taxstring or double

The fee cost value including tax. (Float, Float-As-String, Integer)

cost_taxstring or double

The tax amount on the fee cost. (Float, Float-As-String, Integer)

tax_class_idinteger or null
A unique numeric identifier for the tax class. If not persisted or null, the default fee tax class from the control panel is used.

Errors

404
Not Found Error