{"section":"announcements","requestedLocale":"en","requestedSlug":"2017-12-04-weve-released-our-new-cross-selling-and-up-selling-apis","locale":"en","slug":"2017-12-04-weve-released-our-new-cross-selling-and-up-selling-apis","path":"docs/en/announcements/2017/december/2017-12-04-weve-released-our-new-cross-selling-and-up-selling-apis.md","branch":"main","content":"We've released our Cross-Selling and Up-selling APIs to all our customers and partners. Using these sales techniques, you will be able to display in your showcase several offers with some simple API calls.\n\n## The new APIs\n\nNow you can make Cross-selling and Up-selling requests in REST APIs. These requests work in the same way as all other VTEX APIs.\n\nBelow there's a list of the new available requests.\n\n### Who Saw Also Saw:\n\n__GET__\n\n`http://{{AccountName}}.{{environment}}.com.br/api/catalog_system/pub/products/crossselling/whosawalsosaw/{{productId}}`\n\nThis API will return the products that __have been seen__ by customers that also __saw__ a certain product.\n\n### Who Saw Also Bought:\n\n__GET__\n\n`http://{{AccountName}}.{{environment}}.com.br/api/catalog_system/pub/products/crossselling/whosawalsobought/{{productId}}`\n\nThis API will return the products that __have been purchased__ by customers that __have seen__ a particular product.\n\n### Who Bought Also Bought:\n\n__GET__\n\n`http://{{AccountName}}.{{environment}}.com.br/api/catalog_system/pub/products/crossselling/whoboughtalsobought/{{productId}}`\n\nThis API will return the products that also __have been purchased__ by customers who __have bought__ a particular product.\n\n### Accessories:\n\n__GET__ \n\n`http://{{AccountName}}.{{environment}}.com.br/api/catalog_system/pub/products/crossselling/accessories/{{productId}}`\n\nThis API will return the products that were registered as __accessories__ or __complements__ of a certain product.\n\n### Similar Products: \n\n__GET__\n\n`http://{{AccountName}}.{{environment}}.com.br/api/catalog_system/pub/products/crossselling/similars/{{productId}}`\n\nThis API will return products that have been registered as __similar products__ in a particular product.\n\n### Suggestions: \n\n__GET__ \n\n`http://{{AccountName}}.{{environment}}.com.br/api/catalog_system/pub/products/crossselling/suggestions/{{productId}}`\n\nThis API will return the products that were registered as Up-selling __suggestions__. It is worth mentioning that this product will only be shown if the value of the suggestion is greater than that of the product where the suggestion was registered.\n\n## Go further\n\nFor more details on the requests, please visit our [API documentation](https://developers.vtex.com/docs/api-reference/search-api#get-/api/catalog_system/pub/products/crossselling/whosawalsosaw/-productId-?endpoint=get-/api/catalog_system/pub/products/crossselling/whosawalsosaw/-productId-).\n\nFor more information on the Cross-selling and Up-Selling techniques described above, access the [VTEX Help article](/en/docs/tutorials/setting-up-a-similar-product-suggestions-accessories-and-generics)"}