RCOIS Behaviour.
Hi Guys,
I Have Product Structure shown below, and i am try to add this Product via RCOIS API's
CP Structure
Subscription Plan
|---SIM Card (Default Prod),Max Cardinality(2) in SIM Relationship
|---Barring Service
STEPS in Followed in RCOIS API
1. Load EAI
2. Load Instance
3. GetRoot Path
4. GetAllPorts
5.Add Item of Barring Service
6.Sync Instance,
7.Unload Instance, in this case OLI is getting created as shown below,with default instance getting added twice.
PROD ACTIONCODE
Subscription Plan - ADD
|---SIM Card - ADD
|---SIM Card - ADD
|---Barring Service - ADD
So as a Workaround i tried creating a OLI through Escript Setting Orderid, Quantity and Prod Id then passed the newly created OLI to RCOIS.It is working as excepted.
0