VTEX · Example Payload

Vtex Listallskuids Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Listallskuids 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": "ListallSKUIDs",
  "method": "GET",
  "path": "/api/catalog_system/pvt/sku/stockkeepingunitids",
  "summary": "VTex List all SKU IDs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        1,
        2,
        3,
        4,
        5,
        6,
        7,
        8,
        9,
        10
      ]
    }
  ]
}