Check the new Catalog onboarding guide. We created this guide to improve the onboarding experience for developers at VTEX. It assembles all documentation on our Developer Portal about Catalog and is organized by focusing on the developer’s journey.
Methods for collecting product/SKU catalog data, categories, brands and other information. All content that comes between {{}}
keys must be replaced with the correct data before performing the request.
Parameter name | Description |
---|---|
{{accountName}} | Store account name |
{{environment} | The environment that will be called. Change for vtexcommercestable or vtexcommmercebeta |
{{X-VTEX-API-AppKey}} | Located in the headers of the requests, user authentication key |
{{X-VTEX-API-AppToken}} | Located in the headers of the requests, authentication password |
Use this page to mock Catalog API in your testing and development.
Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of Catalog API, which will allow you to keep building and testing even if the actual API you isn't currently available.