v1

latestOpenAPI 3.0.3Bity2026-08-06148380.1 KB
Orders

Duplicate an order

This endpoint places a new order with the same amount, same input object, same ouput object and same payment details as an already executed one.

It is only possible to duplicate orders of which the full order details are accessible.

post/orders/{order_uuid}/duplicate

Path parameters

order_uuidstring required

ID of the order to duplicate.

Response

The order has been successfully created.

The Location header contains the URI (which can be relative) at which the order status and details can be retrieved. That is, the Location header is meant to be interpreted as per RFC 7231 section 7.1.2.