CartExtension.CreateOrderRequest
Request object that is passed into CartExtension.CheckoutCreateOrder.
Constructor for CartExtension.CreateOrderRequest.
| Param | Description |
|---|---|
cart | CartExtension.Cart object to contain in the request. |
orderReferenceNumber | Order Reference Number that is assigned to the Order. Cannot be null or empty. |
Returns the CartExtension.Cart object contained in the request.
| Type | Description |
|---|---|
Cart | CartExtension.Cart |
Returns the orderReferenceNumber that is associated with the cart.
| Type | Description |
|---|---|
String | OrderReferenceNumber |