Please enable JavaScript.
Coggle requires JavaScript to display documents.
Product (AOC send call to HUB (HUB receive call (onboarding (Product…
Product
AOC send call to HUB
HUB receive call
onboarding
Product
received request for Create Product Hub sent request to EI
EI received the call and validate payload with adapter
Ei check mandatory fields are exist
Mandatory field
name ; (string)
isEnabled : (boolean)
sku : (string)
EI forward call to tpay
Validate response
1 more item...
Send a request with consumer key not available in the DB
validate error response
1 more item...
Send a request with wrong consumer
validate error response
1 more item...
Send a request with invalid SP private key
validate error response
1 more item...
Send a request with invalid SP public key
validate error response
1 more item...
Mandatory field not exist
Error response should be return with particulate not existing mandatory field
Ei validate the payload without optional field
optional field
description : (string)
clientCorrelator :(string)
pricings : (object)
nameAr :
EI forward call to tpay
Validate response
1 more item...
name
not exist
Error Message should be
Missing mandatory parameter: name
isEnabled
not exist
Error Message should be
Missing mandatory parameter: isEnabled
sku
not exist
Error Message should be
Missing mandatory parameter: sku
received request for Update Product Hub sent request to EI
EI received the call and validate payload with adapter
Ei check mandatory fields are exist
Mandatory field
productId ; ((integer))
name : (string)
isEnabled : (boolean)
sku : (string)
pricings : (object)
EI forward call to tpay
Validate response
1 more item...
Mandatory field not exist
Error response should be return with particulate not existing mandatory field
productId
not exist
Error Message should be
Missing mandatory parameter: productId
name
not exist
Error Message should be
Missing mandatory parameter: name
isEnabled
not exist
Error Message should be
Missing mandatory parameter: isEnabled
sku
not exist
Error Message should be
Missing mandatory parameter: sku
pricing
not exist
Error Message should be
Missing mandatory parameter: pricing
request with multiple same catalog id
Ei validate the request
1 more item...
request with non digit price
Ei validate the request
1 more item...
request with more than 2 decimal price
Ei validate the request
1 more item...
request with negative price
Ei validate the request
1 more item...
Send a request with consumer key not available in the DB
validate error response
1 more item...
Send a request with wrong consumer
validate error response
1 more item...
Send a request with invalid SP private key
validate error response
1 more item...
Send a request with invalid SP public key
validate error response
1 more item...
Ei validate the payload without optional field
optional field
description : (string)
clientCorrelator : (string)
EI forward call to tpay
Validate response
1 more item...
received request for Delete Product Hub sent request to EI
EI received the call and validate payload with adapter
Ei check mandatory fields are exist
Mandatory field
productId : (string)
EI forward call to tpay
Validate response
1 more item...
Send a request with consumer key not available in the DB
validate error response
1 more item...
Send a request with wrong consumer
validate error response
1 more item...
Send a request with invalid SP private key
validate error response
1 more item...
Send a request with invalid SP public key
validate error response
1 more item...
Mandatory field not exist
Error response should be return with particulate not existing mandatory field
received request for Get Product Hub sent request to EI
EI received the call and validate payload with adapter
Ei check mandatory fields are exist
Mandatory field
username : (string)
EI forward call to tpay
Validate response
1 more item...
Send a request with consumer key not available in the DB
validate error response
1 more item...
Send a request with wrong consumer
validate error response
1 more item...
Send a request with invalid SP private key
validate error response
1 more item...
Send a request with invalid SP public key
validate error response
1 more item...
Mandatory field not exist
Error response should be return with particulate not existing mandatory field
Data publishing enter data to database
AOC receive the API call