Shopify API – Product
top
Receive a list of all Products
Get a list of products
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
- vendor — Filter by product vendor
- handle — Filter by product handle
- product_type — Filter by product type
- collection_id — Filter by collection id
- created_at_min — Show products created after date (format: 2008-01-01 03:00)
- created_at_max — Show products created before date (format: 2008-01-01 03:00)
- updated_at_min — Show products last updated after date (format: 2008-01-01 03:00)
- updated_at_max — Show products last updated before date (format: 2008-01-01 03:00)
- published_at_min — Show products published after date (format: 2008-01-01 03:00)
- published_at_max — Show products published before date (format: 2008-01-01 03:00)
-
published_status
- published - Show only published products
- unpublished - Show only unpublished products
- any - Show all products (default)
- fields — comma-separated list of fields to include in the response
top
Receive a count of all Products
Get a count of all products of a given collection
Available URL Query parameters:
- vendor — Filter by product vendor
- product_type — Filter by product type
- collection_id — Filter by collection id
- created_at_min — Show products created after date (format: 2008-01-01 03:00)
- created_at_max — Show products created before date (format: 2008-01-01 03:00)
- updated_at_min — Show products last updated after date (format: 2008-01-01 03:00)
- updated_at_max — Show products last updated before date (format: 2008-01-01 03:00)
- published_at_min — Show products published after date (format: 2008-01-01 03:00)
- published_at_max — Show products published before date (format: 2008-01-01 03:00)
-
published_status
- published - Show only published products
- unpublished - Show only unpublished products
- any - Show all products (default)
top
Receive a single Product
Get a single product
Available URL Query parameters:
- fields — comma-separated list of fields to include in the response
Last updated on 09 May 2012.
