2023-02-08 08:28:14 +00:00
|
|
|
fragment ProductData on Product {
|
2023-07-31 10:08:05 +00:00
|
|
|
variants {
|
|
|
|
id
|
|
|
|
}
|
2023-02-08 08:28:14 +00:00
|
|
|
id
|
|
|
|
name
|
|
|
|
description
|
|
|
|
slug
|
|
|
|
category {
|
|
|
|
name
|
|
|
|
parent {
|
|
|
|
name
|
|
|
|
parent {
|
|
|
|
name
|
|
|
|
parent {
|
|
|
|
name
|
|
|
|
parent {
|
|
|
|
name
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
thumbnail {
|
|
|
|
url
|
|
|
|
}
|
2023-08-16 12:08:07 +00:00
|
|
|
media{
|
|
|
|
url
|
|
|
|
type
|
|
|
|
}
|
2023-02-08 08:28:14 +00:00
|
|
|
attributes {
|
|
|
|
...ProductAttributesData
|
|
|
|
}
|
|
|
|
channelListings {
|
|
|
|
id
|
|
|
|
visibleInListings
|
|
|
|
channel {
|
|
|
|
slug
|
|
|
|
currencyCode
|
|
|
|
}
|
|
|
|
}
|
|
|
|
collections {
|
|
|
|
name
|
|
|
|
}
|
|
|
|
metadata {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
}
|