Get an overview of the order(it contains the order id)
POST {{baseUrl}}/confirm
Get an overview of the order(it contains the order id)
Service urls:
http://yourdomain.com/api/rest/confirm
OR
http://yourdomain.com/index.php?route=rest/confirm/confirm
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
X-Oc-Session
|
string | (Required) User session id | |
Accept
|
string |
RESPONSES
status OK
{
"success": 1,
"error": [
"Error description",
"Error description"
],
"data": {}
} |
ENDPOINTS