Skip to content

Cancel an Order

This endpoint can be used to cancel an order.

Note

Orders cannot be canceled if at least one of their shipments is already in the shipped state.

Endpoint details

POST /api/v1.0/orders/{id}/cancel

Cancel Orders

Canceled order will be automatically refunded. Canceled order can't be shipped.

Path Parameters

id integer required

Request Headers

X-Thredup-Access-Token string required

Authentication token

Responses

order cancellation initiated

No response body

This endpoint returns no response body for current status code.

Unauthorized

No response body

This endpoint returns no response body for current status code.

Unprocessable entity

No response body

This endpoint returns no response body for current status code.