27 lines
292 B
GraphQL
27 lines
292 B
GraphQL
![]() |
fragment WebhookProduct on Product {
|
||
|
id
|
||
|
name
|
||
|
slug
|
||
|
channelListings {
|
||
|
id
|
||
|
channel {
|
||
|
id
|
||
|
slug
|
||
|
}
|
||
|
}
|
||
|
variants {
|
||
|
id
|
||
|
name
|
||
|
channelListings {
|
||
|
channel {
|
||
|
id
|
||
|
slug
|
||
|
}
|
||
|
price {
|
||
|
amount
|
||
|
currency
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|