Documentation
Feedback
Guides
API Reference

API Reference
Filter By
Post
Get
Put
Delete
Patch

Catalog API - Seller Portal

With the Catalog API for Seller Portal, you will be able to create, edit and consult products and their variations, brands, and categories.

This API is part of the Seller Portal Catalog. This functionality is in the beta stage and can be discontinued at any moment at VTEX's discretion. VTEX will not be responsible for any instabilities caused by its use or discontinuity. If you have any questions, please contact our Support Center.

Endpoints

Product

SummaryMethodPath
Get product by IDGET/api/catalog-seller-portal/products/{productId}
Update productPUT/api/catalog-seller-portal/products/{productId}
Get product description by product IDGET/api/catalog-seller-portal/products/{productId}/description
Update product description by product IDPUT/api/catalog-seller-portal/products/{productId}/description
Get product by external ID, SKU ID, SKU external ID or slugGET/api/catalog-seller-portal/products/{param}
Create productPOST/api/catalog-seller-portal/products

SKU

SummaryMethodPath
Search for SKUGET/api/catalog-seller-portal/skus/_search
Get list of SKUsGET/api/catalog-seller-portal/skus/ids

Brand

SummaryMethodPath
Get list of brandsGET/api/catalog-seller-portal/brands
Create brandPOST/api/catalog-seller-portal/brands
Get brand by IDGET/api/catalog-seller-portal/brands/{brandId}
Update brandPUT/api/catalog-seller-portal/brands/{brandId}

Category

SummaryMethodPath
Get category treeGET/api/catalog-seller-portal/category-tree
Update category treePUT/api/catalog-seller-portal/category-tree
Get category by IDGET/api/catalog-seller-portal/category-tree/categories/{categoryId}
Create categoryPOST/api/catalog-seller-portal/category-tree/categories

Loading API specification...