Documentation
Feedback
Guides
API Reference

API Reference
Filter By
Post
Get
Put
Delete
Patch

Legacy Search API

Check the new Search onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Search and is organized by focusing on the developer's journey.

This API lets you search and sort products in the Catalog using Fulltext, Category and Brand search terms.

Retrieve product data to create custom searches and product shelves.

Endpoints

CrossSelling

SummaryMethodPath
Get product search of who saw also sawGET/api/catalog_system/pub/products/crossselling/whosawalsosaw/{productId}
Get product search of who saw also boughtGET/api/catalog_system/pub/products/crossselling/whosawalsobought/{productId}
Get product search of who bought also boughtGET/api/catalog_system/pub/products/crossselling/whoboughtalsobought/{productId}
Get product search of show togetherGET/api/catalog_system/pub/products/crossselling/showtogether/{productId}
Get product search of accessoriesGET/api/catalog_system/pub/products/crossselling/accessories/{productId}
Get product search of similarsGET/api/catalog_system/pub/products/crossselling/similars/{productId}
Get product search of suggestionsGET/api/catalog_system/pub/products/crossselling/suggestions/{productId}

Search

SummaryMethodPath
Search for productsGET/api/catalog_system/pub/products/search/{search}
Search for products with filter, order and paginationGET/api/catalog_system/pub/products/search
Search product by product URLGET/api/catalog_system/pub/products/search/{product-text-link}/p

Offers

SummaryMethodPath
Search product offersGET/api/catalog_system/pub/products/offers/{productId}
Search SKU offersGET/api/catalog_system/pub/products/offers/{productId}/sku/{skuId}

Facets

SummaryMethodPath
Get category facetsGET/api/catalog_system/pub/facets/category/{categoryId}
Search by store facetsGET/api/catalog_system/pub/facets/search/{term}

Autocomplete

SummaryMethodPath
Product search autocompleteGET/buscaautocomplete

Loading API specification...