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
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
Responseone of
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
Responseone of
or
or
get
/orders/{orderId}/refunds/schema
200

Successful response.

Last updated