The createOrder Web service creates a new order and assigns the current profile ID to the order.

Servlet Name

createOrder

Input Parameters

orderType – (Optional) the type of order to create. Null indicates the default order type.

Output

The ID of the newly created order.

Web Service Class

atg.commerce.order.OrderServices

Nucleus Component

/atg/commerce/order/orderServices

Executes within a session

Yes

WSDL URL

http://hostname:port/commerce/order/createOrder?WSDL

Endpoint URL

http://hostname:port/commerce/order/createOrder/createOrder

Method

createOrder(String orderType)

Security FunctionalName

orderCreation