No content to show
User Activity
04-29-2024
When utilising "cart.setMetafields" how can this metafield be transferred to the order? Following this example:https://shopify.dev/docs/custom-storefronts/hydrogen/cart/metafields If I set "Cart Attributes" I can see these straightaway on the final o...
04-24-2024
I can successfully add & remove individual lines to the cart as per Shopify Example However, I'm looking to programmatically remove all lines from the cart. For this I understand I need to submit "lineIds" which is in format below. But how can I a...
I've set up access to an external API to which I submit data and get a response. However I only want to do this on button click and not on load. https://shopify.dev/docs/custom-storefronts/hydrogen/data-fetching/third-party I already have the belo...
[SOLVED] - Was returning json.data rather than json.id The POST request is succesful to the API and I can console log the data I expect to see within the server client. However I can't for the life of me succesfully return this data on the client sid...