Discussing Shopify Functions development, deployment, and usage in Shopify apps.
We are using shopify delivery customisation function for some specific purpose.
We are trying to hide the suitable delivery option and provide best available option for customer when someone applied a shipping discount code.
Below images are show the steps.
Step: 1) initial the default delivery option without the applying discount code.
step: 2) when apply the discount code.
- we are hide the some specific option using the shopify delivery function hide api : Function Hide APi
Step: 3) On the remove of the discount code we want the default options which are having on first load. but after the removing the discount code shopify unhide the remaining option after the available option .
- we have also used the re-order delivery customisation api but we didn't get the out put and also we find this issue in shopify that this one is still open. Open issue
is some one know about this. ? please help me to resolve this.