/
/Customily Design Studio API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 13h ago · Updated 13h ago
Authentication1
Images1
Team1
Templates11
  • get/api/Product
  • postBatched 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
  • postBatched 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

    post/api/Product/SaveProduct

    Request body

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.