AsynchronousProcess
AsynchronousProcess represents a potentially long running mutation that will complete as a background process after it has been triggered
This page contains
Fields
| id: ID! | Identifier of the process, which allows clients to retrieve the latest status of an AsynchronousProcess |
| triggeredOn: DateTime | triggeredOn provides the time when the process was triggered by the client |
| startedOn: DateTime | startedOn provides the time when the process has actually begun execution |
| completedOn: DateTime | completedOn provides the time when the process has completed its execution |
Types that implement AsynchronousProcess
| CreateAdhocCreditMemoProcess PREVIEW | |
| DownloadProcess | A process that handles the download and processing of product data |
| ProductDeletionProcess PREVIEW | Asynchronous product deletion process |
| ProductPublicationProcess | Asynchronous product publication process |
| ProductUnpublicationProcess PREVIEW | Asynchronous product unpublication process |
| ProductVariantsCreationProcess PREVIEW | Asynchronous ProductVariant creation process |
| SetMarketplacePricesProcess | Meta data of the asynchronous process |
| SetResellerCompanyPricesProcess | Meta data of the asynchronous process |
| SubscriptionCancellationProcess PREVIEW | Provides information about the result of a subscription cancellation request, including the process status and execution timestamps. |