Medusa MCP Server

by SGFGOV
Verified

GetCustomersMeAddresses

Retrieve and manage customer addresses by filtering, sorting, or paginating based on criteria like country code, city, or postal code using the Medusa MCP Server.

Instructions

Retrieve the addresses of the logged-in customer. The addresses can be filtered by fields such as country_code. The addresses can also be sorted or paginated.

Input Schema

NameRequiredDescriptionDefault
cityNo
country_codeNo
fieldsNo
limitNo
offsetNo
orderNo
postal_codeNo
qNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "type": "string" }, "country_code": { "type": "string" }, "fields": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "order": { "type": "string" }, "postal_code": { "type": "string" }, "q": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Medusa MCP Server

Related Tools

ID: mm0iug6eap