{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Search API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Multi-search", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/pcm/catalog/multi-search", "headers": [ { "name": "accept-language", "value": "en-US" }, { "name": "EP-Channel", "value": "" }, { "name": "EP-Context-Tag", "value": "" }, { "name": "EP-Simulated-Shopper-Date", "value": "" } ], "params": [ { "name": "include", "value": "", "type": "query", "description": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n" }, { "name": "search_profile", "value": "clothing", "type": "query", "description": "The slug of the search profile to use for this search. Do not specify to use default search profile." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute one or more searches in a single request." }, { "info": { "name": "Admin Multi-search", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/pcm/catalogs/:catalog_id/releases/:release_id/multi-search", "headers": [ { "name": "accept-language", "value": "en-US" }, { "name": "EP-Pricebook-IDs-For-Price-Segmentation-Preview", "value": "" }, { "name": "EP-Pricebook-IDs-Of-Available-Prices-To-Show", "value": "" }, { "name": "EP-Simulated-Shopper-Date", "value": "" } ], "params": [ { "name": "catalog_id", "value": "", "type": "path", "description": "The ID of the catalog to query" }, { "name": "release_id", "value": "", "type": "path", "description": "The unique ID of a published release of the catalog or `latestPublished` for the most recently published version" }, { "name": "include", "value": "", "type": "query", "description": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n" }, { "name": "search_profile", "value": "clothing", "type": "query", "description": "The slug of the search profile to use for this search. Do not specify to use default search profile." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute one or more searches in a single request." }, { "info": { "name": "Search", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/catalog/search", "headers": [ { "name": "accept-language", "value": "en-US" }, { "name": "EP-Channel", "value": "" }, { "name": "EP-Context-Tag", "value": "" }, { "name": "EP-Simulated-Shopper-Date", "value": "" } ], "params": [ { "name": "include", "value": "", "type": "query", "description": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n" }, { "name": "search_profile", "value": "clothing", "type": "query", "description": "The slug of the search profile to use for this search. Do not specify to use default search profile." }, { "name": "type", "value": "search", "type": "query", "description": "Type of search operation to perform" }, { "name": "highlight_full_fields", "value": "name,description", "type": "query", "description": "Comma-separated list of fields to highlight" }, { "name": "q", "value": "search query", "type": "query", "description": "Search query" }, { "name": "facet_by", "value": "meta.search.nodes.name", "type": "query", "description": "Specifies which fields to use for generating facets in search results. See [faceting](/guides/How-To/Catalogs/Search/faceting) for more details." }, { "name": "filter_by", "value": "meta.search.nodes.name:=Electronics && price.float_price:>=10.00", "type": "query", "description": "Applies conditions to narrow down search results based on specific field values. See [filtering](/guides/How-To/Catalogs/Search/filtering) for more details." }, { "name": "sort_by", "value": "price.amount:asc,extensions.products(Specification).rating:desc", "type": "query", "description": "Orders search results by specified fields. See [sorting](/guides/How-To/Catalogs/Search/sorting) for more details." }, { "name": "max_facet_values", "value": "10", "type": "query", "description": "Maximum number of facet values to return" }, { "name": "page", "value": "1", "type": "query" }, { "name": "per_page", "value": "10", "type": "query" } ] }, "docs": "Execute search." }, { "info": { "name": "Admin Search", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/catalogs/:catalog_id/releases/:release_id/search", "headers": [ { "name": "accept-language", "value": "en-US" }, { "name": "EP-Pricebook-IDs-For-Price-Segmentation-Preview", "value": "" }, { "name": "EP-Pricebook-IDs-Of-Available-Prices-To-Show", "value": "" }, { "name": "EP-Simulated-Shopper-Date", "value": "" } ], "params": [ { "name": "catalog_id", "value": "", "type": "path", "description": "The ID of the catalog to query" }, { "name": "release_id", "value": "", "type": "path", "description": "The unique ID of a published release of the catalog or `latestPublished` for the most recently published version" }, { "name": "include", "value": "", "type": "query", "description": "Using the include parameter, you can retrieve top-level resources.\n\n- Files or main image. For example, `include=files,main_image`.\n- Component product data. For example, `include=component_products`.\n- Key attribute data, such as SKU or slug.\n" }, { "name": "search_profile", "value": "clothing", "type": "query", "description": "The slug of the search profile to use for this search. Do not specify to use default search profile." }, { "name": "type", "value": "search", "type": "query", "description": "Type of search operation to perform" }, { "name": "highlight_full_fields", "value": "name,description", "type": "query", "description": "Comma-separated list of fields to highlight" }, { "name": "q", "value": "search query", "type": "query", "description": "Search query" }, { "name": "facet_by", "value": "meta.search.nodes.name", "type": "query", "description": "Specifies which fields to use for generating facets in search results. See [faceting](/guides/How-To/Catalogs/Search/faceting) for more details." }, { "name": "filter_by", "value": "meta.search.nodes.name:=Electronics && price.float_price:>=10.00", "type": "query", "description": "Applies conditions to narrow down search results based on specific field values. See [filtering](/guides/How-To/Catalogs/Search/filtering) for more details." }, { "name": "sort_by", "value": "price.amount:asc,extensions.products(Specification).rating:desc", "type": "query", "description": "Orders search results by specified fields. See [sorting](/guides/How-To/Catalogs/Search/sorting) for more details." }, { "name": "max_facet_values", "value": "10", "type": "query", "description": "Maximum number of facet values to return" }, { "name": "page", "value": "1", "type": "query" }, { "name": "per_page", "value": "10", "type": "query" } ] }, "docs": "Execute search." } ] } ], "bundled": true }