{ "opencollection": "1.0.0", "info": { "name": "Shopify Admin REST About Search API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Shopify-Access-Token", "value": "{{X-Shopify-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Shopify Creates A Customer Saved Search", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customer_saved_searches.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#create-2020-01" }, { "info": { "name": "Shopify Retrieves A Single Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_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/customers/customersavedsearch#show-2020-01" }, { "info": { "name": "Shopify Updates A Customer Saved Search", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#update-2020-01" }, { "info": { "name": "Shopify Deletes A Customer Saved Search", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#destroy-2020-01" }, { "info": { "name": "Shopify Retrieves All Customers Returned By A Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-01/customer_saved_searches/:customer_saved_search_id/customers.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" }, { "name": "order", "value": "", "type": "query", "description": "Set the field and direction by which to order results.\n (default: last_order_date DESC)" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results to show.\n (default: 50, maximum: 250)" }, { "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/customers/customersavedsearch#other-2020-01" }, { "info": { "name": "Shopify Creates A Customer Saved Search", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customer_saved_searches.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#create-2020-04" }, { "info": { "name": "Shopify Retrieves A Single Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_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/customers/customersavedsearch#show-2020-04" }, { "info": { "name": "Shopify Updates A Customer Saved Search", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#update-2020-04" }, { "info": { "name": "Shopify Deletes A Customer Saved Search", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#destroy-2020-04" }, { "info": { "name": "Shopify Retrieves All Customers Returned By A Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-04/customer_saved_searches/:customer_saved_search_id/customers.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" }, { "name": "order", "value": "", "type": "query", "description": "Set the field and direction by which to order results.\n (default: last_order_date DESC)" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results to show.\n (default: 50, maximum: 250)" }, { "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/customers/customersavedsearch#other-2020-04" }, { "info": { "name": "Shopify Creates A Customer Saved Search", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customer_saved_searches.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#create-2020-07" }, { "info": { "name": "Shopify Retrieves A Single Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_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/customers/customersavedsearch#show-2020-07" }, { "info": { "name": "Shopify Updates A Customer Saved Search", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#update-2020-07" }, { "info": { "name": "Shopify Deletes A Customer Saved Search", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#destroy-2020-07" }, { "info": { "name": "Shopify Retrieves All Customers Returned By A Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-07/customer_saved_searches/:customer_saved_search_id/customers.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" }, { "name": "order", "value": "", "type": "query", "description": "Set the field and direction by which to order results.\n (default: last_order_date DESC)" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results to show.\n (default: 50, maximum: 250)" }, { "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/customers/customersavedsearch#other-2020-07" }, { "info": { "name": "Shopify Creates A Customer Saved Search", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customer_saved_searches.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#create-2020-10" }, { "info": { "name": "Shopify Retrieves A Single Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_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/customers/customersavedsearch#show-2020-10" }, { "info": { "name": "Shopify Updates A Customer Saved Search", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#update-2020-10" }, { "info": { "name": "Shopify Deletes A Customer Saved Search", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#destroy-2020-10" }, { "info": { "name": "Shopify Retrieves All Customers Returned By A Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2020-10/customer_saved_searches/:customer_saved_search_id/customers.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" }, { "name": "order", "value": "", "type": "query", "description": "Set the field and direction by which to order results.\n (default: last_order_date DESC)" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results to show.\n (default: 50, maximum: 250)" }, { "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/customers/customersavedsearch#other-2020-10" }, { "info": { "name": "Shopify Creates A Customer Saved Search", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customer_saved_searches.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#create-2021-01" }, { "info": { "name": "Shopify Retrieves A Single Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_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/customers/customersavedsearch#show-2021-01" }, { "info": { "name": "Shopify Updates A Customer Saved Search", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#update-2021-01" }, { "info": { "name": "Shopify Deletes A Customer Saved Search", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#destroy-2021-01" }, { "info": { "name": "Shopify Retrieves All Customers Returned By A Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/2021-01/customer_saved_searches/:customer_saved_search_id/customers.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" }, { "name": "order", "value": "", "type": "query", "description": "Set the field and direction by which to order results.\n (default: last_order_date DESC)" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results to show.\n (default: 50, maximum: 250)" }, { "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/customers/customersavedsearch#other-2021-01" }, { "info": { "name": "Shopify Creates A Customer Saved Search", "type": "http" }, "http": { "method": "POST", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customer_saved_searches.json", "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#create-unstable" }, { "info": { "name": "Shopify Retrieves A Single Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_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/customers/customersavedsearch#show-unstable" }, { "info": { "name": "Shopify Updates A Customer Saved Search", "type": "http" }, "http": { "method": "PUT", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#update-unstable" }, { "info": { "name": "Shopify Deletes A Customer Saved Search", "type": "http" }, "http": { "method": "DELETE", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customer_saved_searches/:customer_saved_search_id.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" } ] }, "docs": "https://shopify.dev/docs/admin-api/rest/reference/customers/customersavedsearch#destroy-unstable" }, { "info": { "name": "Shopify Retrieves All Customers Returned By A Customer Saved Search", "type": "http" }, "http": { "method": "GET", "url": "https://{store}.myshopify.com/admin/api/2025-01/admin/api/unstable/customer_saved_searches/:customer_saved_search_id/customers.json", "params": [ { "name": "customer_saved_search_id", "value": "", "type": "path", "description": "customer_saved_search_id" }, { "name": "order", "value": "", "type": "query", "description": "Set the field and direction by which to order results.\n (default: last_order_date DESC)" }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of results to show.\n (default: 50, maximum: 250)" }, { "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/customers/customersavedsearch#other-unstable" } ] } ], "bundled": true }