Processing
This endpoint makes an HTTP GET request to retrieve the processing status of parcels in the logistics system.
Request Body
This request does not require a request body.
Response
-
status(boolean): Indicates the success or failure of the request. -
message(string): Provides any additional information or error messages. -
data(array): Contains the processing status of the parcels.
Example Response
{
"status": true,
"message": "",
"data": []
}
GET
