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.
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024