Repository URL to install this package:
|
Version:
1.2.7 ▾
|
# fragment Facets on ProductList {
# facets {
# name
# values {
# identifier
# name
# count
# }
# }
# }
# fragment LabelValueFragment on LabelValue {
# label
# value
# }
# ...Facets
# fragment Refine on ProductList {
# productFilter {
# facets {
# name
# values {
# identifier
# name
# count
# }
# }
# selectedFilters {
# label
# value
# }
# }
# productSort {
# options {
# label
# value
# }
# sortedBy
# }
# }
fragment Properties on Product {
# additional {
# label
# value
# }
properties {
buyinfo {
pricing {
currencycode
prices {
type
ismin
ismax
label
value
}
}
inventorystatus
instock
preorder
preorderdate
deliverydate
availability {
instore
}
}
iteminfo {
categoryids {
label
value
}
flags {
label
value
}
videos {
label
value
}
description {
label
value
}
additionalimages {
label
value
}
isgroupproduct
}
reviewrating {
reviewcount
recommendedcount
reviews {
count
value
}
rating
ratingrange
}
# query as transformed?
skuprops {
color {
image
name
}
size1 {
name
}
style {
name
}
}
state {
starttime
additionalinfo {
label
value
}
}
}
}