---
title: "Create price association"
method: POST
path: "/_v/custom-prices/rules"
tags: ["Price Association"]
---

# Create price association

`POST /_v/custom-prices/rules`

Creates a new price association for a shopping scenario

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Request body

- object
  - `email` string — User's email
  - `orderType` string — Order type
  - `pricetable` string, required — Name of the Price Table associated with the scenario
  - `state` string — Delivery location

## Response `200`

OK

- object
  - `email` string — User's email
  - `id` integer, required — Price association ID
  - `orderType` string — Order type
  - `pricetable` string, required — Name of the Price Table associated with the scenario
  - `state` string — Delivery location

---

[API](https://skmtc.net/vtex/apis/price-simulations.md) · [All operations](https://skmtc.net/vtex/apis/price-simulations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vtex/price-simulations/versions/ec9de8bc7115/schema)
