ProductChange
An abstract product change record — covers any modification type.
actor is a federated User reference; the gateway resolves name/email from the User subgraph.
meta carries type-specific context as key/value pairs:
NETWORK_DISTRIBUTION — action: REQUESTED | APPROVED | DENIED | WITHDRAWN
| PENDING_ISV_APPROVAL | ISV_APPROVED | ISV_DENIED
reviewerPartner:
This page contains
Fields
| changeType: ProductChangeType! PREVIEW | |
| actor: User PREVIEW | |
| timestamp: String! | |
| meta: [ProductChangeMeta!]! PREVIEW |
Parent objects of ProductChange
| CatalogFeedItem PREVIEW |