Untitled
unknown
graphqlschema
8 months ago
10 kB
7
Indexable
query searchProducts {
searchProducts(
input: {
categoryID: "iluma-device"
platformBrand: IQOS
language: EN
pagination: { page: 1, pageSize: 50 }
sort: {}
}
) {
__typename
... on SearchProductsSuccessResponse {
pageInfo {
pageSize
totalPages
totalRecords
}
products {
__typename
... on DeviceProduct {
stockAvailableQuantity
analyticsInfo {
productName
}
badges {
color {
description
group {
hexCode
name
}
hexCode
name
}
offlineDate
onlineDate
title
}
batteryLife
brandFamily
categories {
code
}
code
prices {
channel
details {
__typename
... on BasePriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
defaultCategory {
code
}
description
dimensions
isAgeVerificationRequired
isBluetoothEnabled
isPreOrderable
isProductPack
isPurchasable
isRegistrationNeeded
isReviewable
isServiceFeeIncluded
isVibrationAlarmAvailable
listingDate {
offlineDate
onlineDate
}
mainCategory
name
packagingUnit {
code
}
platformBrand
preOrderEndDate
prices {
channel
details {
__typename
... on VariantPriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
shortDescription
variants {
stockAvailableQuantity
orderableQuantity {
max
min
}
baseProductCode
code
color {
description
group {
hexCode
name
}
hexCode
name
}
prices {
channel
details {
__typename
... on VariantPriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
}
version
warranty
}
... on AccessoryProduct {
stockAvailableQuantity
analyticsInfo {
productName
}
badges {
color {
description
group {
hexCode
name
}
hexCode
name
}
offlineDate
onlineDate
title
}
batteryLife
brandFamily
categories {
code
}
code
prices {
channel
details {
__typename
... on BasePriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
defaultCategory {
code
}
description
dimensions
isAgeVerificationRequired
isPreOrderable
isProductPack
isPurchasable
isRegistrationNeeded
isReviewable
isServiceFeeIncluded
listingDate {
offlineDate
onlineDate
}
mainCategory
name
packagingUnit {
code
}
platformBrand
preOrderEndDate
prices {
channel
details {
__typename
... on VariantPriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
shortDescription
variants {
stockAvailableQuantity
orderableQuantity {
max
min
}
baseProductCode
code
color {
description
group {
hexCode
name
}
hexCode
name
}
prices {
channel
details {
__typename
... on VariantPriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
}
version
warranty
}
... on ConsumableProduct {
stockAvailableQuantity
analyticsInfo {
productName
}
badges {
color {
description
group {
hexCode
name
}
hexCode
name
}
offlineDate
onlineDate
title
}
brandFamily
categories {
code
}
code
prices {
channel
details {
__typename
... on BasePriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
defaultCategory {
code
}
description
isAgeVerificationRequired
isPreOrderable
isProductPack
isPurchasable
isRegistrationNeeded
isReviewable
listingDate {
offlineDate
onlineDate
}
mainCategory
name
packagingUnit {
code
}
platformBrand
preOrderEndDate
prices {
channel
details {
__typename
... on VariantPriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
shortDescription
variants {
stockAvailableQuantity
orderableQuantity {
max
min
}
baseProductCode
prices {
channel
details {
__typename
... on VariantPriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
code
}
}
... on ConsumableProductVariant {
stockAvailableQuantity
orderableQuantity {
max
min
}
analyticsInfo {
productName
}
badges {
color {
description
group {
hexCode
name
}
hexCode
name
}
offlineDate
onlineDate
title
}
brandFamily
categories {
code
}
code
prices {
channel
details {
__typename
... on BasePriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
defaultCategory {
code
}
description
isAgeVerificationRequired
isPreOrderable
isProductPack
isPurchasable
isRegistrationNeeded
isReviewable
listingDate {
offlineDate
onlineDate
}
mainCategory
name
packagingUnit {
code
}
platformBrand
preOrderEndDate
prices {
channel
details {
__typename
... on VariantPriceDetails {
code
originalPrice {
formattedValue
value
}
retailPrice {
formattedValue
value
}
}
}
}
shortDescription
}
}
}
}
}
Editor is loading...
Leave a Comment