Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 860 Bytes

File metadata and controls

32 lines (17 loc) · 860 Bytes

egoisdk.CreateOrder

Properties

Name Type Description Notes
orderTotal Number Ecommerce cart total [optional]
orderId String Order ID is any non-empty unique string
cartId String Cart ID that originated this order [optional]
orderDate Date Date and hour of the order [optional]
orderStatus String Status of the order [optional] [default to 'unknown']
contact Contact1 [optional]
products [OrderProduct] List of products [optional]

Enum: OrderStatusEnum

  • created (value: "created")

  • pending (value: "pending")

  • canceled (value: "canceled")

  • completed (value: "completed")

  • unknown (value: "unknown")