Skip to content

Latest commit

 

History

History
47 lines (43 loc) · 3.93 KB

Order.md

File metadata and controls

47 lines (43 loc) · 3.93 KB

com.ultracart.admin.v2.Model.Order

Properties

Name Type Description Notes
Affiliates List<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]
AutoOrder OrderAutoOrder [optional]
Billing OrderBilling [optional]
Buysafe OrderBuysafe [optional]
ChannelPartner OrderChannelPartner [optional]
Checkout OrderCheckout [optional]
Coupons List<OrderCoupon> Coupons [optional]
CreationDts string Date/time that the order was created [optional]
CurrencyCode string Currency code that the customer used if different than the merchant's base currency code [optional]
CurrentStage string Current stage that the order is in. [optional]
CustomerProfile Customer [optional]
DigitalOrder OrderDigitalOrder [optional]
Edi OrderEdi [optional]
ExchangeRate decimal? Exchange rate at the time the order was placed if currency code is different than the base currency [optional]
FraudScore OrderFraudScore [optional]
Gift OrderGift [optional]
GiftCertificate OrderGiftCertificate [optional]
Internal OrderInternal [optional]
Items List<OrderItem> Items [optional]
LanguageIsoCode string Three letter ISO-639 language code used by the customer during the checkout if different than the default language [optional]
LinkedShipment OrderLinkedShipment [optional]
Marketing OrderMarketing [optional]
MerchantId string UltraCart merchant ID owning this order [optional]
OrderId string Order ID [optional]
Payment OrderPayment [optional]
PointOfSale OrderPointOfSale [optional]
Properties List<OrderProperty> Properties, available only through update, not through insert due to the nature of how properties are handled internally [optional]
Quote OrderQuote [optional]
RefundDts string If the order was refunded, the date/time that the last refund occurred [optional]
RefundReason string Refund reason code. This can only be written during a refund operation otherwise this field is read only. [optional]
RejectDts string If the order was rejected, the date/time that the rejection occurred [optional]
RejectReason string Reject reason code. This can only be written during a reject operation otherwise this field is read only. [optional]
Salesforce OrderSalesforce [optional]
Shipping OrderShipping [optional]
Summary OrderSummary [optional]
Tags List<OrderTag> tags, available only through update, not through insert due to the nature of how tags are handled internally [optional]
Taxes OrderTaxes [optional]
Utms List<OrderUtm> UTM clicks. The zero index is the most recent (last) UTM click [optional]

[Back to Model list] [Back to API list] [Back to README]