Skip to content

Clone an existing order

Request

Creates a new order as a copy of the given order. The new order has a fresh UID, order number, and createdAt; shipping and clone metadata are cleared.


Requires orders::read and orders::modify permissions.

Security
JWTAuthorizer
Path
uidstringrequired

Order UID

curl -i -X POST \
  'https://apidocs.trustgrid.io/_mock/provisioning/api/v1/orders/{uid}/clone' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
uidstring
Response
{ "uid": "string" }