---
title: "Shop information"
method: GET
path: "/shops"
tags: ["Shop"]
---

# Shop information

`GET /shops`

Get shop information

## Response `200`

Success

- object
  - `shops` object[]
    - `avatar_url` string — Avatar image link
    - `name` string — Shop name
    - `id` integer — Shop ID
    - `preferred_shop` integer, nullable — User-specific preferred shop rank. Lower values have higher priority
    - `pages` object[] — Pages information in shop
      - `id` string — Page ID
      - `name` string — Page name
      - `platform` string — Platform (e.g., facebook)
      - `settings` object — Page settings
        - `auto_create_order` boolean — Auto create order
      - `shop_id` integer — Shop ID
    - `link_post_marketer` object[] — Information of link post / source / AD account with marketer
      - `ad_account_id` string — AD account ID
      - `id` string — Link ID
      - `inserted_at` string, date-time — Inserted at
      - `marketer` string — Marketer ID
      - `multiple_post` string[] — Post ID
      - `multiple_source` object[] — Source information
        - `account` string — Order source account ID
        - `key` string — Key
        - `page_id` string — Facebook page ID
      - `shop_id` integer — Shop ID
      - `type` string — Type of link (post: "Post", source: "Source", ad_account_id: "AD account")
  - `success` boolean

---

[API](https://skmtc.dev/pancake/apis/pancake-pos-open-api.md) · [All operations](https://skmtc.dev/pancake/apis/pancake-pos-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pancake/pancake-pos-open-api/revisions/acb70aa4b3f5/schema)
