---
title: "Search for orders in a shop"
method: GET
path: "/shops/{shopId}/orders"
tags: ["shopOrders"]
---

# Search for orders in a shop

`GET /shops/{shopId}/orders`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `shopId` integer, required

## Query parameters

- `pageToken` string

## Response `200`

successful operation

- ShopOrdersGetResult
  - `orders` ShopOrderSummary[]
    - `orderIdentifier` string
    - `orderReference` string
    - `orderStatus` 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'CANCELLED'
    - `orderStatusIdentifier` string
    - `orderStatusName` string
    - `orderDate` string, date-time
    - `currency` Currency
      - `currencyCode` string
      - `defaultFractionDigits` integer
      - `numericCode` integer
      - `symbol` string
      - `displayName` string
      - `numericCodeAsString` string
    - `deliveryAddress` ShopAddressDetail
      - `name1` string
      - `name2` string
      - `company` string
      - `address1` string
      - `address2` string
      - `address3` string
      - `zip` string
      - `city` string
      - `state` string
      - `country` string
      - `phone` string
      - `email` string
    - `invoiceAddress` ShopAddressDetail
      - `name1` string
      - `name2` string
      - `company` string
      - `address1` string
      - `address2` string
      - `address3` string
      - `zip` string
      - `city` string
      - `state` string
      - `country` string
      - `phone` string
      - `email` string
    - `positions` ShopPositionDetail[]
      - `positionIdentifier` string
      - `productIdentifier` string
      - `variantIdentifier` string
      - `name` string
      - `sku` string
      - `quantity` integer
      - `unitWeight` number
      - `unitNetPrice` number
      - `unitGrossPrice` number
  - `nextPageToken` string — Use this token to load the next page. A value of null indicates that there is no next page.

---

[API](https://skmtc.dev/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.dev/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
