Skip to content

FixedPriceRule

Type: schema

TypeScript Definition

typescript
FixedPriceRule: components["schemas"]["FixedPriceRuleBasedQuantity"] | components["schemas"]["FixedPriceRuleBasedAmount"]

Component References

ReferenceResolves 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

Last updated: