Returns a list of refunds ordered by refund ID in ascending order.
Requires at least one of the following scopes:
store_v2_transactions_read_onlystore_v2_transactionsstore_v2_orders_read_onlystore_v2_ordersPass a comma-separated list of order IDs to filter the included orders. Accepts multiple values.
Pass a comma-separated list of refund IDs to filter the included refunds. Accepts multiple values.
Filter results so they are later than or equal to provided date.
Must be in url-encoded RFC 3339 format.
e.g. 2020-01-15T01:02:34-01:00 is RFC 3339 format.
Url-encoded this will be 2020-01-15T01%3A02%3A34%2B01%3A00
Filter results so they are earlier than or equal to provided date.
Must be in url-encoded RFC 3339 format.
e.g. 2020-01-15T01:02:34-01:00 is RFC 3339 format.
Url-encoded this will be 2020-01-15T01%3A02%3A34%2B01%3A00
Filters by refund payment using the BigCommerce transaction_id.
Specifies the page number in a limited (paginated) list of items.
Controls the number of items per page in a limited (paginated) list of items.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.
The MIME type of the response body.