VTEX · Example Payload

Vtex Post Apicatalogpvtstockkeepingunitskuidfile Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Post Apicatalogpvtstockkeepingunitskuidfile 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-apicatalogpvtstockkeepingunitskuidfile",
  "method": "POST",
  "path": "/api/catalog/pvt/stockkeepingunit/{skuId}/file",
  "summary": "VTex Create SKU file",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": 625,
        "ArchiveId": 155569,
        "SkuId": 123456,
        "IsMain": true,
        "Label": "Main"
      }
    }
  ]
}