ibm sterling order management tutorial add item sku

By | 05/25/2017

ibm sterling order management tutorial Add item sku

IBM Sterling Order Management Tutorial : What is SKU or Item ? 

What is SKU and UPC ?

ibm sterling order management tutorial add item sku SKU stands for Stock Keeping Unit also called as Item. When you are buying item in store you can see barcode on the item. Barcode usually contains SKU and UPC.

UPC stands for Universal Product Code

Now the next question ? Why we need two different terms ? When you are buying item how much important for user and store owner.

Stock Keeping Unit (SKU), is a number assigned to a product by the company for stock-keeping purposes and internal operations. 6 to 8 digit alpha numeric

Universal Product Code (UPC), is affixed to a product wherever it is sold. Used for external, or universal. 12 numeric digits

IBM Sterling Order Management Tutorial Add item or skuhere is real example from nike shoe

SKU : 309299 and 602 is model variation

UPC : 886059317623

http://www.upc-search.org/perl/upc-search.pl?q=886059317623

Below link clearly says UPC 886059317623 associated with “Nike Strike X Shorts Mens”

 

 

IBM Sterling Order Management Tutorial : Adding first Item into OMS (Option 1)

  1. Login into OMS
  2. Launch Application Manager from Configuration menu
  3. Select Catalog Management link
  4. Click on the hammer and select the inventory organization (Matrix)
  5. Go under Products > Items
  6. Click on + sign to create new item
  7. Enter Item ID, UOM and Description
  8. Click Save
  9. Open the item and change status to published and click save

IBM Sterling Order Management Tutorial : Create first Item into OMS using Save As  (Option 2)

  1. Login into OMS
  2. Launch Application Manager from Configuration menu
  3. Select Catalog Management link
  4. Click on the hammer and select the inventory organization (Matrix)
  5. Go under Products > Items
  6. Search for any one of the existing item
  7. Select the item from Search result and click on save us
  8. Change Item ID, UOM and Description
  9. Click Save

IBM Sterling Order Management Tutorial : Create first Item into OMS using API tester (Option 3)

  1. Open HTTP tester URL in browser (http://localhost:7001/smcfs/yfshttpapi/yantrahttpapitester.jsp)
  2. Select manageItem from  API dropdownmanageItem API Tester
  3. Enter your sterling username and password (Default : admin/password)
  4. Enter the below XML
    <ItemList>
        <Item ItemID="309299-602" OrganizationCode="Matrix" UnitOfMeasure="EACH">
            <PrimaryInformation
                Description="Nike Strike X Shorts Mens"
                IsDeliveryAllowed=" " IsHazmat="N"
                IsParcelShippingAllowed=" " IsPickupAllowed=" "
                IsShippingAllowed=" " ItemType="PROD" ManufacturerName="Nike"
                ShortDescription="Nike Strike X Shorts Mens - Inner size: 24.5 cm"
                Status="3000" UnitHeight="0.05" UnitHeightUOM="METER"
                UnitLength="0.05" UnitLengthUOM="CM" UnitWeight="0.05"
                UnitWeightUOM="KG" UnitWidth="5.4" UnitWidthUOM="METER"/>
            <InventoryParameters ATPRule="Matrix ATP" />
            <ClassificationCodes VelocityCode="A"/>
            <ItemAliasList>
               <ItemAlias AliasName="UPC" AliasValue="886059317623"/>
            </ItemAliasList>
        </Item>
    </ItemList>

     

  5. Click on submit
  6. Should display result as <ApiSuccess/>
  7. Now Login into OMS and open application manager to validate
    Search Item

    Pic 1: Search Item

    SKU Details

    Pic 2 : SKU Details

    UPC Code

    Pic 3 : UPC Code

To get more updates please register using below URL

Register

You can also read

Agent Server vs Integration Server

OMS 9.4 Certification

One thought on “ibm sterling order management tutorial add item sku

  1. SAR

    You can create Items using Sterling Business Center too, though in production we will be getting item details from some product master say PIM, SAP etc.

    Steps to create Item using Sterling Business Center
    1) Login into the SBC using below link
    http://localhost:/sbc/sbc/login.do
    2) Switch to you catalog organization and click on Products tab
    3) You would be able to search existing item and create new item also
    4) Click on New Item and you will be asked to enter the ItemID and the Unit Of Measure for then Item type which you want to create (You can create item like Regular, Bundle, Physical Kit etc)
    5) Enter the details which are required and dont forgot to change the status of the item to published.

    By now your item will be created in Sterling and ready to be displayed in your catalog.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *