VTEX · Example Payload

Vtex Get Apicatalogpvtstockkeepingunitskuidfile Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Get 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": "get-apicatalogpvtstockkeepingunitskuidfile",
  "method": "GET",
  "path": "/api/catalog/pvt/stockkeepingunit/{skuId}/file",
  "summary": "VTex Get SKU files",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "Id": 549,
          "ArchiveId": 155485,
          "SkuId": 310118490,
          "Name": "chimera-cat-quimera-5",
          "IsMain": true,
          "Label": "miau"
        },
        {
          "Id": 550,
          "ArchiveId": 155486,
          "SkuId": 310118490,
          "Name": "Gato-siames",
          "IsMain": false,
          "Label": "Gato siames"
        },
        {
          "Id": 555,
          "ArchiveId": 155491,
          "SkuId": 310118490,
          "Name": "Cat-Sleeping-Pics",
          "IsMain": false,
          "Label": null
        }
      ]
    }
  ]
}