The getOrderStatus Web service returns the OrderStatus associated with the specified ID.

Servlet Name

getOrderStatus

Input Parameters

orderId - The ID of the order.

Output

A complete OrderStatus object. This includes:

String orderId
Date dateSubmitted
String orderState
List of items and their states
List of shipping groups and their states
List of payment groups

Web Service Class

atg.commerce.order.OrderServices

Nucleus Component

/atg/commerce/order/orderServices

Method

getOrderStatus(String orderId)

Executes within a session

Yes

WSDL URL

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

Endpoint URL

http://hostname:port/commerce/order/getOrderStatus/getOrderStatus

Security FunctionalName

orderManagement