XSD Element Name |
XSD Element Data Type |
XSD Min Occurs |
XSD Max Occurs |
XSD Element Description |
Mapping for ItPrCriVo 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 |
store_id |
number10 |
1 |
1 |
Store unique identifier |
ITEM_PRICE |
STORE_ID |
NUMBER |
(10,0) |
Yes |
the unique identifier of the store where the price change is occurring. |
item_id |
varchar225 |
1 |
1 |
Sku number |
ITEM_PRICE |
ITEM_ID |
VARCHAR2 |
25 |
Yes |
the unique identifier of the item that is having the price changed. |
effective_date |
xs:dateTime |
1 |
1 |
Future item price effective date. |
ITEM_PRICE |
EFFECTIVE_DATE |
DATE |
7 |
Yes |
the date the new price should take effect. |
|