XSD Element Name |
XSD Element Data Type |
XSD Min Occurs |
XSD Max Occurs |
XSD Element Description |
Mapping for ItmBasketItm in SIM application. |
SIM's Table Name |
SIM's Column Name |
Integration API(RIB or/and RSB or/and RSL) |
SIM's Column Length |
Is Column Required in SIM's API? |
SIM's API Description |
line_id |
number12 |
1 |
1 |
Unique line item identifier |
ITEM_BASKET_LINE_ITEM |
ID |
NUMBER |
12,0 |
Yes |
this column value is generated from the sequence. |
item_id |
varchar225 |
1 |
1 |
Sku number |
ITEM_BASKET_LINE_ITEM |
ITEM_ID |
VARCHAR2 |
25 |
Yes |
this column contains the item id. |
uin |
varchar2128 |
0 |
1 |
Universal identifier number |
ITEM_BASKET_LINE_ITEM |
UIN |
VARCHAR2 |
128 |
No |
uin of this item. |
quantity |
number12_4 |
1 |
1 |
Quantity in uom. If uom is not the item's standard unit of measure, conversion to standard unit of measure will be attempted. Quantity will be overridden with 1 if uin exists. |
ITEM_BASKET_LINE_ITEM |
QUANTITY |
NUMBER |
12,4 |
Yes |
this column contains the quantity of this item in this item basket. |
case_size |
number12_4 |
1 |
1 |
Default case size of item |
ITEM_BASKET_LINE_ITEM |
CASE_SIZE |
NUMBER |
12,4 |
No |
pack size of the item. |
uom |
varchar240 |
1 |
1 |
Unit of measure of the quantity. If not standard unit of measure, it must be a uom with a conversion factor to standard uom. |
STORE_ITEM |
SELLING_UNIT_OF_MEASURE |
VARCHAR2 |
4 |
Yes |
Selling unit of measure at the store. |