Question & Answer
Question
How do you create an Order with Delivery Method CARRY using createOrder API in API Tester in IBM Sterling Order Management?
Answer
- Launch IBM Application Manager.
- Go to Distributed Order Management -Document Specific -Sales Order -Order Attributes.
- Create one ORDER ENTRY of type STORE and select Allow Cash And Carry Lines.
- In createOrder API input xml include this Entry Type @ Order Header level and run it in API tester
For example:
<Order DocumentType="0001" DraftOrderFlag="N" EnterpriseCode="DEFAULT"
ReqDeliveryDate="2014-08-28" SellerOrganizationCode="DEFAULT" EntryType="STORE">
<OrderLines>
<OrderLine DeliveryMethod="CARRY" OrderedQty="5" PrimeLineNo="1"
ShipNode="Nod1" SubLineNo="1">
<Item ItemID="Itm1" UnitOfMeasure="EACH"/>
<LinePriceInfo UnitPrice="2"/>
</OrderLine>
</OrderLines>
<PersonInfoShipTo State="US" ZipCode="12345"/>
<PersonInfoBillTo State="US" ZipCode="12345"/>
</Order>
Was this topic helpful?
Document Information
Modified date:
06 May 2026
UID
swg21683212