Medusa MCP Server

by SGFGOV
Verified

AdminGetShippingOptions

Retrieve and manage shipping options for store administrators, enabling filtering by ID, sorting, and pagination to streamline logistics and order fulfillment processes.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
admin_onlyNo
created_atNo
deleted_atNo
fieldsNo
idNo
is_returnNo
limitNo
offsetNo
orderNo
provider_idNo
qNo
service_zone_idNo
shipping_option_type_idNo
shipping_profile_idNo
stock_location_idNo
updated_atNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "admin_only": { "type": "boolean" }, "created_at": { "additionalProperties": false, "properties": {}, "type": "object" }, "deleted_at": { "additionalProperties": false, "properties": {}, "type": "object" }, "fields": { "type": "string" }, "id": { "type": "string" }, "is_return": { "type": "boolean" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "order": { "type": "string" }, "provider_id": { "type": "string" }, "q": { "type": "string" }, "service_zone_id": { "type": "string" }, "shipping_option_type_id": { "type": "string" }, "shipping_profile_id": { "type": "string" }, "stock_location_id": { "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