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 Web API requests.

Developers use this when building REST APIs that need to filter or scope data based on which store the customer belongs to, ensuring customers only access data from their assigned store.

Public Methods

  • getOverriddenValue()