Medusa MCP Server

by SGFGOV
Verified

AdminGetCustomersIdAddresses

Retrieve and filter customer addresses by fields like city, postal code, or country code. Supports pagination for efficient address management.

Instructions

This tool helps store administors. Retrieve a list of addresses in a customer. The addresses can be filtered by fields like query. The addresses can also be paginated.

Input Schema

NameRequiredDescriptionDefault
$andNo
$orNo
cityNo
companyNo
country_codeNo
fieldsNo
idNo
limitNo
offsetNo
orderNo
postal_codeNo
provinceNo
qNo

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" }, "city": { "type": "string" }, "company": { "type": "string" }, "country_code": { "type": "string" }, "fields": { "type": "string" }, "id": { "type": "string" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "order": { "type": "string" }, "postal_code": { "type": "string" }, "province": { "type": "string" }, "q": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Medusa MCP Server

Related Tools

ID: mm0iug6eap