--- title: Adding mediaWarnings and 3D model bounding box information - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/adding-mediawarnings-and-3d-model-bounding-box-information md: https://shopify.dev/changelog/adding-mediawarnings-and-3d-model-bounding-box-information.md --- [Back to Developer changelog](https://shopify.dev/changelog) December 3, 2021 Tags: * API # Adding mediaWarnings and 3D model bounding box information Media objects in the Admin API now includes **mediaWarnings** which returns information about a media item that might require attention such as when a 3D Model is incorrectly scaled. Data about the warning can be retrieved using the associated MediaWarningCode and message string. Model3d objects now include a new field **boundingBox** that returns a Model3dBoundingBox object. The bounding box of the 3D model is the size of the model described by a box that surrounds the model.