We’ve started seeing this issue in the last 24 hours. The shippingRateHandle / title input we pass as part of the
shippingLine field for draftOrderCreate seems to be ignored, the resulting draft order is defaulting to some ransom shipping method (in our case it’s the 1 day shipping method, resulting in a lot of unnecessary shipping spend). Anyone else seeing this?
Example input:
“shippingLine”: {
“price”: “0”,
“shippingRateHandle”: “shopify-Standard%20(up%20to%205%20days)-0.00”,
“title”: “Standard (up to 5 days)”
},