List items viable for return for a specific order

GET /V1/stock-hub/rma/order/{orderIncrementId}

List items viable for return for a specific order

Responses

GET /V1/stock-hub/rma/order/{orderIncrementId}
curl \
 -X GET https://magento2.winkelstraat.mac/rest/all/V1/stock-hub/rma/order/{orderIncrementId}
Response examples (200)
[
  {
    "item_id": 42,
    "reasons": [
      "string"
    ],
    "resolutions": [
      "string"
    ],
    "sizes": [
      "string"
    ],
    "sku": "string",
    "parent_sku": "string",
    "qty": 42,
    "item_price_inc_tax": 42.0,
    "row_total_inc_tax": 42.0,
    "manufacturer": "string",
    "size": "string",
    "mpn": "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"
}