Shopify API – CustomCollection
top
Receive a list of all CustomCollections
Get a list of all custom collections that contain a given product
Available URL Query parameters:
-
limit
— Amount of results
(default: 50)
(maximum: 250)
-
page
— Page to show
(default: 1)
-
since_id
— Restrict results to after the specified ID
-
title
— Show custom collections with given title
-
product_id
— Show custom collections that includes given product
-
handle
— Filter by custom collection handle
-
updated_at_min
— Show custom collections last updated after date (format: 2008-01-01 03:00)
-
updated_at_max
— Show custom collections last updated before date (format: 2008-01-01 03:00)
-
published_at_min
— Show custom collections published after date (format: 2008-01-01 03:00)
-
published_at_max
— Show custom collections published before date (format: 2008-01-01 03:00)
-
published_status
-
published - Show only published custom collections
-
unpublished - Show only unpublished custom collections
-
any - Show all custom collections (default)
-
fields
— comma-separated list of fields to include in the response
top
Receive a count of all CustomCollections
Get a count of all custom collections that contain a given product
Available URL Query parameters:
-
title
— Count custom collections with given title
-
product_id
— Count custom collections that includes given product
-
updated_at_min
— Count custom collections last updated after date (format: 2008-01-01 03:00)
-
updated_at_max
— Count custom collections last updated before date (format: 2008-01-01 03:00)
-
published_at_min
— Show custom collections published after date (format: 2008-01-01 03:00)
-
published_at_max
— Show custom collections published before date (format: 2008-01-01 03:00)
-
published_status
-
published - Show only published custom collections
-
unpublished - Show only unpublished custom collections
-
any - Show all custom collections (default)
top
Receive a single CustomCollection
Get a single custom collection
Available URL Query parameters:
-
fields
— comma-separated list of fields to include in the response
top
Create a new CustomCollection
Create a new custom collection
top
Modify an existing CustomCollection
Update an existing custom collection
top
Remove a CustomCollection from the database
Last updated on 09 May 2012.