The AIUNIFY Funnels Products workspace lets you create, edit, and delete Product records used by supported Landing Page checkout components.
These records may represent products or services.
To begin a new Product record:
The server-side create workflow requires:
| Name | Required. |
| Gross Price | Required. |
| Currency | Required. |
| Description | Optional in the confirmed controller workflow. |
Use a clear Product Name that will still make sense when it appears in an Order.
Because the Product Name is copied into the Order during checkout, avoid temporary internal wording that would make historical Orders difficult to interpret.
The interface labels the price field:
Gross Price
The HTML form uses a numeric field with:
| Minimum | 0 |
| Step | 0.01 |
| Placeholder | Price |
Enter the amount in the major unit appropriate to the selected currency.
Select the Product's Currency from the available currency list.
The application stores a three-character currency code with the Product, and that value is later copied into each new Order created for the Product.
AIUNIFY Funnels passes the saved currency into supported gateway payment requests.
Before selling in a particular currency, confirm that your connected merchant account and intended payment gateway support that currency.
The Description field is a multi-line text area.
Use it to document information that helps identify the Product or service within your own Product workflow.
Select Save when the Product is ready.
A successful creation returns:
Created successfully
The application then returns you to the Products listing.
Select Cancel to return to the Products listing without completing the current form.
If information has not been saved, do not assume unsaved entries will be retained.
To modify an existing Product:
The update workflow applies the same required fields as Product creation:
Description remains part of the saved Product data.
After a successful update, AIUNIFY Funnels displays:
Updated successfully
If a Product is already used by a live Landing Page, changes to its current Name, Gross Price, or Currency can affect future checkout submissions.
After changing a Product used in a live campaign:
During checkout, the application creates an Order containing the Product Name, Price as Total, and Currency at that time.
For historical payment review, use the values stored on the Order rather than assuming the Product's current values have always been the same.
The Products workspace provides a Delete action.
The interface asks:
Confirm delete?
Confirm only after verifying that you selected the intended Product.
The confirmed Product deletion controller deletes the selected Product record and returns:
Deleted successfully
The standard delete method removes the Product record. The confirmed Product-management workflow does not provide a separate user-facing restore operation as part of that action.
Before deleting a Product used by an active campaign, consider whether the Landing Page should first be updated or unpublished.
The Product deletion method deletes the Product record itself.
Orders are maintained through a separate Order model and separate Order deletion workflow.
The Product deletion method does not contain an instruction to delete the account's existing Orders.
Perform Product management through the authenticated Products interface and the records presented there.
Do not manually modify internal record identifiers or construct management URLs as a substitute for normal interface navigation.
Operating principle: Treat Product Name, Gross Price, and Currency as live commerce data. Verify them before saving and re-test every active Landing Page that depends on a changed Product.