Preview

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

ProductDeletionProcess

Asynchronous product deletion process

This page contains

    Fields

    id: ID!

    Process id

    triggeredOn: DateTime!

    Date in which the deletion process was triggered

    startedOn: DateTime

    Date in which the deletion process was started

    completedOn: DateTime

    Date in which the deletion process was completed

    productId: String!
    status: String!

    Status of the deletion

    errors: [ProductDeletionProcessError!] PREVIEW

    Errors occurring during the process

    Implements

    Mutations for ProductDeletionProcess

    triggerProductDeletionProcess PREVIEW

    Trigger the product deletion process for one or more products

    Queries for ProductDeletionProcess

    productDeletionProcess PREVIEW

    Query the deletion process of a product