Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 816 Bytes

File metadata and controls

15 lines (12 loc) · 816 Bytes

# CreateOrder

Properties

Name Type Description Notes
order_total float Ecommerce cart total [optional]
order_id string Order ID is any non-empty unique string
cart_id string Cart ID that originated this order [optional]
order_date \DateTime Date and hour of the order [optional]
order_status string Status of the order [optional] [default to 'unknown']
contact \EgoiClient\EgoiModel\Contact1 [optional]
products \EgoiClient\EgoiModel\OrderProduct[] List of products [optional]

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