Required Parameters
Parameter | Type | Description |
---|---|---|
customer_id | integer | Customer ID |
total | number | Order total amount |
subtotal | number | Order subtotal |
Optional Parameters
Parameter | Type | Description |
---|---|---|
tax_total | number | Tax amount |
discount_total | number | Discount amount |
coupon_code | string | Applied coupon code |
status | string | Order status |
payment_method | string | Payment method used |
notes | string | Order notes |
coupon_discount | number | Discount amount from coupon |
ip_address | string | IP address of the customer |
source_id | string | Source identifier for tracking |
source_url | string | Source URL for tracking |
confirmation_code | string | Custom confirmation code (auto-generated if not provided) |