Preview

ProductChange is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

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: (APPROVED / DENIED / ISV_APPROVED / ISV_DENIED) targetPartner: (PENDING_ISV_APPROVAL) requestRefId: (PENDING_ISV_APPROVAL) PRODUCT_CHANGE

This page contains

    Fields

    changeType: ProductChangeType! PREVIEW
    actor: User PREVIEW
    timestamp: String!
    meta: [ProductChangeMeta!]! PREVIEW

    Parent objects of ProductChange

    CatalogFeedItem PREVIEW