Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 19, 2024
1 parent 55ee33c commit d0ab341
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api-specs/graphql/schema.sdl
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

0 comments on commit d0ab341

Please sign in to comment.