We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e523609 commit 9e158d5Copy full SHA for 9e158d5
src/core/dump-tenant/createSpecQuery.ts
@@ -182,6 +182,10 @@ export const getTenantQueries = (tenantId: string) => {
182
acceptedShapeIdentifiers
183
min
184
max
185
+ minSkus
186
+ minItems
187
+ maxSkus
188
+ maxItems
189
}
190
}`,
191
GET_ITEM: `query GET_ITEM ($language: String!, $path: String!) {
@@ -380,6 +384,10 @@ fragment itemRelationsContent on ItemRelationsContent {
380
384
cataloguePath: path
381
385
externalReference
382
386
387
+ productVariants {
388
+ sku
389
+ externalReference
390
+ }
383
391
392
393
fragment gridRelationsContent on GridRelationsContent {
0 commit comments