No content to show
User Activity
I'm probably missing something, but the bulk upload method is still incredibly annoying. If I want to remove some publications and add some others, I still need to make two bulk operations right? It seems there is no simple way to update a products p...
05-01-2023
So, I've finally figured out what happened here. Apparently, this is a valid GraphQL query: query {
node(id: "gid://shopify/BulkOperation/206005076024") {
... on BulkOperation {
url
partialDataUrl
}
}
} This means, there is ac...
04-25-2023
Hi all,I've been able to successfully start bulk mutations through the GraphQL API. I've verified the changes being propagated to my products. However, I've noticed two things: 1. GraphQL seems to be missing a 'get bulkoperation status by ID' query. ...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2648 | 05-01-2023 10:31 AM |