getProductsByStore

@GET(value = "store/{store}.json")
abstract suspend fun getProductsByStore(@Path(value = "store") store: String): Search