/
CU
customily
/
Customily Design Studio API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13h ago · Updated 13h ago
Details
Filter operations
Authentication
1
Images
1
Team
1
Templates
11
get
/api/Product
post
Batched version of GetFullProduct. Fetches multiple templates by id in a single request so callers don't have to fire one HTTP request per id (which was hitting rate limits when done via Promise.all on the client). Invalid, missing, or inaccessible ids are silently skipped instead of failing the whole batch.
post
/api/Product/SaveProduct
get
/api/Product/CloneProduct
post
/api/Product/Rename
get
/api/Product/GetProducts
get
/api/Product/GetProductsCount
post
/api/Product/AssignTags
delete
/api/Product/DeleteProductById
post
Batched version of DeleteProductById. Deletes multiple templates by Guid id in a single request so callers don't have to fire one HTTP request per id (which was hitting rate limits when done via Promise.all on the client). Reuses the same per-id deletion logic (relation checks, soft/force delete, audit log) as the single-id endpoint. Invalid or missing ids are silently skipped instead of failing the whole batch.
get
/api/Product/ProductTemplateRelations
Templates
get
/api/Product
Query parameters
productId
string
nullable
required
useListEPS
boolean
Changes