VTEX · Example Payload

Vtex Skulistbyproductid Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Skulistbyproductid 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": "SkulistbyProductId",
  "method": "GET",
  "path": "/api/catalog_system/pvt/sku/stockkeepingunitByProductId/{productId}",
  "summary": "VTex Get SKU list by product ID",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": [
        {
          "IsPersisted": true,
          "IsRemoved": false,
          "Id": 2000035,
          "ProductId": 2000024,
          "IsActive": true,
          "Name": "33 - Preto",
          "Height": 8,
          "RealHeight": null,
          "Width": 15,
          "RealWidth": null,
          "Length": 8,
          "RealLength": null,
          "WeightKg": 340,
          "RealWeightKg": null,
          "ModalId": 1,
          "RefId": "",
          "CubicWeight": 0.2,
          "IsKit": false,
          "IsDynamicKit": null,
          "InternalNote": null,
          "DateUpdated": "2015-11-06T19:10:00",
          "RewardValue": 0.01,
          "CommercialConditionId": 1,
          "EstimatedDateArrival": null,
          "FlagKitItensSellApart": false,
          "ManufacturerCode": "",
          "ReferenceStockKeepingUnitId": null,
          "Position": 0,
          "EditionSkuId": null,
          "ApprovedAdminId": 123,
          "EditionAdminId": 123,
          "ActivateIfPossible": true,
          "SupplierCode": null,
          "MeasurementUnit": "un",
          "UnitMultiplier": 2.0,
          "IsInventoried": null,
          "IsTransported": null,
          "IsGiftCardRecharge": null,
          "ModalType": null
        }
      ]
    }
  ]
}