You can reset inspected orders stored in the Realpacking system to un-inspected.
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
Authorization | Required | string | API authentication key | Authorization: Bearer your-api-key |
The API authorization key is the API key created in [Web Admin > Workspace > Settings > API Key].
You must add 'Bearer ' in front of the API key to ensure proper authentication processing. | | Version | Required | string | API version | Version: 2025-01-09
You must specify the correct version to use the API. |
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
orderNo | Required | string | Order No. |
<https://api.realpacking.com/v3/orders/orderno12345/inspection/reset>
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
videoCode | Required | string | Video Recording No. |
{
"videoCode": "videocode"
}
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
message | Required | string | http status message | |
data | Required | string | Result data | Video recording No. after order inspection completed |
{
"message": "OK",
"data": "202312271659"
}