@vtex/api
Version:
VTEX I/O API client
32 lines (31 loc) • 524 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.query = void 0;
exports.query = `
query GetProduct ($identifier: ProductUniqueIdentifier!) {
product (identifier: $identifier) {
id
brandId
categoryId
departmentId
name
linkId
refId
isVisible
description
shortDescription
releaseDate
keywords
title
isActive
taxCode
metaTagDescription
supplierId
showWithoutStock
score
salesChannel {
id
}
}
}
`;