ProductUnpublicationProcess
Asynchronous product unpublication process
This page contains
Fields
| id: ID! | Process id | 
| triggeredOn: DateTime! | Date in which the unpublication process was triggered | 
| startedOn: DateTime | Date in which the unpublication process was started | 
| completedOn: DateTime | Date in which the unpublication process was completed | 
| productId: String! | |
| status: String! | Status of the unpublication | 
| errors: [ProductUnpublicationProcessError!] PREVIEW | Errors occurring during the process | 
Implements
Mutations for ProductUnpublicationProcess
| triggerProductUnpublicationProcess PREVIEW | Trigger the product unpublication process for one or more products | 
Queries for ProductUnpublicationProcess
| productUnpublicationProcess PREVIEW | Query the unpublication process of a product |