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)
-
title
— Show custom collections with given title
-
product_id
— Show custom collections that includes given product
-
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)
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)
top
Receive a single CustomCollection
Get a single custom collection
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 at Oct 2009 Oct:10 AM.