How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Shopify Products API

Manage products in a Shopify store

Shopify Products API is one of 213 APIs that Shopify publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 8 JSON Schema definitions.

Tagged areas include Product. The published artifact set on APIs.io includes an OpenAPI specification, a JSON-LD context, API documentation, an API reference, and 8 JSON Schemas.

This API exposes 34 operations across 31 paths, and defines 9 schemas. It is described by OpenAPI 3.2.0, at version 2025-01.

Requests are made against a single base URL, https://{store}.myshopify.com/admin/api/2025-01.

34 operations 31 paths 9 schemas 1 DELETE25 GET1 POST7 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2025-01
Server
https://{store}.myshopify.com/admin/api/2025-01
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Shopify Products API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-Shopify-Access-Token (AccessToken). By default, every request must be authenticated.

  • AccessToken — Access token obtained via OAuth

Paths & Operations 34

Across 31 paths, the API surfaces 34 operations — 1 DELETE, 25 GET, 1 POST, 7 PUT. Each is listed below with its method, path, parameters, and response codes.

Products 34

Manage products in a Shopify store

GET
/products.json
Shopify Retrieve a list of products
listProducts 13 params → 200
POST
/products.json
Shopify Create a new product
createProduct body → 201422
GET
/products/count.json
Shopify Retrieve a count of products
getProductCount 5 params → 200
GET
/products/{product_id}.json
Shopify Retrieve a single product
getProduct 2 params → 200404
PUT
/products/{product_id}.json
Shopify Update a product
updateProduct 1 param body → 200422
DELETE
/products/{product_id}.json
Shopify Delete a product
deleteProduct 1 param → 200404
GET
/products/{handle}.js
Shopify Retrieve a product by its handle
getProductByHandle 1 param → 200404
GET
/admin/api/2020-01/collections/{collection_id}/products.json
Shopify Retrieve A List Of Products Belonging To A Collection
deprecated_202001_get_collections_param_collection_id_products 2 params → 200
GET
/admin/api/2020-04/collections/{collection_id}/products.json
Shopify Retrieve A List Of Products Belonging To A Collection
deprecated_202004_get_collections_param_collection_id_products 2 params → 200
GET
/admin/api/2020-07/collections/{collection_id}/products.json
Shopify Retrieve A List Of Products Belonging To A Collection
deprecated_202007_get_collections_param_collection_id_products 2 params → 200
GET
/admin/api/2020-10/collections/{collection_id}/products.json
Shopify Retrieve A List Of Products Belonging To A Collection
get_collections_param_collection_id_products 2 params → 200
GET
/admin/api/2021-01/collections/{collection_id}/products.json
Shopify Retrieve A List Of Products Belonging To A Collection
deprecated_202101_get_collections_param_collection_id_products 2 params → 200
GET
/admin/api/unstable/collections/{collection_id}/products.json
Shopify Retrieve A List Of Products Belonging To A Collection
deprecated_unstable_get_collections_param_collection_id_products 2 params → 200
GET
/admin/api/2020-01/products.json
Shopify Retrieves A List Of Products
deprecated_202001_get_products 18 params → 200
GET
/admin/api/2020-01/products/count.json
Shopify Retrieves A Count Of Products
deprecated_202001_get_products_count 10 params → 200
GET
/admin/api/2020-04/products.json
Shopify Retrieves A List Of Products
deprecated_202004_get_products 18 params → 200
GET
/admin/api/2020-04/products/count.json
Shopify Retrieves A Count Of Products
deprecated_202004_get_products_count 10 params → 200
GET
/admin/api/2020-07/products.json
Shopify Retrieves A List Of Products
deprecated_202007_get_products 18 params → 200
GET
/admin/api/2020-07/products/count.json
Shopify Retrieves A Count Of Products
deprecated_202007_get_products_count 10 params → 200
GET
/admin/api/2020-10/products.json
Shopify Retrieves A List Of Products
get_products 18 params → 200
GET
/admin/api/2020-10/products/count.json
Shopify Retrieves A Count Of Products
get_products_count 10 params → 200
GET
/admin/api/2021-01/products.json
Shopify Retrieves A List Of Products
deprecated_202101_get_products 18 params → 200
GET
/admin/api/2021-01/products/count.json
Shopify Retrieves A Count Of Products
deprecated_202101_get_products_count 10 params → 200
GET
/admin/api/unstable/products.json
Shopify Retrieves A List Of Products
deprecated_unstable_get_products 18 params → 200
GET
/admin/api/unstable/products/count.json
Shopify Retrieves A Count Of Products
deprecated_unstable_get_products_count 10 params → 200
PUT
/admin/api/2020-01/smart_collections/{smart_collection_id}/order.json
Shopify Updates The Ordering Type Of Products In A Smart Collection
deprecated_202001_update_smart_collections_param_smart_collection_id_order 4 params body → 200
PUT
/admin/api/2020-04/smart_collections/{smart_collection_id}/order.json
Shopify Updates The Ordering Type Of Products In A Smart Collection
deprecated_202004_update_smart_collections_param_smart_collection_id_order 4 params body → 200
PUT
/admin/api/2020-07/smart_collections/{smart_collection_id}/order.json
Shopify Updates The Ordering Type Of Products In A Smart Collection
deprecated_202007_update_smart_collections_param_smart_collection_id_order 4 params body → 200
PUT
/admin/api/2020-10/smart_collections/{smart_collection_id}/order.json
Shopify Updates The Ordering Type Of Products In A Smart Collection
update_smart_collections_param_smart_collection_id_order 4 params body → 200
PUT
/admin/api/2021-01/smart_collections/{smart_collection_id}/order.json
Shopify Updates The Ordering Type Of Products In A Smart Collection
deprecated_202101_update_smart_collections_param_smart_collection_id_order 4 params body → 200
PUT
/admin/api/unstable/smart_collections/{smart_collection_id}/order.json
Shopify Updates The Ordering Type Of Products In A Smart Collection
deprecated_unstable_update_smart_collections_param_smart_collection_id_order 4 params body → 200
GET
/admin/api/2020-01/product_listings/count.json
Shopify Retrieve A Count Of Products That Are Published To Your App
deprecated_202001_get_product_listings_count → 200
GET
/admin/api/2020-04/product_listings/count.json
Shopify Retrieve A Count Of Products That Are Published To Your App
deprecated_202004_get_product_listings_count → 200
GET
/admin/api/2020-07/product_listings/count.json
Shopify Retrieve A Count Of Products That Are Published To Your App
deprecated_202007_get_product_listings_count → 200

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Variant (25 properties), StorefrontProduct (24 properties), Product (18 properties), VariantInput (16 properties). Each schema is shown below with its type and property counts.

VariantInput
object
Input for creating or updating a variant
16 properties
Error
object
Error response
1 property
ImageInput
object
Input for creating or updating a product image
5 properties
Product
object
A Shopify product
18 properties
ProductInput
object
Input for creating or updating a product
8 properties
Image
object
A product image
11 properties
ProductOption
object
A product option (e.g. Size, Color)
5 properties
StorefrontProduct
object
A product as returned by the storefront Ajax API
24 properties
Variant
object
A product variant
25 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

shopify-products-api-openapi.yml Raw ↑

Other APIs Shopify publishes across the network.

Shopify GraphQL Admin API
Shopify Storefront API
Shopify Customer Account API
Shopify Partner API
Shopify Payments Apps API
Shopify Liquid API
Shopify Functions API
Shopify Discount Function API
Shopify Webhooks API
Shopify App Bridge
Shopify App Home API
Shopify Checkout UI Extensions API
Where this information came from

This is an independent, third-party profile of Shopify Products API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.