latestOpenAPI 3.0.12026-08-20112309904.6 KB
466169815b78
EUDR - Customers - Origin Requests
Update origin request
Update an existing origin request. Only requests in Requested status can be updated. At least one of requestedWeight or endDate must be provided.
- requestedWeight — update the requested weight for the origin request.
- endDate — update the end date for the origin request.
Required permission: access_public_products
put/public/v2/eudr/customers/origin-requests/{originRequestId}
Path parameters
originRequestIdinteger required
The ID of the origin request.
Request body
Example request
{
"endDate": "2025-09-30"
}Response
Origin request updated successfully.