get https://api.vtex.com//suggestions/configuration/seller/
This endpoint retrieves the current Received SKUs approval settings applied to a specific seller. Its response includes:
-
sellerId
: A string that identifies the seller in the marketplace. -
accountId
: Marketplace’s account ID. -
accountName
: Marketplace’s account name. -
mapping
: Mapping of SKU and product Specifications. -
matchFlux
: This field determines the type of approval configuration applied to SKUs received from a seller. The possible values include:
default
, where the Matcher reviews the SKU, and approves it based on its score.
manual
, for manual approvals through the Received SKU UI and Match API.
autoApprove
, for every SKU received from a given seller to be approved automatically, regardless of the Matcher Score.