Skip to content

The Refund Object

id

Unique identifier of the refund.

type

The type of the refund, which can be one of the following:

  • cancellation: when the order is canceled by ThredUp or the customer
  • refund: when the order is refunded by ThredUp or the partner

source

The source of the refund, which can be one of the following:

  • thredup: when the refund is initiated by ThredUp
  • dropshipper: when the refund is initiated by the partner

state

The current state of the refund, which can be one of the following:

  • pending: when the refund is created but not yet applied
  • successful: when the refund is successfully applied
  • failed: when the refund failed to be applied

total_refunded

The total amount refunded in cents, which is the sum of all refund lines.

Currency Format

All monetary amounts in the API are expressed in cents. For example, $10.50 is represented as 1050.

refund_lines

A list of refund lines associated with the refund.