Preview

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

ProductRetirementProcess

This page contains

    Fields

    id: ID!
    productId: ID!
    action: ProductRetirementAction! PREVIEW
    status: ProductRetirementStatus! PREVIEW
    triggeredOn: DateTime!
    startedOn: DateTime
    completedOn: DateTime
    errors: [String!]!

    Parent objects of ProductRetirementProcess

    Product PREVIEW

    Product associated with an integration event.

    Mutations for ProductRetirementProcess

    retireProduct PREVIEW

    Retire a product by unlisting, unpublishing, or deleting it — cascade applies all required preceding steps

    Queries for ProductRetirementProcess

    product

    Query a product

    productRetirementProcess PREVIEW

    Query the status of a product retirement process by its ID