using a php backend we are using 2023-10 admin api to create a draft order. the issue I’m having is the shipping prices set on my store is not being set properly to the draft order. in the payload of making a draft order we have a key of shipping_line that has 3 key value pairs in it. handle => ‘Standard’, price => 0.0, title => ‘Standard’. on 10/24 the shipping price would be updated to be the correct shipping price(ex: 4.90) and reflect looking at the shopify draft order in admin. starting 10/27 the shipping price is being set to 0.00 now and not allowing the draft order to be completed because shopify says the total has changed. looking at the order the shipping line is 0.00 but the total has the correct shipping price included. ex subtotal being 50.00, shipping says 0, total says 54.90.
i have tried removing shipping_line from payload and shipping does not get added to draft order as well