Bundles
Update a Bundle
OAuth Scope
This endpoint requires the following OAuth scope manage_inventory.
post/materialbundle/{uuid}.json
Path parameters
uuidstring uuid required
UUID of the Bundle
Request body
Example request
{
"uuid": "123e4567-e66c-488d-a6f5-231eff4093db",
"edit_date": "2025-08-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}