PostCarts
Create and manage carts using the PostCarts tool in Medusa MCP Server. Simplify data interaction with a structured input schema for seamless cart operations.
Instructions
Create a cart.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"fields": {
"type": "string"
}
},
"type": "object"
}