For the complete documentation index, see llms.txt. This page is also available as Markdown.

Refunds

Get Order Refunds Available

get

Get refunds available for an order by ID. Specify the ID of the order in the {orderId} uri path parameter.

Path parameters
orderIdstringRequired

The order's ID.

Responses
200

Successful response.

application/json
currencystringRead-onlyOptional

The refund currency.

statusstringRead-onlyOptional

The current status of the refund.

get/orders/{orderId}/refunds-available

Get Order Refunds

get

Get refunds for an order by ID. Specify the ID of the order in the {orderId} URI path parameter.

Path parameters
orderIdstringRequired

The order's ID.

Responses
200

Successful response.

application/json
get/orders/{orderId}/refunds

Create Order Refund

post

Use this method to create a refund.

Path parameters
orderIdstringRequired

The order's ID.

Body
or
Responses
200

Successful response.

application/json
or
post/orders/{orderId}/refunds

Order Refund Schema

get

Gets JSON schema for order refund

Path parameters
orderIdstringRequired

The order's ID.

Responses
200

Successful response.

application/json
or
or
get/orders/{orderId}/refunds/schema
200

Successful response.

Last updated