get https://{accountName}.{environment}.com.br/api/catalog_system/pvt/seller/list
Retrieves the seller's details by its ID.
New version of Sellers API
Check out the updated version of the Sellers' endpoints in our Marketplace API documentation. If you are doing this integration for the first time, we recommend that you follow the updated documentation.
Response object has the following properties:
Attribute | Type | Description |
---|---|---|
SellerId | integer | Seller ID |
Name | string | Seller Name |
Email | string | E-mail from Seller Administrator |
Description | string | Seller Description |
ExchangeReturnPolicy | string | Details about Seller Exchange Return Policy |
DeliveryPolicy | string | Details about Seller Delivery Policy |
UseHybridPaymentOptions | boolean | If will uses Hybrid Payment between Seller and Marketplace |
UserName | string | UserName in case the integration isn't between VTEX stores |
Password | string | Password in case the integration isn't between VTEX stores |
SecutityPrivacyPolicy | string | Details about Seller Security Privacy Policy |
CNPJ | string | Seller Company Register Document |
CSCIdentification | string | Seller Identification |
ArchiveId | integer | Define what Currency Decimal Separator will be apply |
Authentication
This is a private API which requires credentials with viewer access.
Learn more about Creating appKeys and appTokens to authenticate integrations