Orders view
The Orders section displays a list of all transactional records. Use this view to monitor sales activity and manage existing data. Each line in the order list contains:- Status: The current state of the order:
- Order created: The order has been logged.
- Order paid: The order was finalized.
- Order canceled: The order was canceled. Using redemption rollback automatically switches a status from paid to canceled.
- Order fulfilled: A flexible status indicating the order was created but not yet paid.
- ID: A unique identifier (click this to open the Order detailed view).
- Customer: The customer who placed the order.
- Items: The number of items in the cart.
- Amount: Total value before discounts.
- Discounted amount: Total value after discounts.
- Created: The timestamp when the order was logged.
Add an order
You can add order records manually for individual entries or automatically for high-volume transactional data.Add manually in Dashboard
Use the Dashboard to manually add an order record for testing or offline sales. Go to Campaign hub > Orders to Create order.Details
Add the following:
- Source ID: Your internal reference identifier for the order (optional).
- Status: Select the current state – Created, Paid, Canceled, or Fulfilled (optional).
Items
Add item to specify products or SKUs that should be in the order.For each item, you can set the Quantity and Price.Click Calculate to update the Total order amount.Optionally, add Total order amount only, without specific cart items.
Customer (optional)
Choose customer or create a new one to link the order to that customer.This order will then appear in the customer’s profile.
Referrer (optional)
Choose customer or create a new one to assign them as a referrer if the order was driven by a referral campaign.
Metadata (optional)
Add custom attributes for tracking, optimizing, or experimenting.You can either:
- Use an existing metadata schema.
- Add unknown property: metadata that isn’t defined and won’t be added to the schema.
- Add to schema: define new metadata schema. Once saved, reload the schema to use the new metadata.
Read Metadata to learn more about custom attributes.
Order data export
You can download a CSV file with the order data for external reporting. Go to Campaign hub > Orders to Export orders.Select attributes
Choose which standard fields and custom attributes (metadata) to include in the exported CSV.
Related features
Experiment with other features to improve your incentive results.Developer setup: Order API
Developer setup: Order API
For production environments, use the POST Create Order API endpoint to sync your storefront with Voucherify in real-time.You can also automate the import of historical data with the POST Import orders
Validation rules
Validation rules
You can create validation rules that define the required cart structure:
- Cart volume: Limit redemptions to specific order amounts (for example, “Spend at least $50”).
- Cart content: Restrict discounts to specific products or quantities.
Metadata
Metadata
Use Metadata to store custom attributes (like
shipping_method) to build specific validation rules.Read the Metadata article to learn more.Customer segments
Customer segments
Divide customers into segments based on their purchase history:
- High-spenders: Customers with a total amount spent over a specific threshold.
- Loyal buyers: Customers who have reached a specific number of orders.

