GetCustomersMe
Retrieve logged-in customer details with customizable fields and expanded relations using the Medusa MCP Server. Ideal for managing user data efficiently in scalable backend systems.
Instructions
Retrieve the logged-in customer. You can expand the customer's relations or select the fields that should be returned.
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"
}