Return Confirmation (Marketplace)

  • Through this service; You approve the return of the product that reaches you.
  • POST https://marketplace-stg.modanisa.com/api/marketplace/returnApprove
    Parameter Explanation Data Type Compulsory
    orderProductIds "OrderProductId" returned from the return inquiry service integer Yes

    Request ( raw body ):
    {
        "claimId": 12345,
        "orderProductIds": [
          "283838268",
          "283838270",
          "283838269"
        ]
    }
    
    

    Success Response:
    {
        "success": true,
        "message": "success",
        "status_code": 200
    }
    
    

    Error Response:
    {
        "success": false,
        "data": "",
        "message": "Invalid Data",
        "status_code": 400
    }