const data = await applicationClient.catalog.getBrands({ department : value,
pageNo : value,
pageSize : value });
@SoumyaAcharya @Kajol_Rathod @Sumeet
@vinit for which env or company you are using this method. Do you have any brands created for the company??
Hi @vinit As we discussed getBrands
method is called through using platform client config. Thats why it is giving error it is not a function. Can you call the method getBrands
through aplication client config?