---
title: "Compute the expression for this catalog."
method: POST
path: "/v2/user/catalogs/{storeId}/customColumns/computeExpression"
tags: ["Catalogs - Catalog"]
---

# Compute the expression for this catalog.

`POST /v2/user/catalogs/{storeId}/customColumns/computeExpression`

## Path parameters

- `storeId` string, guid, required

## Request body

- ComputeExpressionRequest — The request message to compute an expression based on the provided product values
  - `productValues` ProductValues, required — The key is the column identifier
  - `encryptedExpression` string, required — The encrypted excel expression of the column

## Response `200`

Compute an expression

- string

## Other responses

- `400` — Occurs when the expression cannot be computed
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.dev/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.dev/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/revisions/557b7feddf8a/schema)
