PostCartsIdPromotions
Apply specific promotions to a cart using this tool. Works with Medusa MCP Server to manage discounts and offers effectively within your e-commerce platform.
Instructions
Add a list of promotions to a cart.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | ||
id | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"fields": {
"type": "string"
},
"id": {
"type": "string"
}
},
"type": "object"
}