Banners
Banners in API v3: list banners, create a banner, reorder banners, retrieve a banner, update a banner, delete a banner, duplicate a banner.
7 operations.
| Operation | Summary |
|---|---|
GET /banners | List banners |
POST /banners | Create a banner |
PUT /banners/order | Reorder banners |
GET /banners/{banner_id} | Retrieve a banner |
PATCH /banners/{banner_id} | Update a banner |
DELETE /banners/{banner_id} | Delete a banner |
POST /banners/{banner_id}/copies | Duplicate a banner |
Sales transactions2
Previous Page
List banners GET
Lists the content banners of the current account. The collection can be filtered by `status`, `showcase_id`, and `deleted`. Trashed banners are excluded by default; set `deleted=true` to list only trashed banners. Results are paginated with `limit` and `cursor` and sorted by display position in ascending order. Use `sort=-position` to reverse the order.