--- 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 metadata: effectiveApiVersion: '' affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2022-04-04T18:06:48-04:00' postedAt: '2022-07-05T00:00:00-04:00' updatedAt: '2024-02-02T10:05:05-05:00' effectiveAt: '2022-07-05T00:00:00-04:00' --- 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.