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>

[{"Product":{"code":"SS6PEW","label":"IBM Sterling Order Management"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"--","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"9.3;9.2.1","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
10 May 2022

UID

swg21683212