Seller
put/api/catalog_system/pvt/seller
Headers
Content-Typestring required
Type of the content being sent.
Acceptstring required
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Request body
Example request
{
"SellerId": "pedrostore",
"Name": "My pedrostore",
"Email": "breno@breno.com",
"Description": "Brief description",
"ExchangeReturnPolicy": "Exchange return policy text",
"DeliveryPolicy": "Delivery policy text",
"UserName": "myseller",
"Password": "passoword",
"SecutityPrivacyPolicy": "Secutity privacy policy text",
"CNPJ": "12035072751",
"CSCIdentification": "pedrostore",
"ArchiveId": 1,
"UrlLogo": "/myseller",
"CategoryCommissionPercentage": "[{\"CategoryId\":14,\"ProductCommission\":15.0,\"FreightCommission\":0.0}]",
"FulfillmentEndpoint": "http://pedrostore.vtexcommercestable.com.br/api/fulfillment?affiliateid=LDB&sc=1",
"CatalogSystemEndpoint": "http://pedrostore.vtexcommercestable.com.br/api/catalog_system/",
"IsActive": true,
"MerchantName": "pedrostore",
"FulfillmentSellerId": 1,
"SellerType": 1,
"TrustPolicy": "Default"
}Response
OK