EFL
EflClient

getBrandModelByProductType

Returns brand and model information for the given product type in the context of a transaction.

getBrandModelByProductType() retrieves brand and model information for a selected product type and transaction. It wraps ProductsApiClient::getBrandModelByProductTypeIdAndPartnerGuid() and maps the response to BrandProductInfoTree.

All methods on EflClient may throw:

Method signature

public function getBrandModelByProductType(
    string $transactionId,
    int $productTypeId,
    string $bearerToken
): BrandProductInfoTree

Parameters

NameTypeRequiredDescription
transactionIdstringYesIdentifier of the transaction.
productTypeIdintYesProduct type identifier.
bearerTokenstringYesBearer token.

Return value