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.

Index

Notification

Endpoints used by sellers to notify marketplaces that the price or inventory language has changed for one of their SKUs.

POST Notify marketplace of price update

POST Notify marketplace of inventory update

Suggestions

Get Suggestions

Search and filter all suggestions using specific criteria.

GET Get all SKU Suggestions

GET Get SKU Suggestion by ID

Manage Suggestions

Send or delete SKU suggestions from the seller to marketplace.

PUT Send SKU Suggestion

DELETE Delete SKU Suggestion

Get Versions

Search and filter all versions of suggestions, using specific criteria.

GET Get all versions

GET Get version by ID

Match Received SKUs

Match SKU suggestions received in the marketplace.

PUT Match Received SKUs individually

PUT Match Multiple Received SKUs

SKU Approval Settings

Allows marketplaces to configure rules for automatically and manually approving SKUs received from sellers.

GETGet autoApprove Status in Account Settings

PUTActivate autoApprove in Marketplace's Account

GETGet Account's Approval Settings

PUTSave Account's Approval Settings

GETGet Seller's Approval Settings

PUTSave Seller's Approval Settings

PUTActivate autoApprove Setting for a Seller

Matched Offers

Offers are seller products and SKUs that were sent to the marketplace, and already have their price and inventory level configured.

GETGet Matched Offers List

GETGet Matched Offer's Data by SKU ID

GETGet Matched Offer's Data by Product ID

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...