Requests processed: 5
---
SELECT
id, colorId, goodsId, oldPrice, isPrimary, quantity, barcode, discount, stockKeepingUnit, price, showInYandex, yandexRate
FROM
goodsVariants
WHERE
id = 579
---
---
SELECT
id, countryId, propertiesGroupId, statusId, goodsGroupId, vendorId, complectation, name, salesNotes, description, size, weight, warranty
FROM
goods
WHERE
id = 483
---
---
SELECT
id, name, title
FROM
propertiesGroups
WHERE
id = 2
---
---
SELECT
id, parentId, typeId, showInList, position, name
FROM
goodsGroups
WHERE
id = 27
---
---
SELECT
id, colorId, goodsId, oldPrice, isPrimary, quantity, barcode, discount, stockKeepingUnit, price, showInYandex, yandexRate
FROM
goodsVariants
WHERE
goodsId = 483 AND
id != 579
---
Can't call method "getLinked" on an undefined value