Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I have a lot of products and want to get all the inventoryItemIds from my store so I can use them for other operations. Is there an easy way to do this?
Yes! Yes there is an easy way to do this. Here is the easiest way I know.
mutation{
bulkOperationRunQuery(
query:"""
{
products {
edges {
node {
id
variants {
edges {
node {
inventoryItem {
id
}
}
}
}
}
}
}
}
"""
) {
bulkOperation {
id
status
}
userErrors {
field
message
}
}
}
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By