Sales channels
The Sales channels card lists the channels the collection is currently shown on. Select Manage to open the drawer, switch each channel on or off, and Save.
Both fields are
true on a collection you create, in the admin and over the API alike, so a collection is published everywhere until you decide otherwise.
The card lists only the channels that are on. Switch both off and it shows a warning in their place: “This collection isn’t shown on any sales channel.”
Collections carry these two channels only. There is no in-store channel for a collection, unlike a listing, which also sells through check-in.
What unpublishing hides
Unpublishing hides the collection, not its listings. Every listing keeps its own status and its own sales channels, stays orderable, and still appears in the storefront’s full listing grid — customers reach it by browsing or searching instead of through the collection. Off the online store, the collection disappears from:- the collections list and its own collection page, which returns a
404 - the header navigation, the home page’s collection list, the featured collection block, and the footer
- the collection dropdown in the storefront search bar
- listings-by-collection queries — asking for the listings of an unpublished collection returns an empty result
Unpublishing is not archiving
The two are separate axes and both are reversible, but they answer different questions.
Take a collection off the online store for a season by unpublishing it from that channel. Archive it when you are done with it altogether. Read more: Archiving and deletion.
Via the API
Collections are thecollections resource. Authenticate with the X-API-KEY header (see API Keys) and call:
GET /v1/admin/collections— list collections, each carryingsalesChannelAdminandsalesChannelOnlinePATCH /v1/admin/collections/{id}— update a collection, including the two sales-channel fields
/internal/collections URLs still resolve for existing integrations. New integrations use the /v1/admin paths above.Visibility and Permissions
This tab is gated bycatalog:collection, in the four operations — , , and .
All four system roles — Owner, Admin, Manager and Member — hold every operation on this.
Publishing has no permission of its own: it sits under the same gate as the General tab, so a custom role that can edit a collection can also publish it. A role without catalog:collection:view sees no Publishing tab, and an update to the sales-channel fields from a role without catalog:collection:manage is refused with a 403.
For what each operation means and the full role matrix, see Users & Roles.
Summary
- Two channels — Admin and Online store, both on when a collection is created.
- The collection is what hides, never its listings, and never the collection’s own admin pages.
- Both off shows a warning, and the collection is shown nowhere.
- Unpublishing is reversible and channel-by-channel — archiving is the wider, all-at-once state.
Related articles
Collections
The concept behind the tab — membership, channels and the collection page.
Listing publishing
The same two channels on a listing, plus its store locations.
Archiving and deletion
The other way to take a collection out of use, and how to undo it.
Online store
Where a published collection renders.