All things Shopify and commerce
I am trying to merge cart line items and following the instruction here: https://shopify.dev/docs/api/functions/reference/cart-transform#example-merge-operation
But got the InvalidOutputError
First question is how can I look into the details of error. There is no way allow me to click into the error.
Here is the input
query RunInput {
cart {
lines {
id
quantity
cost {
amountPerQuantity {
amount
currencyCode
}
}
# Cart line attribute to get the uuid
uuid: attribute(key: "uuid") {
value
}
}
}
}
Solved! Go to the solution
This is an accepted solution.
I figured it out. It has to test on development store not plus store. On plus store, the timestamp is not clickable.
You can see the log if you are testing the app with same partners account as of the store.
You can see the screenshot, where the timestamp is clickable. Here I'm testing app with a store under same partner account.
This is an accepted solution.
I figured it out. It has to test on development store not plus store. On plus store, the timestamp is not clickable.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025