--- 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 metadata: effectiveApiVersion: 2024-07 affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2024-06-10T12:45:52-04:00' postedAt: '2024-07-01T00:00:00-04:00' updatedAt: '2024-06-12T13:53:09-04:00' effectiveAt: '2024-07-01T00:00:00-04:00' --- 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.