---
title: "Reorder profile shelves"
method: PATCH
path: "/api/v2/profile/shelves"
tags: ["Account Endpoints"]
---

# Reorder profile shelves

`PATCH /api/v2/profile/shelves`

Reorder the authenticated wallet's shelves.

## Request body

- ReorderProfileShelvesRequest — Request body for reordering profile shelves
  - `shelf_ids` string[], required — Ordered shelf IDs

## Response `200`

Shelves reordered successfully

- ProfileShelfActionResponse — Response body for a profile shelf action
  - `success` boolean, required

## Other responses

- `400` — For error reasons, review the response data.
- `401` — Invalid or missing API key
- `403` — Wallet token lacks permission for this request
- `404` — Resource not found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/opensea/apis/opensea-api.md) · [All operations](https://skmtc.net/opensea/apis/opensea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opensea/opensea-api/versions/acee8835f2ae/schema)
