Get orders

Retrieves a list of the merchant's orders. Newest order displays first in the list.

Log in to see full request history
Query Params

Order creation date.

string
length ≤ 5000

Returns orders for a specific customer.

string
length ≤ 5000

Cursor used in pagination. The ending_before object ID sets your place in the list. For example, if you receive 100 objects in a list starting with obj_bar, add ending_before=obj_bar in your subsequent request to retrieve the previous page of the list.

expand
array of strings

Additional information provided as an expanded response, for example, related object nested within the parent. See Use expandable fields.

expand
ids
array of strings

Universally unique identifier (UUID) of the order.

ids
integer

Number of objects returned by the request, ranging between 1 and 100.
Default value: 10

string
length ≤ 5000

Cursor used in pagination. The starting_after object ID sets your place in the list. For example, if you receive 100 objects in a list starting with obj_foo, add starting_after=obj_foo in your subsequent request to retrieve the next page of the list.

string
length ≤ 5000

Displays orders based on status—created, paid, fulfilled, or refunded.

status_transitions
object

Displays orders based on the time of a status change—paid, fulfilled, canceled, or returned.

Responses

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here! Or choose an example:
application/json