20 lines
216 B
GraphQL
20 lines
216 B
GraphQL
![]() |
fragment WebhookProductVariant on ProductVariant {
|
||
|
id
|
||
|
name
|
||
|
product {
|
||
|
id
|
||
|
name
|
||
|
slug
|
||
|
}
|
||
|
channelListings {
|
||
|
channel {
|
||
|
id
|
||
|
slug
|
||
|
}
|
||
|
price {
|
||
|
amount
|
||
|
currency
|
||
|
}
|
||
|
}
|
||
|
}
|