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
| Summary | Method | Path |
|---|---|---|
| Create Channel | POST | /api/sent-offers/channels |
| Activate Feed | POST | /api/sent-offers/feeds |
| List Feeds | GET | /api/sent-offers/feeds |
| Update Feed | PUT | /api/sent-offers/feeds/{feedId} |
| Get Feed by feedId | GET | /api/sent-offers/feeds/{feedId} |
| Deactivate Feed | DELETE | /api/sent-offers/feeds/{feedId} |
| Open Interaction | POST | /api/sent-offers/feeds/{feedId}/skus/{skuId}/interactions |
| Get Interaction Data by interactionId | GET | /api/sent-offers/feeds/{feedId}/skus/{skuId}/interactions/{interactionId} |
| Close Interaction | POST | /api/sent-offers/feeds/{feedId}/skus/{skuId}/interactions/{interactionId}/close |
| Create Log | POST | /api/sent-offers/feeds/{feedId}/skus/{skuId}/interactions/{interactionId}/logs |
| Get Log Data by logId | GET | /api/sent-offers/feeds/{feedId}/skus/{skuId}/interactions/{interactionId}/logs/{logId} |
| Search Interactions and their Logs | GET | /api/sent-offers/search/interactions |
| Search Errors | GET | /api/sent-offers/search/errors |
| Get Error Code data by errorCodeId | GET | /api/sent-offers/error-codes/{errorCodeId} |