{ "opencollection": "1.0.0", "info": { "name": "Cart Actions Endpoints General Catalog Connector Operations API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "General Catalog Connector Operations", "type": "folder" }, "items": [ { "info": { "name": "Find Products", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.inc/v3/catalog-connector/products/search", "headers": [ { "name": "x-fabric-tenant-id", "value": "5f328bf0b5f328bf0b5f328b" }, { "name": "x-fabric-request-id", "value": "263e731c-45c8-11ed-b878-0242ac120002" } ], "params": [ { "name": "locale", "value": "en-US", "type": "query", "description": "The language code, which is a combination of language (ISO 639 format) and country (ISO 3166 format). \n\nThe default value is en-US.\n" }, { "name": "excludeBundleProducts", "value": "false", "type": "query", "description": "A flag indicating whether the products associated with a bundle should be excluded from the response. Set it to `true` to exclude products of a bundle and `false` to include them in the response." }, { "name": "excludeCollections", "value": "false", "type": "query", "description": "A flag indicating whether the collections should be excluded from the response. Set it to `true` to exclude collections and `false` to include them in the response." }, { "name": "excludeCategories", "value": "false", "type": "query", "description": "A flag indicating whether the categories should be excluded from the response. Set it to `true` to exclude categories and `false` to include them in the response." }, { "name": "excludeVariants", "value": "false", "type": "query", "description": "A flag indicating whether item variants should be excluded from the response. Set it to `true` to exclude variants and `false` to include them in the response." }, { "name": "excludeAttributes", "value": "false", "type": "query", "description": "A flag indicating whether attributes should be excluded from the response. Set it to `true` to exclude attributes and `false` to include them in the response." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this endpoint to search for products based on names, IDs, SKUs, image URLs, and more. By specifying the appropriate query parameters, you can exclude one or more types of data, such as collections, categories, variants, attributes, and products within a bundle.\n \n - Use the `CONTAINS` search operation to search for products based on keywords of SKU, name, and more. \n - Use the `IN` search operation to search for products based on one or more values, such as IDs, names, SKUs, image UR" } ] } ], "bundled": true }