Create Collection
Collections
Create Collection
Create a new collection
POST
Create Collection
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
Create Collection
Creates a new collection in the store. Collections can be manual (products added individually) or smart (products added automatically based on rules).Request
Body Parameters
The collection title
Collection description (supports HTML)
URL-safe handle. Auto-generated from title if not provided
Whether the collection is published and visible on the storefront
Product sort order:
manual, best-selling, alpha-asc, alpha-desc, price-asc, price-desc, created-asc, created-descCustom template suffix for theming (e.g.,
summer for collection.summer.liquid)Collection featured image
Automated collection rules (creates a smart collection)
If true, products match ANY rule (OR logic). If false, products must match ALL rules (AND logic).
SEO metadata
Response
Whether the request succeeded
The created collection object (same structure as Get Collection response)
Example Response
Smart Collection Example
Create a collection that automatically includes all products tagged “summer”:Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have write_products scope |
VALIDATION_ERROR | Invalid request body (see error details) |
DUPLICATE_HANDLE | A collection with this handle already exists |