We produce custom products so we update the checkout to use a preview image of the custom product. We have built functionality that uploads these preview images to the shopify CDN and store the CDN url on the cart line item. When we run the function to update the image url to the preview image, everything looks correct and there are no errors.
{
"operations": [
{
"update": {
"cartLineId": "gid://shopify/CartLine/49d3c7c5-c946-4065-b488-de1a49e46c22",
"image": {
"url": "https://cdn.shopify.com/s/files/1/0136/7713/3883/files/SVpfATaaFRgxwnMSdMZ3MOrMTkMBpMMdACsHHhPPmAW12AH16x5625FN7c329f6e4a8986e6a076574fe27ca89cbdc29f4a.png?v=1720468195"
}
}
}
]
}
The cart transform function is installed on a shopify plus store and has been activated. Any ideas on what could be causing the update to fail silently?