VTEX · Example Payload

Vtex Getskucomplementsbycomplementtypeid Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getskucomplementsbycomplementtypeid 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": "GetSKUComplementsbyComplementTypeID",
  "method": "GET",
  "path": "/api/catalog/pvt/stockkeepingunit/{skuId}/complement/{complementTypeId}",
  "summary": "VTex Get SKU complements by complement type ID",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "Id": 61,
          "SkuId": 7,
          "ParentSkuId": 1,
          "ComplementTypeId": 1
        }
      ]
    }
  ]
}