Skip to main content
GET
List orders

Path Parameters

shopId
integer<int64>
required

The unique identifier for a connected shop or integration.

Query Parameters

pageToken
string

Specifies which page to load. If not specified, the first page is loaded.

Response

200 - application/json

Returns the ShopOrdersGetResult matching the specified identifier.

Shop orders information. Contains list of orders imported from a specific shop with pagination.

orders
object[]

Order identifier or information

nextPageToken
string

Use this token to load the next page. A value of null indicates that there is no next page.