Get v1 guest rma rma increment

GET /V1/guest/rma/{rmaIncrementId}

Responses

GET /V1/guest/rma/{rmaIncrementId}
curl \
 -X GET https://magento2.winkelstraat.mac/rest/all/V1/guest/rma/{rmaIncrementId}
Response examples (200)
{
  "id": "string",
  "status": "string",
  "increment_id": "string",
  "order_id": "string",
  "order_date": "string",
  "date_requested": "string",
  "customer_custom_email": "string",
  "customer_firstname": "string",
  "customer_lastname": "string",
  "date_received": "string",
  "date_processed": "string",
  "is_received_email_sent": true,
  "is_return_center": true,
  "items": [
    {
      "is_qty_decimal": true,
      "qty_requested": "string",
      "qty_authorized": "string",
      "qty_approved": "string",
      "status": "string",
      "order_item_id": "string",
      "product_name": "string",
      "product_sku": "string",
      "qty_returned": "string",
      "product_admin_name": "string",
      "product_admin_sku": "string",
      "product_options": "string",
      "product_color": "string",
      "product_size": "string",
      "product_merchant_code": "string",
      "product_merchant_name": "string",
      "product_manufacturer_code": "string",
      "product_manufacturer_name": "string",
      "exchange_size": "string",
      "reason": "string",
      "resolution": "string",
      "merchant_resolution": "string",
      "condition": "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"
}