This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Order Price Criterion¶
The PriceCriterion
searches for orders by their total net value.
Arguments¶
value
- value to be matched, represents total net order value- (optional)
operator
- optional operator string (EQ, GT, GTE, LT, LTE)
Example¶
PHP¶
1 2 3 4 5 6 |
|