GetProductTypesId
Retrieve detailed information about a specific product type by its ID. Select desired fields or expand its relations for customized data retrieval using the Medusa MCP Server.
Instructions
Retrieve a product type by its ID. You can expand the product type's relations or select the fields that should be returned.
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"
}