Skip to content

PromotionType

Type: schema

TypeScript Definition

typescript
PromotionType: "discount" | "free-goods" | "free-shipping" | "buy-x-get-y" | "volume-based"

OpenAPI Schema

json
{
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/PromotionType",
    "description": "API reference for the PromotionType schema"
  },
  "enum": [
    "discount",
    "free-goods",
    "free-shipping",
    "buy-x-get-y",
    "volume-based"
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: