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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025