@vtex/api
Version:
VTEX I/O API client
32 lines (31 loc) • 559 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.query = void 0;
exports.query = `
query GetSKU ($identifier: SKUUniqueIdentifier!) {
sku (identifier: $identifier) {
id
productId
isActive
name
height
length
width
weightKg
packagedHeight
packagedWidth
packagedLength
packagedWeightKg
cubicWeight
isKit
creationDate
rewardValue
manufacturerCode
commercialConditionId
measurementUnit
unitMultiplier
modalType
kitItensSellApart
}
}
`;