Products
Archive Product
Archive a specific product to hide it from checkout pages and search results. Products are soft-deleted and can be unarchived later.
DELETE
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Path Parameters
The unique product ID to archive.
Example:
"prod_123"
Response
200 - application/json
Product archived successfully.
Example:
"Product archived successfully"
Previous
Unarchive ProductRestore an archived product back to active status, making it visible again.
Next
TypeScript SDK