Order structure
An order contains the following top-level data:Order items
Each item in theitems array includes:
Payment details
Thepayment_details object contains:
Order statuses
Orders move through the following statuses during their lifecycle:You can update an order’s status from the order detail view. Status changes apply immediately and are reflected in the order list.
Payment statuses
Thepayment_status field tracks the payment lifecycle independently of the order status:
Payment methods
Meneja supports the following payment methods on orders:credit_cardpaypalbank_transfercash_on_deliverymobile_money
Searching and filtering orders
Use the filter bar at the top of the Orders list to narrow results. The available options are:
You can combine multiple filters. For example, filter by
status: shipped and a date range to review all shipped orders in a given period.
Viewing order details
Click any row in the orders list to open the order detail view. From there you can:- Review all line items, totals, and shipping address
- See the current order status and payment status
- Update the order status or payment status
- View linked delivery details
- Initiate or review refunds
- Access the linked support ticket
Support tickets on orders
When a customer contacts support about an order, aSupportTicket is attached to that order record. The ticket includes:
Support tickets are read-only in the order detail view. To respond to or resolve a ticket, use the linked support conversation referenced by
conversation_id.