{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Image API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Image", "type": "folder" }, "items": [ { "info": { "name": "Shopify Retrieves A List Of Metafields That Belong To A Product Image Resource", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/metafields.json", "params": [ { "name": "metafield[owner_id]", "value": "", "type": "query", "description": "metafield[owner_id]" }, { "name": "metafield[owner_resource]", "value": "", "type": "query", "description": "metafield[owner_resource]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/metafield#index-2020-01" }, { "info": { "name": "Shopify Retrieves A List Of Metafields That Belong To A Product Image Resource", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/metafields.json", "params": [ { "name": "metafield[owner_id]", "value": "", "type": "query", "description": "metafield[owner_id]" }, { "name": "metafield[owner_resource]", "value": "", "type": "query", "description": "metafield[owner_resource]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/metafield#index-2020-04" }, { "info": { "name": "Shopify Retrieves A List Of Metafields That Belong To A Product Image Resource", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/metafields.json", "params": [ { "name": "metafield[owner_id]", "value": "", "type": "query", "description": "metafield[owner_id]" }, { "name": "metafield[owner_resource]", "value": "", "type": "query", "description": "metafield[owner_resource]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/metafield#index-2020-07" }, { "info": { "name": "Shopify Retrieves A List Of Metafields That Belong To A Product Image Resource", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/metafields.json", "params": [ { "name": "metafield[owner_id]", "value": "", "type": "query", "description": "metafield[owner_id]" }, { "name": "metafield[owner_resource]", "value": "", "type": "query", "description": "metafield[owner_resource]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/metafield#index-2020-10" }, { "info": { "name": "Shopify Retrieves A List Of Metafields That Belong To A Product Image Resource", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/metafields.json", "params": [ { "name": "metafield[owner_id]", "value": "", "type": "query", "description": "metafield[owner_id]" }, { "name": "metafield[owner_resource]", "value": "", "type": "query", "description": "metafield[owner_resource]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/metafield#index-2021-01" }, { "info": { "name": "Shopify Retrieves A List Of Metafields That Belong To A Product Image Resource", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/metafields.json", "params": [ { "name": "metafield[owner_id]", "value": "", "type": "query", "description": "metafield[owner_id]" }, { "name": "metafield[owner_resource]", "value": "", "type": "query", "description": "metafield[owner_resource]" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/metafield#index-unstable" }, { "info": { "name": "Shopify Create A New Product Image", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/products/:product_id/images.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#create-2020-01" }, { "info": { "name": "Shopify Get A Single Product Image By Id", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" }, { "name": "fields", "value": "", "type": "query", "description": "comma-separated list of fields to include in the response" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-2020-01" }, { "info": { "name": "Shopify Modify An Existing Product Image", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#update-2020-01" }, { "info": { "name": "Shopify Create A New Product Image", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/products/:product_id/images.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#create-2020-04" }, { "info": { "name": "Shopify Get A Single Product Image By Id", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" }, { "name": "fields", "value": "", "type": "query", "description": "comma-separated list of fields to include in the response" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-2020-04" }, { "info": { "name": "Shopify Modify An Existing Product Image", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#update-2020-04" }, { "info": { "name": "Shopify Create A New Product Image", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/products/:product_id/images.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#create-2020-07" }, { "info": { "name": "Shopify Get A Single Product Image By Id", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" }, { "name": "fields", "value": "", "type": "query", "description": "comma-separated list of fields to include in the response" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-2020-07" }, { "info": { "name": "Shopify Modify An Existing Product Image", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#update-2020-07" }, { "info": { "name": "Shopify Create A New Product Image", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/products/:product_id/images.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#create-2020-10" }, { "info": { "name": "Shopify Get A Single Product Image By Id", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" }, { "name": "fields", "value": "", "type": "query", "description": "comma-separated list of fields to include in the response" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-2020-10" }, { "info": { "name": "Shopify Modify An Existing Product Image", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#update-2020-10" }, { "info": { "name": "Shopify Create A New Product Image", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/products/:product_id/images.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#create-2021-01" }, { "info": { "name": "Shopify Get A Single Product Image By Id", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" }, { "name": "fields", "value": "", "type": "query", "description": "comma-separated list of fields to include in the response" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-2021-01" }, { "info": { "name": "Shopify Modify An Existing Product Image", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#update-2021-01" }, { "info": { "name": "Shopify Create A New Product Image", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/products/:product_id/images.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#create-unstable" }, { "info": { "name": "Shopify Get A Single Product Image By Id", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" }, { "name": "fields", "value": "", "type": "query", "description": "comma-separated list of fields to include in the response" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#show-unstable" }, { "info": { "name": "Shopify Modify An Existing Product Image", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/products/:product_id/images/:image_id.json", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "product_id" }, { "name": "image_id", "value": "", "type": "path", "description": "image_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/product-image#update-unstable" } ] } ], "bundled": true }