Feb 13, 2020
Is there a REST API where I can get the currency rates? I have a custom front end for the shopify store with all products data stored in a third party service and want to add a currency selector. In ...
No content to show
User Activity
02-02-2022
I am trying to update the cart note using custom GraphQL mutations and js-buy-sdk clientThe documentation is poor regarding mutations and what I got it this so far: const cartId = cartInstance.client.graphQLClient.variable('cartId', 'ID!');
const not...
02-01-2022
I'm trying to run custom GraphQL mutation on the storefront and update the checkout emailI'm using js-buy-sdk and according to the documentation it should be possible to run any custom GraphQL query or mutation. Using an updateEmail method source I r...