List items viable for return for a specific order

GET /V1/stock-hub/rma/po-number/{poNumber}

List items viable for return for a specific order

Responses

GET /V1/stock-hub/rma/po-number/{poNumber}
curl \
 --request GET 'https://m2.winkelstraat.nl/rest/all/V1/stock-hub/rma/po-number/{poNumber}'
Response examples (200)
{
  "po_number": "string",
  "increment_id": "string",
  "items": [
    {
      "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"
}