---
title: "Update the order of offerings available on the shop"
method: PUT
path: "/shop/sites/{siteId}/shop-config/offering-order"
tags: ["Sites"]
---

# Update the order of offerings available on the shop

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

Use this endpoint to update the order of offerings available on the shop for a specific site.

## Request body

- object
  - `offering_ids` string[], required

## 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
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found
- `422` — The request didn't pass validation

---

[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)
