feat(products): expose structured product specs

This commit is contained in:
Ruslan Bakiev
2026-04-03 14:52:30 +07:00
parent 7cd650bd04
commit 174cfe8665
2 changed files with 31 additions and 0 deletions

View File

@@ -177,6 +177,12 @@ type Product {
sku: String!
name: String!
description: String
productType: String
widthMm: Int
lengthM: Int
thicknessMicron: Int
sleeveBrand: String
quantityPerBox: String
isCustomizable: Boolean!
isActive: Boolean!
availableInWarehouses: [ProductWarehouseBalance!]!