Skip to content

Commit

Permalink
Merge pull request #783 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Dec 19, 2024
2 parents 2646896 + 05302b4 commit 99f1f3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7776,6 +7776,8 @@ type ProductData {
If the list is not provided then noChannel is checked for `isOnStock`
"""
stockChannelIds: [String!], hasImages: Boolean): [ProductVariant!]!

"Fetch all variants, including the master variant in first position."
allVariants(
"Queries for products with specified SKUs"
skus: [String!], isOnStock: Boolean,
Expand Down Expand Up @@ -8159,6 +8161,9 @@ type ProductProjection {
published: Boolean!
masterVariant: ProductSearchVariant!
variants: [ProductSearchVariant!]!

"Fetch all variants, including the master variant in first position."
allVariants: [ProductSearchVariant!]!
taxCategoryRef: Reference
taxCategory: TaxCategory
stateRef: Reference
Expand Down
1 change: 1 addition & 0 deletions reference.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
55ee33c4d18af345c4e89be226286c56c187a878
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,4 @@ f4f3c42381257c319000e05bd5b61074d18b0a5f
7abe530c4e76020a59ffb61623f20b87ae406e02
62496134db5ebaf04225ce024b1f5ed3f2c79557
55ee33c4d18af345c4e89be226286c56c187a878
d0ab34123535479eb53d2400ca18fdfab0f9bf4c

0 comments on commit 99f1f3b

Please sign in to comment.