--- title: Shopify Protect protection status on Admin API - 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/shopify-protect-protection-status-on-admin-api' md: >- https://shopify.dev/changelog/shopify-protect-protection-status-on-admin-api.md metadata: effectiveApiVersion: 2023-10 affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2023-07-13T10:39:18-04:00' postedAt: '2023-07-14T08:00:00-04:00' updatedAt: '2024-12-13T17:24:38-05:00' effectiveAt: '2023-07-14T08:00:00-04:00' --- July 14, 2023 Tags: * API * 2023-10 # Shopify Protect protection status on Admin API As of the latest `unstable` version and upcoming `2023-10` version of the Admin GraphQL API, you can use the `shopifyProtect` field of `Order` to view the protection status of Shop Pay orders. The protection status is established asynchronous from the `orders/create` webhook so you can also listen to the `orders/shopify_protect_eligibility_changed` webhook to know when the protection status is created or updated. By providing a clear view of an order’s protection status, we're empowering developers to make more informed decisions. For instance, fraud protection apps can avoid redundant costs for merchants when a Shop Pay order is already protected. Learn more about Shopify Protect’s protection status on [Shopify.dev](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Order#field-order-shopifyprotect).