Medusa MCP Server

by SGFGOV
Verified

AdminGetSalesChannels

Retrieve and filter sales channels by fields like id, sort, or paginate results. Designed for administrators to manage sales channels efficiently within the Medusa MCP Server.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
$andNo
$orNo
created_atNo
deleted_atNo
descriptionNo
fieldsNo
idNo
is_disabledNo
limitNo
location_idNo
nameNo
offsetNo
orderNo
publishable_key_idNo
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" }, "created_at": { "additionalProperties": false, "properties": {}, "type": "object" }, "deleted_at": { "additionalProperties": false, "properties": {}, "type": "object" }, "description": { "type": "string" }, "fields": { "type": "string" }, "id": { "type": "string" }, "is_disabled": { "type": "boolean" }, "limit": { "type": "number" }, "location_id": { "type": "string" }, "name": { "type": "string" }, "offset": { "type": "number" }, "order": { "type": "string" }, "publishable_key_id": { "type": "string" }, "q": { "type": "string" }, "updated_at": { "additionalProperties": false, "properties": {}, "type": "object" } }, "type": "object" }

You must be authenticated.

Other Tools from Medusa MCP Server

Related Tools

ID: mm0iug6eap