Medusa MCP Server

by SGFGOV
Verified

AdminGetTaxRegions

Retrieve and manage tax regions for store administrators. Filter by ID, country, or province codes, and sort or paginate results for efficient data handling within Medusa MCP Server.

Instructions

This tool helps store administors. Retrieve a list of tax regions. The tax regions can be filtered by fields such as id. The tax regions can also be sorted or paginated.

Input Schema

NameRequiredDescriptionDefault
$andNo
$orNo
country_codeNo
created_atNo
created_byNo
deleted_atNo
fieldsNo
idNo
limitNo
offsetNo
orderNo
parent_idNo
province_codeNo
qNo
updated_atNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "$and": { "items": { "type": "string" }, "type": "array" }, "$or": { "items": { "type": "string" }, "type": "array" }, "country_code": { "type": "string" }, "created_at": { "type": "string" }, "created_by": { "type": "string" }, "deleted_at": { "type": "string" }, "fields": { "type": "string" }, "id": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "order": { "type": "string" }, "parent_id": { "type": "string" }, "province_code": { "type": "string" }, "q": { "type": "string" }, "updated_at": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Medusa MCP Server

Related Tools

ID: mm0iug6eap