Returns the list of orders for a particular customer

By passing in the appropriate query, you can receive filtered and paginated order list for a single customer

Path Params
string | null
required

App Name Id

Query Params
int32

Id of the customer

StoreId
array of int32s | null

Query store/s

StoreId
string | null

Currency filter (ISO 4217:2015)

string | null

Pass the field that you want to sort by (e.g 'orderAmount')

string
enum

Sort Direction: Asc / Desc

Allowed:
columnNames
array of strings | null

The list of valid column names (the default result is all)

columnNames
int32
Defaults to 1

Page (minimum 1)

int32
Defaults to 100

Page Size (minimum 5, maximum 100)

Responses

400

Incorrect input

500

An irrecoverable error occured

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