Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 2.89 KB

ECommerceOrder1.md

File metadata and controls

36 lines (30 loc) · 2.89 KB

# ECommerceOrder1

Information about a specific order.

Properties

Name Type Description Notes
Id string A unique identifier for the order.
Customer ECommerceCustomer5
CampaignId string A string that uniquely identifies the campaign for an order. [optional]
LandingSite string The URL for the page where the buyer landed when entering the shop. [optional]
FinancialStatus string The order status. Use this parameter to trigger Order Notifications. [optional]
FulfillmentStatus string The fulfillment status for the order. Use this parameter to trigger Order Notifications. [optional]
CurrencyCode string The three-letter ISO 4217 code for the currency that the store accepts.
OrderTotal float32 The total for the order.
OrderUrl string The URL for the order. [optional]
DiscountTotal float32 The total amount of the discounts to be applied to the price of the order. [optional]
TaxTotal float32 The tax total for the order. [optional]
ShippingTotal float32 The shipping total for the order. [optional]
TrackingCode string The Mailchimp tracking code for the order. Uses the 'mc_tc' parameter in E-Commerce tracking URLs. for more information please, see Model/string.php [optional]
ProcessedAtForeign time.Time The date and time the order was processed in ISO 8601 format. [optional]
CancelledAtForeign time.Time The date and time the order was cancelled in ISO 8601 format. Note: passing a value for this parameter will cancel the order being created. [optional]
UpdatedAtForeign time.Time The date and time the order was updated in ISO 8601 format. [optional]
ShippingAddress ShippingAddress1 [optional]
BillingAddress BillingAddress1 [optional]
Promos []PromosInner1 The promo codes applied on the order [optional]
Lines []ECommerceOrderLineItem1 An array of the order's line items.
Outreach Outreach1 [optional]
TrackingNumber string The tracking number associated with the order. [optional]
TrackingCarrier string The tracking carrier associated with the order. [optional]
TrackingUrl string The tracking URL associated with the order. [optional]

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