Create or Update Order by External Identifier behavior: If two requests with the same
external_id
are received, Nash will block the second request until the first request has been committed to the db and the response has been sent to the client. After that, the second request will be processed as an update since the order has already been created by the first request.
This ensures that only one order is created per external_id
, even when multiple requests are made simultaneously.Updating an archived order will also unarchive it.
Path Parameters
The external id of the order to update
Example:
"1234567890"
Body
application/json
Response
OK
The response is of type object
.