VTEX · Example Payload

Vtex Post Apicatalogpvtstockkeepingunit Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Post 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": "post-apicatalogpvtstockkeepingunit",
  "method": "POST",
  "path": "/api/catalog/pvt/stockkeepingunit",
  "summary": "VTex Create SKU",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "Id": 70,
        "ProductId": 42,
        "IsActive": false,
        "ActivateIfPossible": false,
        "Name": "Size 10",
        "RefId": "B096QW8Y8Z",
        "Ean": "8949461894984",
        "PackagedHeight": 10.0,
        "PackagedLength": 10.0,
        "PackagedWidth": 10.0,
        "PackagedWeightKg": 10.0,
        "Height": 1.0,
        "Length": 1.0,
        "Width": 1.0,
        "WeightKg": 1.0,
        "CubicWeight": 0.1667,
        "IsKit": false,
        "CreationDate": "2020-01-25T15:51:29.2614605",
        "RewardValue": 0.0,
        "EstimatedDateArrival": null,
        "ManufacturerCode": "",
        "CommercialConditionId": 1,
        "MeasurementUnit": "un",
        "UnitMultiplier": 2.0,
        "ModalType": null,
        "KitItensSellApart": false,
        "Videos": [
          "https://www.youtube.com/"
        ]
      }
    }
  ]
}