VTEX · Example Payload

Vtex Get Apicatalogpvtstockkeepingunit Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Get Apicatalogpvtstockkeepingunit 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-apicatalogpvtstockkeepingunit",
  "method": "GET",
  "path": "/api/catalog/pvt/stockkeepingunit",
  "summary": "VTex Get SKU by RefId",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": 1,
        "ProductId": 1,
        "IsActive": true,
        "Name": "Royal Canin Feline Urinary 500g",
        "RefId": "0001",
        "PackagedHeight": 6.0,
        "PackagedLength": 24.0,
        "PackagedWidth": 14.0,
        "PackagedWeightKg": 550.0,
        "Height": 0.0,
        "Length": 0.0,
        "Width": 0.0,
        "WeightKg": 0.0,
        "CubicWeight": 1.0,
        "IsKit": false,
        "CreationDate": "2020-03-12T15:42:00",
        "RewardValue": 0.0,
        "EstimatedDateArrival": null,
        "ManufacturerCode": "",
        "CommercialConditionId": 1,
        "MeasurementUnit": "un",
        "UnitMultiplier": 1.0,
        "ModalType": null,
        "KitItensSellApart": false,
        "Videos": []
      }
    }
  ]
}