No content to show
User Activity
{"id": "{{draftOrder.id}}","input": {"shippingLine": {"priceWithCurrency": {"amount": "9.99","currencyCode": "AUD"},"shippingRateHandle": "Standard","title": "Standard"},}}
Please see attached flow set up, receiving the error: Mutation input evaluated to invalid JSON. Please ensure the input forms valid JSON after Liquid code is run.
{"id": "{{draftOrder.id}}","shippingLine": {"price": {"amount": "9.99","currencyCode": "AUD"},"title": "Standard"}}This is what I have at the moment and getting the error: Error Mutation had errors: "invalid id"
Thank you so much, I am having a look now and the code is a bit confusing to me. I have pasted it below which bit should I update to make all draft shipping orders have $9.99. {"id": "","shippingLine": {"price": {"amount": "","currencyCode": ""},"tit...
12-02-2024
Hi I am wanting to create a flow to automatically add a flat rate shipping price of $9.99 to all draft orders created please
Hey guys, our shipping app requires a phone number to be put in for us to print the orders out, however we do not make phone numbers mandatory (and we would like to avoid doing so) however the shipping app we are using wont let us print out the order...