Documentation
Feedback
Guides
API Reference

API Reference
Filter By
Post
Get
Put
Delete
Patch

Suggestions

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.

Endpoints

Get suggestions

SummaryMethodPath
Get all SKU suggestionsGET/suggestions
Get SKU suggestion by IDGET/suggestions/{sellerId}/{sellerSkuId}

Manage suggestions

SummaryMethodPath
Send SKU suggestionPUT/suggestions/{sellerId}/{sellerSkuId}
Delete SKU suggestionDELETE/suggestions/{sellerId}/{sellerSkuId}

Get versions

SummaryMethodPath
Get all versionsGET/suggestions/{sellerId}/{sellerskuid}/versions
Get version by IDGET/suggestions/{sellerId}/{sellerskuid}/versions/{version}

SKU approval settings

SummaryMethodPath
Get autoApprove status in account settingsGET/suggestions/configuration/autoapproval/toggle
Activate autoApprove in marketplace's accountPUT/suggestions/configuration/autoapproval/toggle
Get account's approval settingsGET/suggestions/configuration
Save account's approval settingsPUT/suggestions/configuration
Get account's matcher settingsGET/suggestions/configuration/account/config
Get seller's approval settingsGET/suggestions/configuration/seller/{sellerId}
Save seller's approval settingsPUT/suggestions/configuration/seller/{sellerId}
Activate autoApprove setting for a sellerPUT/suggestions/configuration/autoapproval/toggle/seller/{sellerId}

Match received SKUs

SummaryMethodPath
Match received SKUs individuallyPUT/suggestions/{sellerId}/{sellerskuid}/versions/{version}/matches/{matchid}
Match multiple received SKUsPUT/suggestions/matches/action/{actionName}

Multiple product specification mapping

SummaryMethodPath
Map seller specifications to marketplace catalogPUT/suggestions/configuration/{sellerID}/specifications

Loading API specification...