Description
  • Get Cancel Request status Call order API Get Cancel Request Status
Request URL
  • /rest/fp_api/cancel_request/get
Request Method
  • GET
Common Parameter (Request Header)
Request Parameter (Request Body)
Name Data Type Mandatory Description
ft_no string[] Y Comma-separated list of Fulfillment task no in square brackets. Max List Size: 20.
Request Example
{
    "ft_no":[
        "FT001","FT002"
    ]
}
Cancel Request status Standard Response Properties Definition (Object[])
Name Data Type Description
ft_no String Description of ft no
requested_Time Integer Description of requested Time
handling_Result String Description of handling Result
reply_Time String Description of reply Time
status String Description of status
items Object[] Description of items
├── task_detail_id String Unique identifier for task detail id
├── qty Integer Description of qty
Success Response Example
  {
   "code": "200",
   "data": [
   {
       "ft_no": "no1",
       "requested_Time": 1616317631,
       "handling_Result":"",
       "reply_Time" :"",
       "status":"OPEN",
       "items":[{
          "task_detail_id":"11",
          "qty":1
       }]
    },
    {
       "ft_no": "no2",
       "requested_Time": 1616317631,
       "handling_Result":"",
       "reply_Time" :"",
       "status":"CLOSE",
       "items":[{
           "task_detail_id":"22",
           "qty":2
       }]
    }],
    "message": "success",
    "request_id": "2d48f902-7efa-4718-8b88-9686803a8a02"

  }
Error Response Example
© 2025 OMS4. all right reserved,powered by GitbookVersion: 1.13.0.20250320 Modify: 2025-05-09 10:35:02

results matching ""

    No results matching ""