Kindly refer to the screenshot below, the modify cover order takes order_id as parameter?
This is kind of confusing as we are already passing order_id in the URL route parameter. So why do we need to send it again? Or does this stand for parent order id?
Hi @namratasonawane, The order_id is required for some technical reasons in the backend, Hence we expect it to be in the body params even though, it is already passed in the url.
Any update on this?
The
order_id
is required for some technical reasons in the backend, Hence we expect it to be in the body params even though, it is already passed in the url.