Files
medusa-store/www/apps/resources/references/pricing/interfaces/pricing.CreatePriceRuleDTO/page.mdx
2024-08-18 16:54:36 +02:00

12 lines
1.1 KiB
Plaintext

---
displayed_sidebar: pricingReference
---
import { TypeList } from "docs-ui"
# CreatePriceRuleDTO
A price rule to create.
<TypeList types={[{"name":"attribute","type":"`string`","description":"The attribute of the price rule","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"value","type":"`string`","description":"The value of the price rule.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"price_set_id","type":"`string`","description":"The ID of the associated price set.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"priority","type":"`number`","description":"The priority of the price rule in comparison to other applicable price rules.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"price_id","type":"`string`","description":"The ID of the associated price.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="CreatePriceRuleDTO"/>