VTEX · Example Payload

Vtex Post Apicatalogpvtskuservice Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Post Apicatalogpvtskuservice 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": "post-apicatalogpvtskuservice",
  "method": "POST",
  "path": "/api/catalog/pvt/skuservice",
  "summary": "VTex Associate SKU service",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": 1,
        "SkuServiceTypeId": 1,
        "SkuServiceValueId": 1,
        "SkuId": 1,
        "Name": "name",
        "Text": "text",
        "IsActive": false
      }
    }
  ]
}