Hi!
I currently have “Buy it now” button passing some custom property on the Shopify Plus store.
Is there a way to modify this property OR add a new one on the checkout page for the existing checkout?
I.e. can I do something like a POST request to /xxx/checkouts/xxx with checkout[properties][some_prop]: somevalue?
Or is there a better way to force Shopify to refetch new shipping rates for the same address from a CarrierService?
Thank you!