Showcases
Showcases in API v3: list showcases, create a showcase, reorder showcases, retrieve a showcase, update a showcase, delete a showcase, duplicate a showcase, list showcase products, reorder showcase products.
9 operations.
| Operation | Summary |
|---|---|
GET /showcases | List showcases |
POST /showcases | Create a showcase |
PUT /showcases/order | Reorder showcases |
GET /showcases/{showcase_id} | Retrieve a showcase |
PATCH /showcases/{showcase_id} | Update a showcase |
DELETE /showcases/{showcase_id} | Delete a showcase |
POST /showcases/{showcase_id}/copies | Duplicate a showcase |
GET /showcases/{showcase_id}/products | List showcase products |
PUT /showcases/{showcase_id}/products/order | Reorder showcase products |
Taxonomies
Previous Page
List showcases GET
Lists showcases and showcase groups in the account, ordered by position and paginated with a cursor. By default, only top-level items are returned; use `parent_id` to list the showcases inside a group. The collection can also be filtered by `status`, `kind`, and name (`q`). Set `deleted=true` to list showcases in the trash instead of active ones. Credentials limited to specific showcases only see those showcases.