Templates

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/GetProducts/ByIds

Request body

ProductIdsstring[] nullable
UseListEPSboolean

Changes

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