{ "operationId": "CreateSeller", "method": "POST", "path": "/api/catalog_system/pvt/seller", "summary": "VTex Create Seller", "requestExamples": [ { "contentType": "application/json", "example": { "SellerId": "myseller", "Name": "My Seller", "Email": "myseller@vtex.com", "Description": "", "ExchangeReturnPolicy": "", "DeliveryPolicy": "", "UseHybridPaymentOptions": false, "UserName": "", "Password": "", "SecutityPrivacyPolicy": "", "CNPJ": "12345678912345", "CSCIdentification": "myseller", "ArchiveId": 1, "UrlLogo": "", "ProductCommissionPercentage": 1.5, "FreightCommissionPercentage": 0, "FulfillmentEndpoint": "http://fulfillment.vtexcommerce.com.br/api/fulfillment?affiliateid=VTX&sc=1&an=myseller", "CatalogSystemEndpoint": "http://myseller.vtexcommercestable.com.br/api/catalog_system/", "IsActive": true, "FulfillmentSellerId": 2, "SellerType": 1, "IsBetterScope": false } } ], "responseExamples": [] }