FixedPriceRule
Type: schema
TypeScript Definition
typescript
FixedPriceRule: components["schemas"]["FixedPriceRuleBasedQuantity"] | components["schemas"]["FixedPriceRuleBasedAmount"]Component References
| Reference | Resolves To |
|---|---|
components["schemas"]["FixedPriceRuleBasedQuantity"] | FixedPriceRuleBasedQuantity |
components["schemas"]["FixedPriceRuleBasedAmount"] | FixedPriceRuleBasedAmount |
OpenAPI Schema
json
{
"title": "FixedPriceRule",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/FixedPriceRule",
"description": "API reference for the FixedPriceRule schema"
},
"oneOf": [
{
"$ref": "#/components/schemas/FixedPriceRuleBasedQuantity"
},
{
"$ref": "#/components/schemas/FixedPriceRuleBasedAmount"
}
]
}Auto-generated from OpenAPI spec and TypeScript definitions