| affiliates |
\ultracart\v2\models\OrderAffiliate[] |
Affiliates if any were associated with the order. The first one in the array sent the order and each subsequent affiliate is the recruiter that earns a downline commission. |
[optional] |
| auto_order |
\ultracart\v2\models\OrderAutoOrder |
|
[optional] |
| billing |
\ultracart\v2\models\OrderBilling |
|
[optional] |
| buysafe |
\ultracart\v2\models\OrderBuysafe |
|
[optional] |
| channel_partner |
\ultracart\v2\models\OrderChannelPartner |
|
[optional] |
| checkout |
\ultracart\v2\models\OrderCheckout |
|
[optional] |
| coupons |
\ultracart\v2\models\OrderCoupon[] |
Coupons |
[optional] |
| creation_dts |
string |
Date/time that the order was created |
[optional] |
| currency_code |
string |
Currency code that the customer used if different than the merchant's base currency code |
[optional] |
| current_stage |
string |
Current stage that the order is in. |
[optional] |
| current_stage_histories |
\ultracart\v2\models\OrderCurrentStageHistory[] |
History of the changes to the current_stage field |
[optional] |
| customer_profile |
\ultracart\v2\models\Customer |
|
[optional] |
| digital_order |
\ultracart\v2\models\OrderDigitalOrder |
|
[optional] |
| edi |
\ultracart\v2\models\OrderEdi |
|
[optional] |
| exchange_rate |
float |
Exchange rate at the time the order was placed if currency code is different than the base currency |
[optional] |
| fraud_score |
\ultracart\v2\models\OrderFraudScore |
|
[optional] |
| gift |
\ultracart\v2\models\OrderGift |
|
[optional] |
| gift_certificate |
\ultracart\v2\models\OrderGiftCertificate |
|
[optional] |
| internal |
\ultracart\v2\models\OrderInternal |
|
[optional] |
| items |
\ultracart\v2\models\OrderItem[] |
Items |
[optional] |
| language_iso_code |
string |
Three letter ISO-639 language code used by the customer during the checkout if different than the default language |
[optional] |
| linked_shipment |
\ultracart\v2\models\OrderLinkedShipment |
|
[optional] |
| marketing |
\ultracart\v2\models\OrderMarketing |
|
[optional] |
| merchant_id |
string |
UltraCart merchant ID owning this order |
[optional] |
| order_id |
string |
Order ID |
[optional] |
| payment |
\ultracart\v2\models\OrderPayment |
|
[optional] |
| point_of_sale |
\ultracart\v2\models\OrderPointOfSale |
|
[optional] |
| properties |
\ultracart\v2\models\OrderProperty[] |
Properties, available only through update, not through insert due to the nature of how properties are handled internally |
[optional] |
| quote |
\ultracart\v2\models\OrderQuote |
|
[optional] |
| refund_dts |
string |
If the order was refunded, the date/time that the last refund occurred |
[optional] |
| refund_reason |
string |
Refund reason code. This can only be written during a refund operation otherwise this field is read only. |
[optional] |
| reject_dts |
string |
If the order was rejected, the date/time that the rejection occurred |
[optional] |
| reject_reason |
string |
Reject reason code. This can only be written during a reject operation otherwise this field is read only. |
[optional] |
| salesforce |
\ultracart\v2\models\OrderSalesforce |
|
[optional] |
| shipping |
\ultracart\v2\models\OrderShipping |
|
[optional] |
| summary |
\ultracart\v2\models\OrderSummary |
|
[optional] |
| tags |
\ultracart\v2\models\OrderTag[] |
tags, available only through update, not through insert due to the nature of how tags are handled internally |
[optional] |
| taxes |
\ultracart\v2\models\OrderTaxes |
|
[optional] |
| utms |
\ultracart\v2\models\OrderUtm[] |
UTM clicks. The zero index is the most recent (last) UTM click |
[optional] |