Inventory Item Sets
Inventory Item Sets Query
Arguments
Name
Type
Description
Return Type
Notes
Usage Example
query {
# Search item sets by SKU
inventoryItemSets(
where: {
skuContains: "BUNDLE"
},
orderBy: { direction: DESC, field: CREATED_AT }
) {
edges {
node {
id
sku
dataTypeSlug
data
createdAt
items {
id
sku
data
}
}
cursor
}
totalCount
}
}Common Filters
Notes
Last updated
Was this helpful?
