--- title: App proxy requests include new parameter for the logged in customer ID - 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/app-proxy-requests-include-new-parameter-for-the-logged-in-customer-id md: https://shopify.dev/changelog/app-proxy-requests-include-new-parameter-for-the-logged-in-customer-id.md --- [Back to Developer changelog](https://shopify.dev/changelog) July 5, 2022 Tags: * API # App proxy requests include new parameter for the logged in customer ID The customer ID for logged in customers is now included as a parameter in the forwarded query for [app proxy](https://shopify.dev/apps/online-store/app-proxies) requests. The customer ID is passed in the `logged_in_customer_id` parameter. The parameter will be blank if no customer is currently logged in. **Tip:** Make sure that your application is [verifying the `signature` parameter](https://shopify.dev/apps/online-store/app-proxies#calculate-a-digital-signature) of forwarded queries.