PostCustomers
Register customers by using an API route to retrieve a registration token, then pass it in the request header. Part of the Medusa MCP Server for scalable backend solutions.
Instructions
Register a customer. Use the /auth/customer/emailpass/register
API route first to retrieve the registration token and pass it in the header of the request.
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"
}