Documentation
Feedback
Guides
API Reference

API Reference
Filter By
Post
Get
Put
Delete
Patch

Sent Offers

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

Offer Management

SummaryMethodPath
Create ChannelPOST/api/sent-offers/channels
Activate FeedPOST/api/sent-offers/feeds
List FeedsGET/api/sent-offers/feeds
Update FeedPUT/api/sent-offers/feeds/{feedId}
Get Feed by feedIdGET/api/sent-offers/feeds/{feedId}
Deactivate FeedDELETE/api/sent-offers/feeds/{feedId}
Open InteractionPOST/api/sent-offers/feeds/{feedId}/skus/{skuId}/interactions
Get Interaction Data by interactionIdGET/api/sent-offers/feeds/{feedId}/skus/{skuId}/interactions/{interactionId}
Close InteractionPOST/api/sent-offers/feeds/{feedId}/skus/{skuId}/interactions/{interactionId}/close
Create LogPOST/api/sent-offers/feeds/{feedId}/skus/{skuId}/interactions/{interactionId}/logs
Get Log Data by logIdGET/api/sent-offers/feeds/{feedId}/skus/{skuId}/interactions/{interactionId}/logs/{logId}
Search Interactions and their LogsGET/api/sent-offers/search/interactions
Search ErrorsGET/api/sent-offers/search/errors
Get Error Code data by errorCodeIdGET/api/sent-offers/error-codes/{errorCodeId}

Loading API specification...