Products
Unarchive Product
Restore an archived product back to active status, making it visible again.
POST
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
The unique product ID to unarchive.
Example:
"prod_123"
Response
200 - application/json
Product unarchived successfully.
Example:
"Product unarchived successfully"
TypeScript SDK