PostCartsIdComplete
Finalize and place an order by completing a cart in Medusa MCP Server, ensuring efficient transaction processing through the JavaScript SDK.
Instructions
Complete a cart and place an order.
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"
}