VTEX · Example Payload

Vtex Get Apicatalogpvtstockkeepingunitskuidspecification Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Get Apicatalogpvtstockkeepingunitskuidspecification 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-apicatalogpvtstockkeepingunitskuidspecification",
  "method": "GET",
  "path": "/api/catalog/pvt/stockkeepingunit/{skuId}/specification",
  "summary": "VTex Get SKU specifications",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "Id": 1505,
          "SkuId": 1234568387,
          "FieldId": 193,
          "FieldValueId": 360,
          "Text": "Size 10"
        }
      ]
    }
  ]
}