{ "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 } ] } ] }