SetMarketplacePricesProcess
Meta data of the asynchronous process
This page contains
Fields
id: ID! | Process identifier |
triggeredOn: DateTime! | When the process was triggered by the client |
startedOn: DateTime | When the process has started |
completedOn: DateTime | When the process has completed |
triggeredBy: String | userId/emailId of the user who trigger the process |
status: PricingMarkupsProcessStatus! | Status of the process |
executionErrors: [SetMarketplacePricesProcessExecutionError] | Errors during process execution |
Implements
Mutations for SetMarketplacePricesProcess
triggerSetMarketplacePricesProcess | Trigger a process to set marketplace sale or wholesale price for one/multiple/all products of the marketplace |
Queries for SetMarketplacePricesProcess
setMarketplacePricesProcess | Track the status of the process to set marketplace sale or wholesale price for one/multiple/all products of the marketplace |