SUBPLACE Biz Partner API is used for biz partner system to get the order and subscription related information from SUBPLACE.
Partner will need to initiate a request to SUBPLACE API by passing required information according to authentication and security requirements.
There are 2 level of security for the integration and the 2nd level is the additional which is optional:
Security Signature – as the authentication for client to access to the API
Request Body Encryption – all request body must be encrypted accordingly
API Suffix: order/delivery/courier/update
Method: POST
{
"status": {
"code": 1,
"message": "Success"
}
}
API Suffix: order/delivery/status/proceed
Method: POST
{
"status": {
"code": 1,
"message": "Success"
}
}