6.0.0.2 Order component client library
The Order component client library is used to call the following actions:
- addOrderItem
- updateOrderItem
- deleteOrderItem
- updateOrderShippingInfo
- cancelShoppingCart
- addPaymentInstruction
- updatePaymentInstruction
- removePaymentInstruction
- prepareOrder
- submitOrder
- getOrder
One group of APIs accepts a map as a parameter and returns a map; another group of APIs accepts a Service Data Object (SDO) as a parameter and returns an SDO. The Order component client library consists of the following packages:
- Order-Client
- Order-Server
- Order-DataObjects
Related concepts
Component facade interfaces
Client library for WebSphere Commerce services
Service Data Objects (SDO)
Related Reference
Order services