Post v1 guest rma
POST /V1/guest/rma
curl \
-X POST https://magento2.winkelstraat.mac/rest/all/V1/guest/rma \
-d '{"items":[{"reason":42,"resolution":42,"items":[42],"exchange_size":"string","condition":42}]}'
Request examples
{
"items": [
{
"reason": 42,
"resolution": 42,
"items": [
42
],
"exchange_size": "string",
"condition": 42
}
]
}
Response examples (200)
[
"string"
]
Response examples (401)
{
"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"
}