{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Collection API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Collection", "type": "folder" }, "items": [ { "info": { "name": "Shopify Adds A Product To A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/collects.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#create-2020-01" }, { "info": { "name": "Shopify Removes A Product From A Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/collects/:collect_id.json", "params": [ { "name": "collect_id", "value": "", "type": "path", "description": "collect_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#destroy-2020-01" }, { "info": { "name": "Shopify Adds A Product To A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/collects.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#create-2020-04" }, { "info": { "name": "Shopify Removes A Product From A Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/collects/:collect_id.json", "params": [ { "name": "collect_id", "value": "", "type": "path", "description": "collect_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#destroy-2020-04" }, { "info": { "name": "Shopify Adds A Product To A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/collects.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#create-2020-07" }, { "info": { "name": "Shopify Removes A Product From A Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/collects/:collect_id.json", "params": [ { "name": "collect_id", "value": "", "type": "path", "description": "collect_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#destroy-2020-07" }, { "info": { "name": "Shopify Adds A Product To A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/collects.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#create-2020-10" }, { "info": { "name": "Shopify Removes A Product From A Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/collects/:collect_id.json", "params": [ { "name": "collect_id", "value": "", "type": "path", "description": "collect_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#destroy-2020-10" }, { "info": { "name": "Shopify Adds A Product To A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/collects.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#create-2021-01" }, { "info": { "name": "Shopify Removes A Product From A Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/collects/:collect_id.json", "params": [ { "name": "collect_id", "value": "", "type": "path", "description": "collect_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#destroy-2021-01" }, { "info": { "name": "Shopify Adds A Product To A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/collects.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#create-unstable" }, { "info": { "name": "Shopify Removes A Product From A Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/collects/:collect_id.json", "params": [ { "name": "collect_id", "value": "", "type": "path", "description": "collect_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collect#destroy-unstable" }, { "info": { "name": "Shopify Retrieves A Single Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/collections/:collection_id.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-2020-01" }, { "info": { "name": "Shopify Retrieve A List Of Products Belonging To A Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/collections/:collection_id/products.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "limit", "value": "", "type": "query", "description": "The number of products to retrieve.\n (default: 50, maximum: 250)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#products-2020-01" }, { "info": { "name": "Shopify Retrieves A Single Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/collections/:collection_id.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-2020-04" }, { "info": { "name": "Shopify Retrieve A List Of Products Belonging To A Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/collections/:collection_id/products.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "limit", "value": "", "type": "query", "description": "The number of products to retrieve.\n (default: 50, maximum: 250)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#products-2020-04" }, { "info": { "name": "Shopify Retrieves A Single Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/collections/:collection_id.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-2020-07" }, { "info": { "name": "Shopify Retrieve A List Of Products Belonging To A Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/collections/:collection_id/products.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "limit", "value": "", "type": "query", "description": "The number of products to retrieve.\n (default: 50, maximum: 250)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#products-2020-07" }, { "info": { "name": "Shopify Retrieves A Single Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/collections/:collection_id.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-2020-10" }, { "info": { "name": "Shopify Retrieve A List Of Products Belonging To A Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/collections/:collection_id/products.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "limit", "value": "", "type": "query", "description": "The number of products to retrieve.\n (default: 50, maximum: 250)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#products-2020-10" }, { "info": { "name": "Shopify Retrieves A Single Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/collections/:collection_id.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-2021-01" }, { "info": { "name": "Shopify Retrieve A List Of Products Belonging To A Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/collections/:collection_id/products.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "limit", "value": "", "type": "query", "description": "The number of products to retrieve.\n (default: 50, maximum: 250)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#products-2021-01" }, { "info": { "name": "Shopify Retrieves A Single Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/collections/:collection_id.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#show-unstable" }, { "info": { "name": "Shopify Retrieve A List Of Products Belonging To A Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/collections/:collection_id/products.json", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "collection_id" }, { "name": "limit", "value": "", "type": "query", "description": "The number of products to retrieve.\n (default: 50, maximum: 250)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/collection#products-unstable" }, { "info": { "name": "Shopify Creates A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/custom_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#create-2020-01" }, { "info": { "name": "Shopify Retrieves A Single Custom Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-2020-01" }, { "info": { "name": "Shopify Updates An Existing Custom Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#update-2020-01" }, { "info": { "name": "Shopify Deletes A Custom Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#destroy-2020-01" }, { "info": { "name": "Shopify Creates A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/custom_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#create-2020-04" }, { "info": { "name": "Shopify Retrieves A Single Custom Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-2020-04" }, { "info": { "name": "Shopify Updates An Existing Custom Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#update-2020-04" }, { "info": { "name": "Shopify Deletes A Custom Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#destroy-2020-04" }, { "info": { "name": "Shopify Creates A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/custom_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#create-2020-07" }, { "info": { "name": "Shopify Retrieves A Single Custom Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-2020-07" }, { "info": { "name": "Shopify Updates An Existing Custom Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#update-2020-07" }, { "info": { "name": "Shopify Deletes A Custom Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#destroy-2020-07" }, { "info": { "name": "Shopify Creates A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/custom_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#create-2020-10" }, { "info": { "name": "Shopify Retrieves A Single Custom Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-2020-10" }, { "info": { "name": "Shopify Updates An Existing Custom Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#update-2020-10" }, { "info": { "name": "Shopify Deletes A Custom Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#destroy-2020-10" }, { "info": { "name": "Shopify Creates A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/custom_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#create-2021-01" }, { "info": { "name": "Shopify Retrieves A Single Custom Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-2021-01" }, { "info": { "name": "Shopify Updates An Existing Custom Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#update-2021-01" }, { "info": { "name": "Shopify Deletes A Custom Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#destroy-2021-01" }, { "info": { "name": "Shopify Creates A Custom Collection", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/custom_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#create-unstable" }, { "info": { "name": "Shopify Retrieves A Single Custom Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#show-unstable" }, { "info": { "name": "Shopify Updates An Existing Custom Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#update-unstable" }, { "info": { "name": "Shopify Deletes A Custom Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/custom_collections/:custom_collection_id.json", "params": [ { "name": "custom_collection_id", "value": "", "type": "path", "description": "custom_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/customcollection#destroy-unstable" }, { "info": { "name": "Shopify Creates A New Smart Collection Using The Specified Rules", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/smart_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#create-2020-01" }, { "info": { "name": "Shopify Retrieves A Single Smart Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-2020-01" }, { "info": { "name": "Shopify Updates An Existing Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#update-2020-01" }, { "info": { "name": "Shopify Removes A Smart Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#destroy-2020-01" }, { "info": { "name": "Shopify Updates The Ordering Type Of Products In A Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/smart_collections/:smart_collection_id/order.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "products", "value": "", "type": "query", "description": "An array of product IDs, in the order that you want them to appear at the top of the collection. When products is specified but empty, any previously sorted products are cleared." }, { "name": "sort_order", "value": "", "type": "query", "description": "The type of sorting to apply. Valid values are listed in the Properties section above.\n (default: (current value))" }, { "name": "products[]", "value": "", "type": "query", "description": "products[]" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#order-2020-01" }, { "info": { "name": "Shopify Creates A New Smart Collection Using The Specified Rules", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/smart_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#create-2020-04" }, { "info": { "name": "Shopify Retrieves A Single Smart Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-2020-04" }, { "info": { "name": "Shopify Updates An Existing Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#update-2020-04" }, { "info": { "name": "Shopify Removes A Smart Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#destroy-2020-04" }, { "info": { "name": "Shopify Updates The Ordering Type Of Products In A Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/smart_collections/:smart_collection_id/order.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "products", "value": "", "type": "query", "description": "An array of product IDs, in the order that you want them to appear at the top of the collection. When products is specified but empty, any previously sorted products are cleared." }, { "name": "sort_order", "value": "", "type": "query", "description": "The type of sorting to apply. Valid values are listed in the Properties section above.\n (default: (current value))" }, { "name": "products[]", "value": "", "type": "query", "description": "products[]" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#order-2020-04" }, { "info": { "name": "Shopify Creates A New Smart Collection Using The Specified Rules", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/smart_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#create-2020-07" }, { "info": { "name": "Shopify Retrieves A Single Smart Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-2020-07" }, { "info": { "name": "Shopify Updates An Existing Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#update-2020-07" }, { "info": { "name": "Shopify Removes A Smart Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#destroy-2020-07" }, { "info": { "name": "Shopify Updates The Ordering Type Of Products In A Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/smart_collections/:smart_collection_id/order.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "products", "value": "", "type": "query", "description": "An array of product IDs, in the order that you want them to appear at the top of the collection. When products is specified but empty, any previously sorted products are cleared." }, { "name": "sort_order", "value": "", "type": "query", "description": "The type of sorting to apply. Valid values are listed in the Properties section above.\n (default: (current value))" }, { "name": "products[]", "value": "", "type": "query", "description": "products[]" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#order-2020-07" }, { "info": { "name": "Shopify Creates A New Smart Collection Using The Specified Rules", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/smart_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#create-2020-10" }, { "info": { "name": "Shopify Retrieves A Single Smart Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-2020-10" }, { "info": { "name": "Shopify Updates An Existing Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#update-2020-10" }, { "info": { "name": "Shopify Removes A Smart Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#destroy-2020-10" }, { "info": { "name": "Shopify Updates The Ordering Type Of Products In A Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/smart_collections/:smart_collection_id/order.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "products", "value": "", "type": "query", "description": "An array of product IDs, in the order that you want them to appear at the top of the collection. When products is specified but empty, any previously sorted products are cleared." }, { "name": "sort_order", "value": "", "type": "query", "description": "The type of sorting to apply. Valid values are listed in the Properties section above.\n (default: (current value))" }, { "name": "products[]", "value": "", "type": "query", "description": "products[]" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#order-2020-10" }, { "info": { "name": "Shopify Creates A New Smart Collection Using The Specified Rules", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/smart_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#create-2021-01" }, { "info": { "name": "Shopify Retrieves A Single Smart Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-2021-01" }, { "info": { "name": "Shopify Updates An Existing Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#update-2021-01" }, { "info": { "name": "Shopify Removes A Smart Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#destroy-2021-01" }, { "info": { "name": "Shopify Updates The Ordering Type Of Products In A Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/smart_collections/:smart_collection_id/order.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "products", "value": "", "type": "query", "description": "An array of product IDs, in the order that you want them to appear at the top of the collection. When products is specified but empty, any previously sorted products are cleared." }, { "name": "sort_order", "value": "", "type": "query", "description": "The type of sorting to apply. Valid values are listed in the Properties section above.\n (default: (current value))" }, { "name": "products[]", "value": "", "type": "query", "description": "products[]" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#order-2021-01" }, { "info": { "name": "Shopify Creates A New Smart Collection Using The Specified Rules", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/smart_collections.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#create-unstable" }, { "info": { "name": "Shopify Retrieves A Single Smart Collection", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "fields", "value": "", "type": "query", "description": "Show only certain fields, specified by a comma-separated list of field names." } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#show-unstable" }, { "info": { "name": "Shopify Updates An Existing Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#update-unstable" }, { "info": { "name": "Shopify Removes A Smart Collection", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/smart_collections/:smart_collection_id.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#destroy-unstable" }, { "info": { "name": "Shopify Updates The Ordering Type Of Products In A Smart Collection", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/smart_collections/:smart_collection_id/order.json", "params": [ { "name": "smart_collection_id", "value": "", "type": "path", "description": "smart_collection_id" }, { "name": "products", "value": "", "type": "query", "description": "An array of product IDs, in the order that you want them to appear at the top of the collection. When products is specified but empty, any previously sorted products are cleared." }, { "name": "sort_order", "value": "", "type": "query", "description": "The type of sorting to apply. Valid values are listed in the Properties section above.\n (default: (current value))" }, { "name": "products[]", "value": "", "type": "query", "description": "products[]" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/products/smartcollection#order-unstable" }, { "info": { "name": "Shopify Retrieve Collection Listings That Are Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/collection_listings.json", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Amount of results\n (default: 50, maximum: 1000)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#index-2020-01" }, { "info": { "name": "Shopify Retrieve A Specific Collection Listing That Is Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-2020-01" }, { "info": { "name": "Shopify Create A Collection Listing To Publish A Collection To Your App", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#create-2020-01" }, { "info": { "name": "Shopify Delete A Collection Listing To Unpublish A Collection From Your App", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#destroy-2020-01" }, { "info": { "name": "Shopify Retrieve Collection Listings That Are Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/collection_listings.json", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Amount of results\n (default: 50, maximum: 1000)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#index-2020-04" }, { "info": { "name": "Shopify Retrieve A Specific Collection Listing That Is Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-2020-04" }, { "info": { "name": "Shopify Create A Collection Listing To Publish A Collection To Your App", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#create-2020-04" }, { "info": { "name": "Shopify Delete A Collection Listing To Unpublish A Collection From Your App", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#destroy-2020-04" }, { "info": { "name": "Shopify Retrieve Collection Listings That Are Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/collection_listings.json", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Amount of results\n (default: 50, maximum: 1000)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#index-2020-07" }, { "info": { "name": "Shopify Retrieve A Specific Collection Listing That Is Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-2020-07" }, { "info": { "name": "Shopify Create A Collection Listing To Publish A Collection To Your App", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#create-2020-07" }, { "info": { "name": "Shopify Delete A Collection Listing To Unpublish A Collection From Your App", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#destroy-2020-07" }, { "info": { "name": "Shopify Retrieve Collection Listings That Are Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/collection_listings.json", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Amount of results\n (default: 50, maximum: 1000)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#index-2020-10" }, { "info": { "name": "Shopify Retrieve A Specific Collection Listing That Is Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-2020-10" }, { "info": { "name": "Shopify Create A Collection Listing To Publish A Collection To Your App", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#create-2020-10" }, { "info": { "name": "Shopify Delete A Collection Listing To Unpublish A Collection From Your App", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#destroy-2020-10" }, { "info": { "name": "Shopify Retrieve Collection Listings That Are Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/collection_listings.json", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Amount of results\n (default: 50, maximum: 1000)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#index-2021-01" }, { "info": { "name": "Shopify Retrieve A Specific Collection Listing That Is Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-2021-01" }, { "info": { "name": "Shopify Create A Collection Listing To Publish A Collection To Your App", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#create-2021-01" }, { "info": { "name": "Shopify Delete A Collection Listing To Unpublish A Collection From Your App", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#destroy-2021-01" }, { "info": { "name": "Shopify Retrieve Collection Listings That Are Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/collection_listings.json", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Amount of results\n (default: 50, maximum: 1000)" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#index-unstable" }, { "info": { "name": "Shopify Retrieve A Specific Collection Listing That Is Published To Your App", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#show-unstable" }, { "info": { "name": "Shopify Create A Collection Listing To Publish A Collection To Your App", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#create-unstable" }, { "info": { "name": "Shopify Delete A Collection Listing To Unpublish A Collection From Your App", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/collection_listings/:collection_listing_id.json", "params": [ { "name": "collection_listing_id", "value": "", "type": "path", "description": "collection_listing_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/sales-channels/collectionlisting#destroy-unstable" } ] } ], "bundled": true }