Hey there, I am trying to set requested_shipping_method on an order to sync with a system of record. It looks like a text field in ordoro. I tried a Post on the orders endpoint and I cannot get it to post or put.
It seems like it should be possible by the docs but I cannot piece the docs together to make it work.
Put: https://apiverson.ordoro.com/order/1-104
{ “shipping_method”: “fedex” }
“error_message”: “Additional properties are not allowed (‘shipping_method’ was unexpected)”,
Post:
{ “requested_shipping_method”: “fedex” }
“error_message”: “The input field ‘requested_shipping_method’ was not expected.”,
{ “shipping_method”: “fedex” }
“error_message”: “The input field ‘shipping_method’ was not expected.”,
Thank you Sophie - I see the adminorderordernumber/post says it’s a “Deprecated endpoint related to caching orders”. Not sure what this means. Further, I do not see shipping_type at all on that page (using search) once I opened up the Json schema. Im not sure what you are saying, are you saying I can post that as “shipping_type” somewhere?
This doesn’t appear to work, can you be more explicit where I might find this?
ok, the documentation is a little hard to read, I did find it but it does not work - a post gets me this: I think post to orders is for creating a new one? I just want to change this field.
Thanks Sophie. We would love to enter that as an enhancement request as our orders are placed elsewhere (BigCommerce) and this method can change on a customer service follow-up.