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 |