How can I view ongoing background tasks in my online store?

angvlas
Shopify Partner
2 1 2

Is there anyway to display background tasks that are being performed by Shopify on your store?

Example:
I add a tag to 50,000 SKUs

How can I see the tasks that are running and the amount of time remaining to complete this task?

 

 

Reply 1 (1)

Mircea_Piturca
Shopify Partner
1547 44 346

The only thing that comes into my mind is the currentBulkOperation query. If you perform a bulk GraphQL operation you can query repeatedly currentBulkOperation and see the operation status. I do not believe that this will return the time left, just the current status: https://shopify.dev/api/usage/bulk-operations/queries

Finally—Add variant descriptions to your products