IBM Support

Creating Order with Delivery Method CARRY in API Tester

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

 

  1. Launch IBM Application Manager.


     
  2. Go to Distributed Order Management -Document Specific -Sales Order -Order Attributes.


     
  3. Create one ORDER ENTRY of type STORE and select Allow Cash And Carry Lines.

     
  4. 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>

[{"Type":"MASTER","Line of Business":{"code":"LOB77","label":"Automation Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SS6PEW","label":"IBM Sterling Order Management System Software"},"ARM Category":[{"code":"a8m0z000000cy00AAA","label":"Orders"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"10.0.0"}]

Document Information

Modified date:
06 May 2026

UID

swg21683212