InapplicablePromotion
Type: schema
TypeScript Definition
typescript
InapplicablePromotion: {{
id?: string;
name?: string;
promotion_type?: components["schemas"]["PromotionType"];
reason?: string;
suggestion?: string;
};
/** SKU */
}Component References
| Reference | Resolves To |
|---|---|
components["schemas"]["PromotionType"] | PromotionType |
OpenAPI Schema
json
{
"type": "object",
"externalDocs": {
"url": "https://llm-docs.commercengine.io/storefront/schemas/InapplicablePromotion",
"description": "API reference for the InapplicablePromotion schema"
},
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"promotion_type": {
"$ref": "#/components/schemas/PromotionType"
},
"reason": {
"type": "string"
},
"suggestion": {
"type": "string"
}
}
}Auto-generated from OpenAPI spec and TypeScript definitions