ibm sterling order management tutorial Add item sku
IBM Sterling Order Management Tutorial : What is SKU or Item ?
What is SKU and UPC ?
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
here 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)
- Login into OMS
- Launch Application Manager from Configuration menu
- Select Catalog Management link
- Click on the hammer and select the inventory organization (Matrix)
- Go under Products > Items
- Click on + sign to create new item
- Enter Item ID, UOM and Description
- Click Save
- 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)
- Login into OMS
- Launch Application Manager from Configuration menu
- Select Catalog Management link
- Click on the hammer and select the inventory organization (Matrix)
- Go under Products > Items
- Search for any one of the existing item
- Select the item from Search result and click on save us
- Change Item ID, UOM and Description
- Click Save
IBM Sterling Order Management Tutorial : Create first Item into OMS using API tester (Option 3)
- Open HTTP tester URL in browser (http://localhost:7001/smcfs/yfshttpapi/yantrahttpapitester.jsp)
- Select manageItem from API dropdown
- Enter your sterling username and password (Default : admin/password)
- 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>
- Click on submit
- Should display result as <ApiSuccess/>
- Now Login into OMS and open application manager to validate
Pic 1: Search Item
Pic 2 : SKU Details
Pic 3 : UPC Code
To get more updates please register using below URL
You can also read
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.