Log in
Model

ParamOverriderCustomerStoreId

Magento\Customer\Model\Webapi\ParamOverriderCustomerStoreId

What it does

This class automatically replaces the placeholder '%customer_store_id%' with the actual store ID of the currently authenticated customer in REST API requests.

Developers use this when they need API endpoints to dynamically inject the logged-in customer's store ID without requiring it to be explicitly passed in the request parameters.

Public Methods

  • getOverriddenValue()