The Marketplace API enables marketplaces and sellers hosted on VTEX to perform their collaborative operations. >⚠️ The marketplace must create an appKey and appToken for each non-VTEX seller that will use this API.
curl \ -H "X-VTEX-API-AppKey: $API_KEY" \ https://vtex.local/suggestions
curl \ -H "X-VTEX-API-AppKey: $API_KEY" \ https://vtex.local/suggestions/configuration
curl \
-H "X-VTEX-API-AppKey: $API_KEY" \
https://vtex.local/suggestions/{sellerId}/{sellerSkuId}