Reissue Order By Id
PUT /order/:id/reissue
Reissues an existing order by creating a new order based on the original order's details. The endpoint allows you to update customer contact information and other details while preserving the original order structure. Returns the newly created order with updated information, effectively creating a duplicate order for reprocessing or fulfillment.
Request Body
{
"customer_contact": {
"id": "6401cdfe6edb8ff69affc1cc"
}
}