---
title: "List Public Buy Offers"
method: GET
path: "/v2/public/buy/offers"
tags: ["sanka-buy"]
---

# List Public Buy Offers

`GET /v2/public/buy/offers`

## Query parameters

- `request_id` string, nullable
- `provider` string, nullable
- `latest_only` boolean
- `page` integer
- `page_size` integer
- `workspace_id` string, nullable

## Headers

- `X-Workspace-Code` string

## Response `200`

Successful Response

- ListPublicBuyOffersApiV2PublicBuyOffersGet200Envelope
  - `success` true, required
  - `data` OfferSnapshotListData, required
    - `items` OfferSnapshotData[], required
      - `id` string, required
      - `buy_request_id` string, required
      - `buy_request_line_id` string, required
      - `sourcing_run_id` string, nullable
      - `provider` string, required
      - `merchant_key` string, required
      - `merchant_name` string, required
      - `merchant_domain` string, nullable
      - `provider_product_id` string, nullable
      - `upid` string, nullable
      - `title` string, required
      - `variant_title` string, nullable
      - `product_url` string, nullable
      - `image_url` string, nullable
      - `quantity` number, required
      - `unit_price` number, nullable
      - `shipping_amount` number, nullable
      - `tax_amount` number, nullable
      - `total_amount` number, nullable
      - `currency` string, nullable
      - `availability` string, nullable
      - `delivery_estimate` string, nullable
      - `raw_snapshot` object
      - `snapshot_hash` string, required
      - `snapshot_version` integer, required
      - `captured_at` string, date-time, required
      - `expires_at` string, date-time, nullable
    - `page` integer, required
    - `page_size` integer, required
    - `total` integer, required
    - `message` string
  - `meta` EnvelopeMeta, required
    - `ctx_id` string, required
    - `pagination` PaginationMeta
      - `page` integer, required
      - `page_size` integer, required
      - `total` integer, required
      - `next_cursor` string, nullable
    - `toast` ToastMessage
      - `variant` 'success' | 'error' | 'info' | 'warning', required
      - `code` string, required
      - `message` string, required
      - `i18n` ToastMessageI18n, required
        - `en` string, required
        - `ja` string, required

## Other responses

- `401` — Error response
- `422` — Error response

---

[API](https://skmtc.net/sankahq/apis/sanka-public-api.md) · [All operations](https://skmtc.net/sankahq/apis/sanka-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/sanka-public-api/revisions/91dba803a2c1/schema)
