Post v1 integration order token
POST /V1/integration/order/token
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/integration/order/token \
-d '{"incrementId":"string","lastname":"string","email":"string"}'
Request examples
{
"incrementId": "string",
"lastname": "string",
"email": "string"
}
Response examples (200)
string
Response examples (400)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}