VTEX · Example Payload

Vtex Getskucomplementsbytype Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getskucomplementsbytype 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": "GetSKUcomplementsbytype",
  "method": "GET",
  "path": "/api/catalog_system/pvt/sku/complements/{parentSkuId}/{type}",
  "summary": "VTex Get SKU complements by type",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "ParentSkuId": 1,
        "ComplementSkuIds": [
          7
        ],
        "Type": "1"
      }
    }
  ]
}