Shopify · Capability
Shopify Admin REST API — Product Images
Shopify Admin REST API — Product Images. 6 operations. Lead operation: Shopify Retrieve a list of product images. Self-contained Naftiko capability covering one Shopify business surface.
What You Can Do
GET
Listproductimages
— Shopify Retrieve a list of product images
/v1/products/{product-id}/images-json
POST
Createproductimage
— Shopify Create a product image
/v1/products/{product-id}/images-json
GET
Getproductimagecount
— Shopify Retrieve a count of product images
/v1/products/{product-id}/images/count-json
GET
Getproductimage
— Shopify Retrieve a single product image
/v1/products/{product-id}/images/image-id-json
PUT
Updateproductimage
— Shopify Update a product image
/v1/products/{product-id}/images/image-id-json
DELETE
Deleteproductimage
— Shopify Delete a product image
/v1/products/{product-id}/images/image-id-json
MCP Tools
shopify-retrieve-list-product-images
Shopify Retrieve a list of product images
read-only
idempotent
shopify-create-product-image
Shopify Create a product image
shopify-retrieve-count-product-images
Shopify Retrieve a count of product images
read-only
idempotent
shopify-retrieve-single-product-image
Shopify Retrieve a single product image
read-only
idempotent
shopify-update-product-image
Shopify Update a product image
idempotent
shopify-delete-product-image
Shopify Delete a product image
idempotent