VTEX · Example Payload

Vtex Createseller Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Createseller Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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": []
}