--- title: "New field on CheckoutProfile: typOspPagesActive - 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-field-on-checkoutprofile-typosppagesactive md: https://shopify.dev/changelog/new-field-on-checkoutprofile-typosppagesactive.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 1, 2024 Tags: * API * 2024-07 # New field on CheckoutProfile: typOspPagesActive As of GraphQL Admin API version 2024-07, you can query the field **typOspPagesActive**. This field returns the status of the Thank You Page (TYP) and Order Status Page (OSP) on a CheckoutProfile, providing insight as to whether or not these pages have adopted extensibility or not. When **true**, both Thank You Page and Order Status Page are using extensibility, and will render the appropriate UI extensions, while also making use of pixels, and functions. When **false**, the pages still use *additional scripts* and other deprecated features. Learn more about [CheckoutProfiles](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CheckoutProfile) on Shopify.dev.