https://shopify.com/admin/api/2021-01/products.jsonhttps://shopify.dev/docs/admin-api/rest/reference/products/product#index-2021-01
Return only products specified by a comma-separated list of product IDs.
Return up to this many results per page. (default: 50, maximum: 250)
Restrict results to after the specified ID.
Filter results by product title.
Filter results by product vendor.
Filter results by product handle.
Filter results by product type.
Return products by their status. (default: active) active: Show only active products. archived: Show only archived products. draft: Show only draft products.
Filter results by product collection ID.
Show products created after date. (format: 2014-04-25T16:15:47-04:00)
Show products created before date. (format: 2014-04-25T16:15:47-04:00)
Show products last updated after date. (format: 2014-04-25T16:15:47-04:00)
Show products last updated before date. (format: 2014-04-25T16:15:47-04:00)
Show products published after date. (format: 2014-04-25T16:15:47-04:00)
Show products published before date. (format: 2014-04-25T16:15:47-04:00)
Return products by their published status (default: any) published: Show only published products. unpublished: Show only unpublished products. any: Show all products.
Show only certain fields, specified by a comma-separated list of field names.
Return presentment prices in only certain currencies, specified by a comma-separated list of ISO 4217 currency codes.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://shopify.com/admin/api/2021-01/products.json' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://shopify.com/admin/api/2021-01/products.jsonhttps://shopify.dev/docs/admin-api/rest/reference/products/product#index-2021-01
Return only products specified by a comma-separated list of product IDs.
Return up to this many results per page. (default: 50, maximum: 250)
Restrict results to after the specified ID.
Filter results by product title.
Filter results by product vendor.
Filter results by product handle.
Filter results by product type.
Return products by their status. (default: active) active: Show only active products. archived: Show only archived products. draft: Show only draft products.
Filter results by product collection ID.
Show products created after date. (format: 2014-04-25T16:15:47-04:00)
Show products created before date. (format: 2014-04-25T16:15:47-04:00)
Show products last updated after date. (format: 2014-04-25T16:15:47-04:00)
Show products last updated before date. (format: 2014-04-25T16:15:47-04:00)
Show products published after date. (format: 2014-04-25T16:15:47-04:00)
Show products published before date. (format: 2014-04-25T16:15:47-04:00)
Return products by their published status (default: any) published: Show only published products. unpublished: Show only unpublished products. any: Show all products.
Show only certain fields, specified by a comma-separated list of field names.
Return presentment prices in only certain currencies, specified by a comma-separated list of ISO 4217 currency codes.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://shopify.com/admin/api/2021-01/products.json' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}