method_id = flat_rate for all flat rate shipping
-
So an odd one here – we tie our orders to a fulfilment place and they access the orders via API.
We then have a number of shipping rates – all are based upon the flat rate shipping – but some are next day, DHL, courier etc – all with different titles and costs – and this allows the customer to select which one they want
The issue that we are having now is that the API is only pulling the method_id of these shipping values and they all say “flat_rate” – because thay are all based on the flat rate shipping method…
We do not seem to be able to change this? Is it possible?
The method_title does change to what we type on each one – but they are using method_id…
This used to work so I am unsure if its their system thats changed recently or woo? but I am sure that I am not the only system tieing into auto fulfilment systems?
they basically are pulling from these fields – this is what you would see if you export the orders to a CSV file
items:PRODUCT × 3|method_id:flat_rate|taxes:a:1:{s:5:"total";a:1:{i:1;s:6:"0.6584";}}
However we want the method_title which would say
FREE [RM Tracked postage] RM Tracked postage Free shipping Premium Shipping (DHL) Premium Shipping (by DHL)
Anyone come across this also? and any thoughts?
Thank you Sarah
- The topic ‘method_id = flat_rate for all flat rate shipping’ is closed to new replies.