Notification of Failure to Supply

  • Through this service; You can report products that cannot be supplied.
  • You can submit more than one non-supplied product information at a time.
  • As a parameter, "modanisaOrderProductId" returned under the products can be sent as a result of the "orderList" service, and the system is processed according to this data.
  • POST https://marketplace-stg.modanisa.com/api/marketplace/missingProduct
    Parameter Explanation Data Type Compulsory
    orderProductIds modanisaOrderProductId values from Order Query service are sent array-list Yes

    Request:
    {
      "orderProductIds": [
        372524848,
        372524847
      ]
    }
    
    

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

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