---
title: "Get details of all offerings available on the shop in their specified order"
method: GET
path: "/shop/sites/{siteId}/shop-config/offering-order"
tags: ["Sites"]
---

# Get details of all offerings available on the shop in their specified order

`GET /shop/sites/{siteId}/shop-config/offering-order`

This endpoint retrieves the details of all offerings available on the shop in their specified order for the given site.

## Response `200`

The order of offerings available on the shop for the site.

- object
  - `data` OfferingSearchResult[], required
    - `id` string, uuid, required — The ID of the offering.
    - `offering_type` string, required — The type of the offering.
    - `name` string, required — The name of the offering.
    - `members_only` boolean, required — Whether the offering is only available to members.
    - `image_url` string, required — A URL for an image representing the offering.

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

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