--- title: New fields in TranslatableResourceType enum - 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/new-fields-in-translatableresourcetype-enum md: https://shopify.dev/changelog/new-fields-in-translatableresourcetype-enum.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 1, 2021 Tags: * API * 2021-10 # New fields in TranslatableResourceType enum As of API version 2021-10, the `TranslatableResourceType` enum will include two new resource types: `ONLINE_STORE_MENU` and `PACKING_SLIP_TEMPLATE`. `ONLINE_STORE_MENU` refers to the links used for navigation on an online store. `PACKING_SLIP_TEMPLATE` refers to templates used for creating packing slips. The `ONLINE_STORE_MENU`'s `title` field and `PACKING_SLIP_TEMPLATE`'s `body` field are now translatable with our translations API. Learn more about [this API on Shopify.dev](https://shopify.dev/api/admin/graphql/reference/translations/translatableresourcetype?api%5Bversion%5D=2021-10).