addProduct |
GET /cdna-admin/products/add-product
|
Name |
Type |
Description |
product |
Product
|
Single (empty) Product record
|
|
Add a new record. Assigns an empty record to the template. |
editProduct |
GET /cdna-admin/products/product/{id}/{revision.id}
|
Name |
Type |
Description |
product |
Product
|
Retrieved Product record
|
|
Retrieve a single record and display the edit page for the record |
manageProducts |
GET /cdna-admin/products/products
|
|
Retrieve available records and assign them to the template for editing. |
manageCategoriesProducts |
GET /cdna-admin/products/categories-products/{primaryCategory.id}
|
|
Retrieve available records and assign them to the template for editing. |
addProductVariant |
GET /cdna-admin/products/add-variant/{parent.id}
|
Name |
Type |
Description |
productVariant |
ProductVariant
|
Single (empty) ProductVariant record
|
|
Add a new record. Assigns an empty record to the template. |
editProductVariant |
GET /cdna-admin/products/variant/{id}/{revision.id}
|
Name |
Type |
Description |
productVariant |
ProductVariant
|
Retrieved ProductVariant record
|
|
Retrieve a single record and display the edit page for the record |
editProductDescription |
GET /cdna-admin/products/product-description/{id}/{revision.id}
|
Name |
Type |
Description |
productDescription |
ProductDescription
|
Retrieved ProductDescription record
|
|
Retrieve a single record and display the edit page for the record |
addCategory |
GET /cdna-admin/products/add-category/{parent.id}
|
Name |
Type |
Description |
category |
Category
|
Single (empty) Category record
|
|
Add a new record. Assigns an empty record to the template. |
editCategory |
GET /cdna-admin/products/category/{id}/{revision.id}
|
Name |
Type |
Description |
category |
Category
|
Retrieved Category record
|
|
Retrieve a single record and display the edit page for the record |
manageCategories |
GET /cdna-admin/products/categories
|
|
Retrieve available records and assign them to the template for editing. |
editCategoryDescription |
GET /cdna-admin/products/category-description/{id}/{revision.id}
|
Name |
Type |
Description |
categoryDescription |
CategoryDescription
|
Retrieved CategoryDescription record
|
|
Retrieve a single record and display the edit page for the record |