Skip to main content

Modify Order

Sample request

<form method="post" id="uplink-modify" action="https://api.upstox.com/v2/uplink/order/modify">
<input type="hidden" name="access_token" value="{upstox developer API access token}" />
<input type="hidden" name="redirect_url" value="https://{redirectUrl}/" />
<input type="hidden" name="order_id" value="1644490272000" />
</form>

<script>
document.getElementById("uplink-modify").submit();
</script>
NOTE
  • Unlike place order, modification of only one order is allowed per transaction.
  • Order details are retrieved using the order_id provided in the request and made available in the Uplink UI for user to proceed with the modification.