Products
Workspace product catalog endpoints served through Effect HttpApi.
Available Methods
Each method has its own page with request and response details, examples, and generated code snippets.
- POST/api/unstable/products
Create product
- DELETE/api/unstable/products/{id}
Delete product
- GET/api/unstable/products/{id}
Get product by id
- PUT/api/unstable/products/{id}
Update product
- POST/api/unstable/products/{id}/activate
Activate product
- POST/api/unstable/products/{id}/archive
Archive product
- PATCH/api/unstable/products/{productId}/category
Set product category
- POST/api/unstable/products/{productId}/documents
Add product document
- DELETE/api/unstable/products/{productId}/documents/{fileId}
Remove product document
- PATCH/api/unstable/products/{productId}/documents/{fileId}/tech-specs
Set product document technical specifications flag
- POST/api/unstable/products/{productId}/files
Add product file association
- DELETE/api/unstable/products/{productId}/files/{fileId}
Remove product file association
- POST/api/unstable/products/by-ids
Get products by ids
- GET/api/unstable/products/categories
List product categories
- POST/api/unstable/products/categories
Create product category
- GET/api/unstable/products/categories/{categoryId}/products
List products by category
- DELETE/api/unstable/products/categories/{id}
Delete product category
- PUT/api/unstable/products/categories/{id}
Update product category
- POST/api/unstable/products/collections
Create product collection
- POST/api/unstable/products/collections/{collectionId}/items
Add product to collection
- GET/api/unstable/products/filter-options
Get product filter options
- GET/api/unstable/products/filter-options/search
Search product filter options
- POST/api/unstable/products/query
Query products
- POST/api/unstable/products/search
Search products
- POST/api/unstable/products/search/reindex
Reindex workspace product search