GuideLab API

Restore an archived order

Removes the archived status from an order, making it active again. Lab-only endpoint.

POST
/archive/orders/restore

Removes the archived status from an order, making it active again. Lab-only endpoint.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X POST "https://example.com/archive/orders/restore"
{  "success": true,  "order": {    "id": "string",    "orderNumber": "string",    "status": "string"  }}
Empty
Empty
Empty