
* Add CMS hub app * Cleanup * Refactor CMS product variants webhooks * Test utils 1 * Remove legacy code * Add .env example * Update types * Remove unused code * Fix cms client opertions settings test * Fix pnpm-lock file * Bump typescript to 4.9, support satisfies expressions
36 lines
395 B
GraphQL
36 lines
395 B
GraphQL
fragment WebhookProductVariant on ProductVariant {
|
|
id
|
|
name
|
|
sku
|
|
product {
|
|
id
|
|
name
|
|
slug
|
|
media {
|
|
url
|
|
}
|
|
channelListings {
|
|
id
|
|
channel {
|
|
id
|
|
slug
|
|
}
|
|
isPublished
|
|
}
|
|
}
|
|
channelListings {
|
|
id
|
|
channel {
|
|
id
|
|
slug
|
|
}
|
|
price {
|
|
amount
|
|
currency
|
|
}
|
|
}
|
|
metadata {
|
|
key
|
|
value
|
|
}
|
|
}
|