{ "opencollection": "1.0.0", "info": { "name": "VTex Anti-fraud Provider Account CrossSelling API", "version": "1.0" }, "items": [ { "info": { "name": "CrossSelling", "type": "folder" }, "items": [ { "info": { "name": "VTex Get Product Search of Who Saw Also Saw", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/products/crossselling/whosawalsosaw/:productId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product unique identifier." } ] }, "docs": "Retrieves general information about other related products that the users also saw." }, { "info": { "name": "VTex Get Product Search of Who Saw Also Bought", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/products/crossselling/whosawalsobought/:productId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product unique identifier." } ] }, "docs": "Retrieves general information about other related products that the users saw and also bought." }, { "info": { "name": "VTex Get Product Search of Who Bought Also Bought", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/products/crossselling/whoboughtalsobought/:productId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product unique identifier." } ] }, "docs": "Retrieves general information about other related products that the user also bought." }, { "info": { "name": "VTex Get Product Search of Show Together", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/products/crossselling/showtogether/:productId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product's unique identifier" } ] }, "docs": "Retrieves general information about the products that are show together with the product in question." }, { "info": { "name": "VTex Get Product Search of Accessories", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/products/crossselling/accessories/:productId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product's unique identifier" } ] }, "docs": "Retrieves general information about the product's accessories." }, { "info": { "name": "VTex Get Product Search of Similars", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/products/crossselling/similars/:productId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product's unique identifier" } ] }, "docs": "Retrieves general information about related product searches." }, { "info": { "name": "VTex Get Product Search of Suggestions", "type": "http" }, "http": { "method": "GET", "url": "https://{providerApiEndpoint}/api/catalog_system/pub/products/crossselling/suggestions/:productId", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "productId", "value": "", "type": "path", "description": "Product's unique identifier" } ] }, "docs": "Retrieves general information about other product suggestions related to the product." } ] } ], "bundled": true }