Open Connector
所有 Tools

Medusa Admin logoMedusa Admin

Manage Medusa commerce stores through the v2 Admin API.

medusa-adminvcatalog-v1384 个 Tools

认证方式

方式底层类型状态说明
Secret API Tokenapi_keyavailable
JWT Tokenapi_keyavailable

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "MEDUSA_ADMIN_DELETE_CAMPAIGNS_ID",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("MEDUSA_ADMIN_DELETE_CAMPAIGNS_ID", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute MEDUSA_ADMIN_DELETE_CAMPAIGNS_ID --data '{ }'

Tool 目录

可用 Tools

384 个可调用操作

Delete a CampaignMEDUSA_ADMIN_DELETE_CAMPAIGNS_IDDelete a campaign by its ID. This doesn't delete promotions that belong to this campaign.

Delete a campaign by its ID. This doesn't delete promotions that belong to this campaign.

认证

需要 Connected Account

Tags

Campaigns
Remove a Claim Item from a ClaimMEDUSA_ADMIN_DELETE_CLAIMS_ID_CLAIM_ITEMS_ACTION_IDRemove an order item from a claim by the ID of the item's `WRITE_OFF_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove an order item from a claim by the ID of the item's `WRITE_OFF_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Claims
Remove an Inbound Item from ClaimMEDUSA_ADMIN_DELETE_CLAIMS_ID_INBOUND_ITEMS_ACTION_IDRemove an inbound (or return) item from a claim using the `ID` of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove an inbound (or return) item from a claim using the `ID` of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Claims
Remove Inbound Shipping Method from ClaimMEDUSA_ADMIN_DELETE_CLAIMS_ID_INBOUND_SHIPPING_METHOD_ACTION_IDRemove the shipping method for returning items in the claim using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove the shipping method for returning items in the claim using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Claims
Remove an Outbound Item from ClaimMEDUSA_ADMIN_DELETE_CLAIMS_ID_OUTBOUND_ITEMS_ACTION_IDRemove an outbound (or new) item from a claim using the `ID` of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove an outbound (or new) item from a claim using the `ID` of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Claims
Remove Outbound Shipping Method from ClaimMEDUSA_ADMIN_DELETE_CLAIMS_ID_OUTBOUND_SHIPPING_METHOD_ACTION_IDRemove the shipping method for delivering outbound items in the claim using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove the shipping method for delivering outbound items in the claim using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Claims
Cancel Claim RequestMEDUSA_ADMIN_DELETE_CLAIMS_ID_REQUESTCancel a requested claim.

Cancel a requested claim.

认证

需要 Connected Account

Tags

Claims
Delete a CollectionMEDUSA_ADMIN_DELETE_COLLECTIONS_IDDelete a product collection.

Delete a product collection.

认证

需要 Connected Account

Tags

Collections
Delete a Customer GroupMEDUSA_ADMIN_DELETE_CUSTOMER_GROUPS_IDDelete a customer group. Customers in the group aren't deleted.

Delete a customer group. Customers in the group aren't deleted.

认证

需要 Connected Account

Tags

Customer Groups
Delete a CustomerMEDUSA_ADMIN_DELETE_CUSTOMERS_IDDelete a customer.

Delete a customer.

认证

需要 Connected Account

Tags

Customers
Remove an Address from CustomerMEDUSA_ADMIN_DELETE_CUSTOMERS_ID_ADDRESSES_ADDRESS_IDRemove a customer's address.

Remove a customer's address.

认证

需要 Connected Account

Tags

Customers
Delete a Draft OrderMEDUSA_ADMIN_DELETE_DRAFT_ORDERS_IDDelete a draft order.

Delete a draft order.

认证

需要 Connected Account

Tags

Draft Orders
Cancel Edit on Draft OrderMEDUSA_ADMIN_DELETE_DRAFT_ORDERS_ID_EDITCancel an unconfirmed edit on a draft order.

Cancel an unconfirmed edit on a draft order.

认证

需要 Connected Account

Tags

Draft Orders
Remove Item from Draft Order EditMEDUSA_ADMIN_DELETE_DRAFT_ORDERS_ID_EDIT_ITEMS_ACTION_IDRemove an order item from a draft order edit by the ID of the item's `ITEM_ADD` or `ITEM_UPDATE` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove an order item from a draft order edit by the ID of the item's `ITEM_ADD` or `ITEM_UPDATE` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Draft Orders
Remove Promotions from Draft Order EditMEDUSA_ADMIN_DELETE_DRAFT_ORDERS_ID_EDIT_PROMOTIONSRemove specified promotions from a draft order edit.

Remove specified promotions from a draft order edit.

认证

需要 Connected Account

Tags

Draft Orders
Remove New Shipping Method from Draft OrderMEDUSA_ADMIN_DELETE_DRAFT_ORDERS_ID_EDIT_SHIPPING_METHODS_ACTION_IDRemove a shipping method that was added to a draft order edit using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove a shipping method that was added to a draft order edit using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Draft Orders
Remove Shipping Method from Draft Order EditMEDUSA_ADMIN_DELETE_DRAFT_ORDERS_ID_EDIT_SHIPPING_METHODS_METHOD_METHOD_IDRemove an existing shipping method from a draft order edit.

Remove an existing shipping method from a draft order edit.

认证

需要 Connected Account

Tags

Draft Orders
Remove Inbound Item from ExchangeMEDUSA_ADMIN_DELETE_EXCHANGES_ID_INBOUND_ITEMS_ACTION_IDRemove an inbound (or return) item from an exchange using the `ID` of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove an inbound (or return) item from an exchange using the `ID` of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Exchanges
Remove Inbound Shipping Method from ExchangeMEDUSA_ADMIN_DELETE_EXCHANGES_ID_INBOUND_SHIPPING_METHOD_ACTION_IDRemove the shipping method for returning items in the exchange using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove the shipping method for returning items in the exchange using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Exchanges
Remove Outbound Item from ExchangeMEDUSA_ADMIN_DELETE_EXCHANGES_ID_OUTBOUND_ITEMS_ACTION_IDRemove an outbound (or new) item from an exchange using the `ID` of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove an outbound (or new) item from an exchange using the `ID` of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Exchanges
Remove Outbound Shipping Method from ExchangeMEDUSA_ADMIN_DELETE_EXCHANGES_ID_OUTBOUND_SHIPPING_METHOD_ACTION_IDRemove the shipping method for delivering outbound items in the exchange using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove the shipping method for delivering outbound items in the exchange using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Exchanges
Cancel Exchange RequestMEDUSA_ADMIN_DELETE_EXCHANGES_ID_REQUESTCancel a requested exchange.

Cancel a requested exchange.

认证

需要 Connected Account

Tags

Exchanges
Delete Fulfillment SetMEDUSA_ADMIN_DELETE_FULFILLMENT_SETS_IDDelete a fulfillment set.

Delete a fulfillment set.

认证

需要 Connected Account

Tags

Fulfillment Sets
Remove a Service Zone from Fulfillment SetMEDUSA_ADMIN_DELETE_FULFILLMENT_SETS_ID_SERVICE_ZONES_ZONE_IDRemove a service zone that belongs to a fulfillment set.

Remove a service zone that belongs to a fulfillment set.

认证

需要 Connected Account

Tags

Fulfillment Sets
Delete Inventory ItemMEDUSA_ADMIN_DELETE_INVENTORY_ITEMS_IDDelete an inventory item.

Delete an inventory item.

认证

需要 Connected Account

Tags

Inventory Items
Remove Inventory Level of Inventory ItemMEDUSA_ADMIN_DELETE_INVENTORY_ITEMS_ID_LOCATION_LEVELS_LOCATION_IDRemove the inventory level of an inventory item. If the inventory level has reserved quantity greater than `0`, an error is thrown.

Remove the inventory level of an inventory item. If the inventory level has reserved quantity greater than `0`, an error is thrown.

认证

需要 Connected Account

Tags

Inventory Items
Delete InviteMEDUSA_ADMIN_DELETE_INVITES_IDDelete an invite.

Delete an invite.

认证

需要 Connected Account

Tags

Invites
Clear Configuration of LayoutMEDUSA_ADMIN_DELETE_LAYOUTS_ZONE_CONFIGURATIONClears all user layout configurations for a given zone. This action will remove any customizations made by the user and revert to the system defaults.

Clears all user layout configurations for a given zone. This action will remove any customizations made by the user and revert to the system defaults.

认证

需要 Connected Account

Tags

Layouts
Cancel Order EditMEDUSA_ADMIN_DELETE_ORDER_EDITS_IDCancel a requested order edit.

Cancel a requested order edit.

认证

需要 Connected Account

Tags

Order Edits
Remove Item from Order EditMEDUSA_ADMIN_DELETE_ORDER_EDITS_ID_ITEMS_ACTION_IDRemove an added item in the order edit by the ID of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove an added item in the order edit by the ID of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Order Edits
Remove Shipping Method from Order EditMEDUSA_ADMIN_DELETE_ORDER_EDITS_ID_SHIPPING_METHOD_ACTION_IDRemove a shipping method in the order edit by the ID of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove a shipping method in the order edit by the ID of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Order Edits
Delete a Payment CollectionMEDUSA_ADMIN_DELETE_PAYMENT_COLLECTIONS_IDDelete a payment collection.

Delete a payment collection.

认证

需要 Connected Account

Tags

Payment Collections
Delete a Price ListMEDUSA_ADMIN_DELETE_PRICE_LISTS_IDDelete a price list.

Delete a price list.

认证

需要 Connected Account

Tags

Price Lists
Delete a Price PreferenceMEDUSA_ADMIN_DELETE_PRICE_PREFERENCES_IDDelete a price preference.

Delete a price preference.

认证

需要 Connected Account

Tags

Price Preferences
Delete a Product CategoryMEDUSA_ADMIN_DELETE_PRODUCT_CATEGORIES_IDDelete a product category. This doesn't delete the products in that category. A product category that has child categories can't be deleted, so you must delete its child categories first.

Delete a product category. This doesn't delete the products in that category. A product category that has child categories can't be deleted, so you must delete its child categories first.

认证

需要 Connected Account

Tags

Product Categories
Delete a Product OptionMEDUSA_ADMIN_DELETE_PRODUCT_OPTIONS_IDDelete a product option.

Delete a product option.

认证

需要 Connected Account

Tags

Product Options
Remove Value from Product OptionMEDUSA_ADMIN_DELETE_PRODUCT_OPTIONS_ID_VALUES_VALUE_IDRemove a Value from a product option.

Remove a Value from a product option.

认证

需要 Connected Account

Tags

Product Options
Delete a Product TagMEDUSA_ADMIN_DELETE_PRODUCT_TAGS_IDDelete a product tag. This doesn't delete products using the tag.

Delete a product tag. This doesn't delete products using the tag.

认证

需要 Connected Account

Tags

Product Tags
Delete a Product TypeMEDUSA_ADMIN_DELETE_PRODUCT_TYPES_IDDelete a product type. This doesn't delete products of this type.

Delete a product type. This doesn't delete products of this type.

认证

需要 Connected Account

Tags

Product Types
Delete a ProductMEDUSA_ADMIN_DELETE_PRODUCTS_IDDelete a product.

Delete a product.

认证

需要 Connected Account

Tags

Products
Delete Product VariantMEDUSA_ADMIN_DELETE_PRODUCTS_ID_VARIANTS_VARIANT_IDDelete a variant of a product.

Delete a variant of a product.

认证

需要 Connected Account

Tags

Products
Remove Inventory Item Association with Product VariantMEDUSA_ADMIN_DELETE_PRODUCTS_ID_VARIANTS_VARIANT_ID_INVENTORY_ITEMS_INVENTORY_ITEM_IDRemove the association between an inventory item and its product variant.

Remove the association between an inventory item and its product variant.

认证

需要 Connected Account

Tags

Products
Delete a PromotionMEDUSA_ADMIN_DELETE_PROMOTIONS_IDDelete a promotion.

Delete a promotion.

认证

需要 Connected Account

Tags

Promotions
Delete a Property LabelMEDUSA_ADMIN_DELETE_PROPERTY_LABELS_IDDelete a property label.

Delete a property label.

认证

需要 Connected Account

Tags

Property Labels
Delete a Refund ReasonMEDUSA_ADMIN_DELETE_REFUND_REASONS_IDDelete a refund reason.

Delete a refund reason.

认证

需要 Connected Account

Tags

Refund Reasons
Delete a RegionMEDUSA_ADMIN_DELETE_REGIONS_IDDelete a region.

Delete a region.

认证

需要 Connected Account

Tags

Regions
Delete a ReservationMEDUSA_ADMIN_DELETE_RESERVATIONS_IDDelete a reservation.

Delete a reservation.

认证

需要 Connected Account

Tags

Reservations
Delete a Return ReasonMEDUSA_ADMIN_DELETE_RETURN_REASONS_IDDelete a return reason.

Delete a return reason.

认证

需要 Connected Account

Tags

Return Reasons
Remove Damaged Item from ReturnMEDUSA_ADMIN_DELETE_RETURNS_ID_DISMISS_ITEMS_ACTION_IDRemove a damaged item, whose quantity is to be dismissed, in the return by the ID of the item's `RECEIVE_DAMAGED_RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

Remove a damaged item, whose quantity is to be dismissed, in the return by the ID of the item's `RECEIVE_DAMAGED_RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

认证

需要 Connected Account

Tags

Returns
Cancel Return ReceivalMEDUSA_ADMIN_DELETE_RETURNS_ID_RECEIVECancel the receival process previously started, and hasn't been confirmed, of a return.

Cancel the receival process previously started, and hasn't been confirmed, of a return.

认证

需要 Connected Account

Tags

Returns
Remove a Received Item from ReturnMEDUSA_ADMIN_DELETE_RETURNS_ID_RECEIVE_ITEMS_ACTION_IDRemove a received item in the return by the ID of the item's `RECEIVE_RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

Remove a received item in the return by the ID of the item's `RECEIVE_RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

认证

需要 Connected Account

Tags

Returns
Cancel Return RequestMEDUSA_ADMIN_DELETE_RETURNS_ID_REQUESTCancel a requested return.

Cancel a requested return.

认证

需要 Connected Account

Tags

Returns
Remove Item from ReturnMEDUSA_ADMIN_DELETE_RETURNS_ID_REQUEST_ITEMS_ACTION_IDRemove a requested item to be returned by the ID of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

Remove a requested item to be returned by the ID of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

认证

需要 Connected Account

Tags

Returns
Remove Shipping Method from ReturnMEDUSA_ADMIN_DELETE_RETURNS_ID_SHIPPING_METHOD_ACTION_IDRemove a shipping method of the return by the ID of the item's `SHIPPING_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Remove a shipping method of the return by the ID of the item's `SHIPPING_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Returns
Delete a Sales ChannelMEDUSA_ADMIN_DELETE_SALES_CHANNELS_IDDelete a sales channel.

Delete a sales channel.

认证

需要 Connected Account

Tags

Sales Channels
Delete a Shipping Option TypeMEDUSA_ADMIN_DELETE_SHIPPING_OPTION_TYPES_IDDelete a shipping option type.

Delete a shipping option type.

认证

需要 Connected Account

Tags

Shipping Option Types
Delete a Shipping OptionMEDUSA_ADMIN_DELETE_SHIPPING_OPTIONS_IDDelete a shipping option.

Delete a shipping option.

认证

需要 Connected Account

Tags

Shipping Options
Delete a Shipping ProfileMEDUSA_ADMIN_DELETE_SHIPPING_PROFILES_IDDelete a shipping profile.

Delete a shipping profile.

认证

需要 Connected Account

Tags

Shipping Profiles
Delete a Stock LocationMEDUSA_ADMIN_DELETE_STOCK_LOCATIONS_IDDelete a stock location.

Delete a stock location.

认证

需要 Connected Account

Tags

Stock Locations
Delete a Tax RateMEDUSA_ADMIN_DELETE_TAX_RATES_IDDelete a tax rate.

Delete a tax rate.

认证

需要 Connected Account

Tags

Tax Rates
Remove Rule of Tax RateMEDUSA_ADMIN_DELETE_TAX_RATES_ID_RULES_RULE_IDRemove a tax rate's rule.

Remove a tax rate's rule.

认证

需要 Connected Account

Tags

Tax Rates
Delete a Tax RegionMEDUSA_ADMIN_DELETE_TAX_REGIONS_IDDelete a tax region.

Delete a tax region.

认证

需要 Connected Account

Tags

Tax Regions
Delete a FileMEDUSA_ADMIN_DELETE_UPLOADS_IDDelete a file. Uses the installed file module provider to delete the file.

Delete a file. Uses the installed file module provider to delete the file.

认证

需要 Connected Account

Tags

Uploads
Delete a UserMEDUSA_ADMIN_DELETE_USERS_IDDelete a user.

Delete a user.

认证

需要 Connected Account

Tags

Users
Remove View ConfigurationsMEDUSA_ADMIN_DELETE_VIEWS_ENTITY_CONFIGURATIONS_IDRemove view configurations of an entity. An admin user can only delete their own configurations.

Remove view configurations of an entity. An admin user can only delete their own configurations.

认证

需要 Connected Account

Tags

Views
List CampaignsMEDUSA_ADMIN_GET_CAMPAIGNSRetrieve a list of campaigns. The campaigns can be filtered by fields such as `id`. The campaigns can also be sorted or paginated.

Retrieve a list of campaigns. The campaigns can be filtered by fields such as `id`. The campaigns can also be sorted or paginated.

认证

需要 Connected Account

Tags

Campaigns
Get a CampaignMEDUSA_ADMIN_GET_CAMPAIGNS_IDRetrieve a campaign by its ID. You can expand the campaign's relations or select the fields that should be returned using the query parameters.

Retrieve a campaign by its ID. You can expand the campaign's relations or select the fields that should be returned using the query parameters.

认证

需要 Connected Account

Tags

Campaigns
List ClaimsMEDUSA_ADMIN_GET_CLAIMSRetrieve a list of claims. The claims can be filtered by fields such as `id`. The claims can also be sorted or paginated.

Retrieve a list of claims. The claims can be filtered by fields such as `id`. The claims can also be sorted or paginated.

认证

需要 Connected Account

Tags

Claims
Get a ClaimMEDUSA_ADMIN_GET_CLAIMS_IDRetrieve a claim by its ID. You can expand the claim's relations or select the fields that should be returned using the query parameters.

Retrieve a claim by its ID. You can expand the claim's relations or select the fields that should be returned using the query parameters.

认证

需要 Connected Account

Tags

Claims
List CollectionsMEDUSA_ADMIN_GET_COLLECTIONSRetrieve a list of collections. The collections can be filtered by fields such as `id`. The collections can also be sorted or paginated.

Retrieve a list of collections. The collections can be filtered by fields such as `id`. The collections can also be sorted or paginated.

认证

需要 Connected Account

Tags

Collections
Get a CollectionMEDUSA_ADMIN_GET_COLLECTIONS_IDRetrieve a collection by its ID. You can expand the collection's relations or select the fields that should be returned using the query parameters.

Retrieve a collection by its ID. You can expand the collection's relations or select the fields that should be returned using the query parameters.

认证

需要 Connected Account

Tags

Collections
List CurrenciesMEDUSA_ADMIN_GET_CURRENCIESRetrieve a list of currencies. The currencies can be filtered by fields such as `id`. The currencies can also be sorted or paginated.

Retrieve a list of currencies. The currencies can be filtered by fields such as `id`. The currencies can also be sorted or paginated.

认证

需要 Connected Account

Tags

Currencies
Get a CurrencyMEDUSA_ADMIN_GET_CURRENCIES_CODERetrieve a currency by its code. You can expand the currency's relations or select the fields that should be returned using the query parameters.

Retrieve a currency by its code. You can expand the currency's relations or select the fields that should be returned using the query parameters.

认证

需要 Connected Account

Tags

Currencies
List Customer GroupsMEDUSA_ADMIN_GET_CUSTOMER_GROUPSRetrieve a list of customer groups. The customer groups can be filtered by fields such as `id`. The customer groups can also be sorted or paginated.

Retrieve a list of customer groups. The customer groups can be filtered by fields such as `id`. The customer groups can also be sorted or paginated.

认证

需要 Connected Account

Tags

Customer Groups
Get a Customer GroupMEDUSA_ADMIN_GET_CUSTOMER_GROUPS_IDRetrieve a customer group by its ID. You can expand the customer group's relations or select the fields that should be returned.

Retrieve a customer group by its ID. You can expand the customer group's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Customer Groups
List CustomersMEDUSA_ADMIN_GET_CUSTOMERSRetrieve a list of customers. The customers can be filtered by fields such as `id`. The customers can also be sorted or paginated.

Retrieve a list of customers. The customers can be filtered by fields such as `id`. The customers can also be sorted or paginated.

认证

需要 Connected Account

Tags

Customers
Get a CustomerMEDUSA_ADMIN_GET_CUSTOMERS_IDRetrieve a customer by its ID. You can expand the customer's relations or select the fields that should be returned.

Retrieve a customer by its ID. You can expand the customer's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Customers
List AddressesMEDUSA_ADMIN_GET_CUSTOMERS_ID_ADDRESSESRetrieve a list of addresses in a customer. The addresses can be filtered by fields like `query`. The addresses can also be paginated.

Retrieve a list of addresses in a customer. The addresses can be filtered by fields like `query`. The addresses can also be paginated.

认证

需要 Connected Account

Tags

Customers
List AddressesMEDUSA_ADMIN_GET_CUSTOMERS_ID_ADDRESSES_ADDRESS_IDRetrieve a list of a customer's addresses. The addresses can be filtered by fields like `company`. The addresses can also be paginated.

Retrieve a list of a customer's addresses. The addresses can be filtered by fields like `company`. The addresses can also be paginated.

认证

需要 Connected Account

Tags

Customers
List Draft OrdersMEDUSA_ADMIN_GET_DRAFT_ORDERSRetrieve a list of draft orders. The draft orders can be filtered by fields such as `id`. The draft orders can also be sorted or paginated.

Retrieve a list of draft orders. The draft orders can be filtered by fields such as `id`. The draft orders can also be sorted or paginated.

认证

需要 Connected Account

Tags

Draft Orders
Get a Draft OrderMEDUSA_ADMIN_GET_DRAFT_ORDERS_IDRetrieve a draft order by its ID. You can expand the draft order's relations or select the fields that should be returned using the query parameters.

Retrieve a draft order by its ID. You can expand the draft order's relations or select the fields that should be returned using the query parameters.

认证

需要 Connected Account

Tags

Draft Orders
List ExchangesMEDUSA_ADMIN_GET_EXCHANGESRetrieve a list of exchanges. The exchanges can be filtered by fields such as `id`. The exchanges can also be sorted or paginated.

Retrieve a list of exchanges. The exchanges can be filtered by fields such as `id`. The exchanges can also be sorted or paginated.

认证

需要 Connected Account

Tags

Exchanges
Get an ExchangeMEDUSA_ADMIN_GET_EXCHANGES_IDRetrieve an exchange by its ID. You can expand the exchange's relations or select the fields that should be returned using query parameters.

Retrieve an exchange by its ID. You can expand the exchange's relations or select the fields that should be returned using query parameters.

认证

需要 Connected Account

Tags

Exchanges
List Feature FlagsMEDUSA_ADMIN_GET_FEATURE_FLAGSRetrieve a list of feature flags. The feature flags can be filtered by fields such as `id`. The feature flags can also be sorted or paginated.

Retrieve a list of feature flags. The feature flags can be filtered by fields such as `id`. The feature flags can also be sorted or paginated.

认证

需要 Connected Account

Tags

Feature Flags
List Fulfillment ProvidersMEDUSA_ADMIN_GET_FULFILLMENT_PROVIDERSRetrieve a list of fulfillment providers. The fulfillment providers can be filtered by fields such as `id`. The fulfillment providers can also be sorted or paginated.

Retrieve a list of fulfillment providers. The fulfillment providers can be filtered by fields such as `id`. The fulfillment providers can also be sorted or paginated.

认证

需要 Connected Account

Tags

Fulfillment Providers
List Fulfillment OptionsMEDUSA_ADMIN_GET_FULFILLMENT_PROVIDERS_ID_OPTIONSRetrieve the list of fulfillment options of a fulfillment provider. These options may be retrieved from an integrated third-party service.

Retrieve the list of fulfillment options of a fulfillment provider. These options may be retrieved from an integrated third-party service.

认证

需要 Connected Account

Tags

Fulfillment Providers
Get a Service Zone in a Fulfillment SetMEDUSA_ADMIN_GET_FULFILLMENT_SETS_ID_SERVICE_ZONES_ZONE_IDRetrieve a service zone that belongs to a fulfillment set. be paginated.

Retrieve a service zone that belongs to a fulfillment set. be paginated.

认证

需要 Connected Account

Tags

Fulfillment Sets
List Gift CardsMEDUSA_ADMIN_GET_GIFT_CARDSRetrieve a list of gift cards. The gift cards can be filtered by fields such as `id`. The gift cards can also be sorted or paginated.

Retrieve a list of gift cards. The gift cards can be filtered by fields such as `id`. The gift cards can also be sorted or paginated.

认证

需要 Connected Account

Tags

Gift Cards
Get a Gift CardMEDUSA_ADMIN_GET_GIFT_CARDS_IDRetrieve a gift card by its ID. You can expand the gift card's relations or select the fields that should be returned.

Retrieve a gift card by its ID. You can expand the gift card's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Gift Cards
List Gift Card's OrdersMEDUSA_ADMIN_GET_GIFT_CARDS_ID_ORDERSRetrieve the list of orders that a gift card was used in.

Retrieve the list of orders that a gift card was used in.

认证

需要 Connected Account

Tags

Gift Cards
Get Index DetailsMEDUSA_ADMIN_GET_INDEX_DETAILSRetrieve index metadata, including entity type, status, last synced key, and last updated timestamp.

Retrieve index metadata, including entity type, status, last synced key, and last updated timestamp.

认证

需要 Connected Account

Tags

Index
List Inventory ItemsMEDUSA_ADMIN_GET_INVENTORY_ITEMSRetrieve a list of inventory items. The inventory items can be filtered by fields such as `id`. The inventory items can also be sorted or paginated.

Retrieve a list of inventory items. The inventory items can be filtered by fields such as `id`. The inventory items can also be sorted or paginated.

认证

需要 Connected Account

Tags

Inventory Items
Get a Inventory ItemMEDUSA_ADMIN_GET_INVENTORY_ITEMS_IDRetrieve a inventory item by its ID. You can expand the inventory item's relations or select the fields that should be returned.

Retrieve a inventory item by its ID. You can expand the inventory item's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Inventory Items
List Inventory LevelsMEDUSA_ADMIN_GET_INVENTORY_ITEMS_ID_LOCATION_LEVELSRetrieve a list of inventory levels associated with an inventory item. The inventory levels can be filtered by fields like `location_id`. The inventory levels can also be paginated.

Retrieve a list of inventory levels associated with an inventory item. The inventory levels can be filtered by fields like `location_id`. The inventory levels can also be paginated.

认证

需要 Connected Account

Tags

Inventory Items
List InvitesMEDUSA_ADMIN_GET_INVITESRetrieve a list of invites. The invites can be filtered by fields such as `id`. The invites can also be sorted or paginated.

Retrieve a list of invites. The invites can be filtered by fields such as `id`. The invites can also be sorted or paginated.

认证

需要 Connected Account

Tags

Invites
Get an InviteMEDUSA_ADMIN_GET_INVITES_IDRetrieve an invite by its ID. You can expand the invite's relations or select the fields that should be returned.

Retrieve an invite by its ID. You can expand the invite's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Invites
List Layout ConfigurationsMEDUSA_ADMIN_GET_LAYOUTS_CONFIGURATIONSRetrieve a list of layout configurations made by admin users. The layouts can be filtered by fields such as `id`. The layouts can also be sorted or paginated.

Retrieve a list of layout configurations made by admin users. The layouts can be filtered by fields such as `id`. The layouts can also be sorted or paginated.

认证

需要 Connected Account

Tags

Layouts
List Layout ConfigurationsMEDUSA_ADMIN_GET_LAYOUTS_ZONE_CONFIGURATIONRetrieve a list of layout configurations for a specific zone. These are the configurations made by the users for their admin dashboard layouts.

Retrieve a list of layout configurations for a specific zone. These are the configurations made by the users for their admin dashboard layouts.

认证

需要 Connected Account

Tags

Layouts
List LocalesMEDUSA_ADMIN_GET_LOCALESRetrieve a list of locales. The locales can be filtered by fields such as `code`. The locales can also be sorted or paginated.

Retrieve a list of locales. The locales can be filtered by fields such as `code`. The locales can also be sorted or paginated.

认证

需要 Connected Account

Tags

Locales
Get a LocaleMEDUSA_ADMIN_GET_LOCALES_CODERetrieve a locale by its code. You can expand the locale's relations or select the fields that should be returned.

Retrieve a locale by its code. You can expand the locale's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Locales
List NotificationsMEDUSA_ADMIN_GET_NOTIFICATIONSRetrieve a list of notifications. The notifications can be filtered by fields such as `id`. The notifications can also be sorted or paginated.

Retrieve a list of notifications. The notifications can be filtered by fields such as `id`. The notifications can also be sorted or paginated.

认证

需要 Connected Account

Tags

Notifications
Get a NotificationMEDUSA_ADMIN_GET_NOTIFICATIONS_IDRetrieve a notification by its ID. You can expand the notification's relations or select the fields that should be returned.

Retrieve a notification by its ID. You can expand the notification's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Notifications
List OrdersMEDUSA_ADMIN_GET_ORDERSRetrieve a list of orders. The orders can be filtered by fields such as `id`. The orders can also be sorted or paginated.

Retrieve a list of orders. The orders can be filtered by fields such as `id`. The orders can also be sorted or paginated.

认证

需要 Connected Account

Tags

Orders
Get an OrderMEDUSA_ADMIN_GET_ORDERS_IDRetrieve an order by its ID. You can expand the order's relations or select the fields that should be returned.

Retrieve an order by its ID. You can expand the order's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Orders
List Changes on an OrderMEDUSA_ADMIN_GET_ORDERS_ID_CHANGESRetrieve a list of changes made on an order, including returns, exchanges, etc... The changes can be filtered by fields like `created_at`. The changes can also be paginated.

Retrieve a list of changes made on an order, including returns, exchanges, etc... The changes can be filtered by fields like `created_at`. The changes can also be paginated.

认证

需要 Connected Account

Tags

Orders
List Line ItemsMEDUSA_ADMIN_GET_ORDERS_ID_LINE_ITEMSRetrieve a list of line items in a order. The line items can be filtered by fields like FILTER FIELDS. The line items can also be paginated.

Retrieve a list of line items in a order. The line items can be filtered by fields like FILTER FIELDS. The line items can also be paginated.

认证

需要 Connected Account

Tags

Orders
Get PreviewMEDUSA_ADMIN_GET_ORDERS_ID_PREVIEWRetrieve a preview of an order using its associated change, such as an edit.

Retrieve a preview of an order using its associated change, such as an edit.

认证

需要 Connected Account

Tags

Orders
List Shipping Options for OrderMEDUSA_ADMIN_GET_ORDERS_ID_SHIPPING_OPTIONSRetrieve a list of shipping options that can be used for outbound shipping in an order. This is especially useful when adding outbound shipping to order exchanges or claims.

Retrieve a list of shipping options that can be used for outbound shipping in an order. This is especially useful when adding outbound shipping to order exchanges or claims.

认证

需要 Connected Account

Tags

Orders
List PaymentsMEDUSA_ADMIN_GET_PAYMENTSRetrieve a list of payments. The payments can be filtered by fields such as `id`. The payments can also be sorted or paginated.

Retrieve a list of payments. The payments can be filtered by fields such as `id`. The payments can also be sorted or paginated.

认证

需要 Connected Account

Tags

Payments
Get a PaymentMEDUSA_ADMIN_GET_PAYMENTS_IDRetrieve a payment by its ID. You can expand the payment's relations or select the fields that should be returned.

Retrieve a payment by its ID. You can expand the payment's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Payments
List Payment ProvidersMEDUSA_ADMIN_GET_PAYMENTS_PAYMENT_PROVIDERSRetrieve a list of payment providers. The payment providers can be filtered by fields such as `id`. The payment providers can also be sorted or paginated.

Retrieve a list of payment providers. The payment providers can be filtered by fields such as `id`. The payment providers can also be sorted or paginated.

认证

需要 Connected Account

Tags

Payments
List PluginsMEDUSA_ADMIN_GET_PLUGINSRetrieve the list of plugins installed in the Medusa application.

Retrieve the list of plugins installed in the Medusa application.

认证

需要 Connected Account

Tags

Plugins
List Price ListsMEDUSA_ADMIN_GET_PRICE_LISTSRetrieve a list of price lists. The price lists can be filtered by fields such as `id`. The price lists can also be sorted or paginated.

Retrieve a list of price lists. The price lists can be filtered by fields such as `id`. The price lists can also be sorted or paginated.

认证

需要 Connected Account

Tags

Price Lists
Get a Price ListMEDUSA_ADMIN_GET_PRICE_LISTS_IDRetrieve a price list by its ID. You can expand the price list's relations or select the fields that should be returned.

Retrieve a price list by its ID. You can expand the price list's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Price Lists
List Prices for a Price ListMEDUSA_ADMIN_GET_PRICE_LISTS_ID_PRICESRetrieve a list of prices in a price list. The prices can be filtered by fields like FILTER FIELDS. The prices can also be paginated.

Retrieve a list of prices in a price list. The prices can be filtered by fields like FILTER FIELDS. The prices can also be paginated.

认证

需要 Connected Account

Tags

Price Lists
List Price PreferencesMEDUSA_ADMIN_GET_PRICE_PREFERENCESRetrieve a list of price preferences. The price preferences can be filtered by fields such as `id`. The price preferences can also be sorted or paginated.

Retrieve a list of price preferences. The price preferences can be filtered by fields such as `id`. The price preferences can also be sorted or paginated.

认证

需要 Connected Account

Tags

Price Preferences
Get a Price PreferenceMEDUSA_ADMIN_GET_PRICE_PREFERENCES_IDRetrieve a price preference by its ID. You can expand the price preference's relations or select the fields that should be returned.

Retrieve a price preference by its ID. You can expand the price preference's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Price Preferences
List Product CategoriesMEDUSA_ADMIN_GET_PRODUCT_CATEGORIESRetrieve a list of product categories. The product categories can be filtered by fields such as `id`. The product categories can also be sorted or paginated.

Retrieve a list of product categories. The product categories can be filtered by fields such as `id`. The product categories can also be sorted or paginated.

认证

需要 Connected Account

Tags

Product Categories
Get a Product CategoryMEDUSA_ADMIN_GET_PRODUCT_CATEGORIES_IDRetrieve a product category by its ID. You can expand the product category's relations or select the fields that should be returned.

Retrieve a product category by its ID. You can expand the product category's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Product Categories
List Product OptionsMEDUSA_ADMIN_GET_PRODUCT_OPTIONSRetrieve a list of product options. The product options can be filtered by fields such as `id`. The product options can also be sorted or paginated.

Retrieve a list of product options. The product options can be filtered by fields such as `id`. The product options can also be sorted or paginated.

认证

需要 Connected Account

Tags

Product Options
Get a Product OptionMEDUSA_ADMIN_GET_PRODUCT_OPTIONS_IDRetrieve a product option by its ID. You can expand the product option's relations or select the fields that should be returned.

Retrieve a product option by its ID. You can expand the product option's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Product Options
List Product Option ValuesMEDUSA_ADMIN_GET_PRODUCT_OPTIONS_ID_VALUESRetrieve a list of values in a product option. The values can be filtered by fields like `id`. The values can also be paginated.

Retrieve a list of values in a product option. The values can be filtered by fields like `id`. The values can also be paginated.

认证

需要 Connected Account

Tags

Product Options
Get Product Option ValueMEDUSA_ADMIN_GET_PRODUCT_OPTIONS_ID_VALUES_VALUE_IDGet a product option value by its ID.

Get a product option value by its ID.

认证

需要 Connected Account

Tags

Product Options
List Product TagsMEDUSA_ADMIN_GET_PRODUCT_TAGSRetrieve a list of product tags. The product tags can be filtered by fields such as `id`. The product tags can also be sorted or paginated.

Retrieve a list of product tags. The product tags can be filtered by fields such as `id`. The product tags can also be sorted or paginated.

认证

需要 Connected Account

Tags

Product Tags
Get a Product TagMEDUSA_ADMIN_GET_PRODUCT_TAGS_IDRetrieve a product tag by its ID. You can expand the product tag's relations or select the fields that should be returned.

Retrieve a product tag by its ID. You can expand the product tag's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Product Tags
List Product TypesMEDUSA_ADMIN_GET_PRODUCT_TYPESRetrieve a list of product types. The product types can be filtered by fields such as `id`. The product types can also be sorted or paginated.

Retrieve a list of product types. The product types can be filtered by fields such as `id`. The product types can also be sorted or paginated.

认证

需要 Connected Account

Tags

Product Types
Get a Product TypeMEDUSA_ADMIN_GET_PRODUCT_TYPES_IDRetrieve a product type by its ID. You can expand the product type's relations or select the fields that should be returned.

Retrieve a product type by its ID. You can expand the product type's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Product Types
List Product VariantsMEDUSA_ADMIN_GET_PRODUCT_VARIANTSRetrieve a list of product variants. The product variants can be filtered by fields such as `id`. The product variants can also be sorted or paginated.

Retrieve a list of product variants. The product variants can be filtered by fields such as `id`. The product variants can also be sorted or paginated.

认证

需要 Connected Account

Tags

Product Variants
List ProductsMEDUSA_ADMIN_GET_PRODUCTSRetrieve a list of products. The products can be filtered by fields such as `id`. The products can also be sorted or paginated.

Retrieve a list of products. The products can be filtered by fields such as `id`. The products can also be sorted or paginated.

认证

需要 Connected Account

Tags

Products
Get a ProductMEDUSA_ADMIN_GET_PRODUCTS_IDRetrieve a product by its ID. You can expand the product's relations or select the fields that should be returned.

Retrieve a product by its ID. You can expand the product's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Products
List a Product's OptionsMEDUSA_ADMIN_GET_PRODUCTS_ID_OPTIONSRetrieve a list of options of a product. The options can be filtered by fields like `id`. The options can also be paginated.

Retrieve a list of options of a product. The options can be filtered by fields like `id`. The options can also be paginated.

认证

需要 Connected Account

Tags

Products
List Variants of a ProductMEDUSA_ADMIN_GET_PRODUCTS_ID_VARIANTSRetrieve a list of variants in a product. The variants can be filtered by fields like FILTER FIELDS. The variants can also be paginated.

Retrieve a list of variants in a product. The variants can be filtered by fields like FILTER FIELDS. The variants can also be paginated.

认证

需要 Connected Account

Tags

Products
Get Variant of a ProductMEDUSA_ADMIN_GET_PRODUCTS_ID_VARIANTS_VARIANT_IDRetrieve a product's variant by its ID.

Retrieve a product's variant by its ID.

认证

需要 Connected Account

Tags

Products
List PromotionsMEDUSA_ADMIN_GET_PROMOTIONSRetrieve a list of promotions. The promotions can be filtered by fields such as `id`. The promotions can also be sorted or paginated.

Retrieve a list of promotions. The promotions can be filtered by fields such as `id`. The promotions can also be sorted or paginated.

认证

需要 Connected Account

Tags

Promotions
Get a PromotionMEDUSA_ADMIN_GET_PROMOTIONS_IDRetrieve a promotion by its ID. You can expand the promotion's relations or select the fields that should be returned.

Retrieve a promotion by its ID. You can expand the promotion's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Promotions
List Rules of a PromotionMEDUSA_ADMIN_GET_PROMOTIONS_ID_RULE_TYPERetrieve a list of rules in a promotion. The type of rules retrieved depend on the value of the `rule_type` path parameter: - If `rule_type` is `rules`, the promotion's rules are retrivied. - If `rule_type` is `target-rules`, the target rules of the promotion's application method are retrieved. - If `rule_type` is `buy-rules`, the buy rules of the promotion's application method are retrieved.

Retrieve a list of rules in a promotion. The type of rules retrieved depend on the value of the `rule_type` path parameter: - If `rule_type` is `rules`, the promotion's rules are retrivied. - If `rule_type` is `target-rules`, the target rules of the promotion's application method are retrieved. - If `rule_type` is `buy-rules`, the buy rules of the promotion's application method are retrieved.

认证

需要 Connected Account

Tags

Promotions
List Rule Attribute Options of a Rule TypeMEDUSA_ADMIN_GET_PROMOTIONS_RULE_ATTRIBUTE_OPTIONS_RULE_TYPERetrieve a list of potential rule attributes for the promotion and application method types specified in the query parameters. Only the attributes of the rule type specified in the path parameter are retrieved: - If `rule_type` is `rules`, the attributes of the promotion's type are retrieved. - If `rule_type` is `target-rules`, the target rules' attributes of the application method's type are retrieved. - If `rule_type` is `buy-rules`, the buy rules' attributes of the application method's type are retrieved.

Retrieve a list of potential rule attributes for the promotion and application method types specified in the query parameters. Only the attributes of the rule type specified in the path parameter are retrieved: - If `rule_type` is `rules`, the attributes of the promotion's type are retrieved. - If `rule_type` is `target-rules`, the target rules' attributes of the application method's type are retrieved. - If `rule_type` is `buy-rules`, the buy rules' attributes of the application method's type are retrieved.

认证

需要 Connected Account

Tags

Promotions
List Rule Values Given a Rule AttributeMEDUSA_ADMIN_GET_PROMOTIONS_RULE_VALUE_OPTIONS_RULE_TYPE_RULE_ATTRIBUTE_IDRetrieve all potential values for promotion rules and target and buy rules based on the specified rule attribute and type. For example, if you provide the ID of the `currency_code` rule attribute, and set `rule_type` to `rules`, a list of currencies are retrieved in label-value pairs.

Retrieve all potential values for promotion rules and target and buy rules based on the specified rule attribute and type. For example, if you provide the ID of the `currency_code` rule attribute, and set `rule_type` to `rules`, a list of currencies are retrieved in label-value pairs.

认证

需要 Connected Account

Tags

Promotions
List Property LabelsMEDUSA_ADMIN_GET_PROPERTY_LABELSRetrieve a list of property labels. The property labels can be filtered by fields such as `id`. The property labels can also be sorted or paginated.

Retrieve a list of property labels. The property labels can be filtered by fields such as `id`. The property labels can also be sorted or paginated.

认证

需要 Connected Account

Tags

Property Labels
Get a Property LabelMEDUSA_ADMIN_GET_PROPERTY_LABELS_IDRetrieve a property label by its ID.

Retrieve a property label by its ID.

认证

需要 Connected Account

Tags

Property Labels
List Refund ReasonsMEDUSA_ADMIN_GET_REFUND_REASONSRetrieve a list of refund reasons. The refund reasons can be filtered by fields such as `id`. The refund reasons can also be sorted or paginated.

Retrieve a list of refund reasons. The refund reasons can be filtered by fields such as `id`. The refund reasons can also be sorted or paginated.

认证

需要 Connected Account

Tags

Refund Reasons
Get a Refund ReasonMEDUSA_ADMIN_GET_REFUND_REASONS_IDRetrieve a refund reason by its ID. You can expand the refund reason's relations or select the fields that should be returned.

Retrieve a refund reason by its ID. You can expand the refund reason's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Refund Reasons
List RegionsMEDUSA_ADMIN_GET_REGIONSRetrieve a list of regions. The regions can be filtered by fields such as `id`. The regions can also be sorted or paginated.

Retrieve a list of regions. The regions can be filtered by fields such as `id`. The regions can also be sorted or paginated.

认证

需要 Connected Account

Tags

Regions
Get a RegionMEDUSA_ADMIN_GET_REGIONS_IDRetrieve a region by its ID. You can expand the region's relations or select the fields that should be returned.

Retrieve a region by its ID. You can expand the region's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Regions
List ReservationsMEDUSA_ADMIN_GET_RESERVATIONSRetrieve a list of reservations. The reservations can be filtered by fields such as `id`. The reservations can also be sorted or paginated.

Retrieve a list of reservations. The reservations can be filtered by fields such as `id`. The reservations can also be sorted or paginated.

认证

需要 Connected Account

Tags

Reservations
Get a ReservationMEDUSA_ADMIN_GET_RESERVATIONS_IDRetrieve a reservation by its ID. You can expand the reservation's relations or select the fields that should be returned.

Retrieve a reservation by its ID. You can expand the reservation's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Reservations
List Return ReasonsMEDUSA_ADMIN_GET_RETURN_REASONSRetrieve a list of return reasons. The return reasons can be filtered by fields such as `id`. The return reasons can also be sorted or paginated.

Retrieve a list of return reasons. The return reasons can be filtered by fields such as `id`. The return reasons can also be sorted or paginated.

认证

需要 Connected Account

Tags

Return Reasons
Get a Return ReasonMEDUSA_ADMIN_GET_RETURN_REASONS_IDRetrieve a return reason by its ID. You can expand the return reason's relations or select the fields that should be returned.

Retrieve a return reason by its ID. You can expand the return reason's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Return Reasons
List ReturnsMEDUSA_ADMIN_GET_RETURNSRetrieve a list of returns. The returns can be filtered by fields such as `id`. The returns can also be sorted or paginated.

Retrieve a list of returns. The returns can be filtered by fields such as `id`. The returns can also be sorted or paginated.

认证

需要 Connected Account

Tags

Returns
Get a ReturnMEDUSA_ADMIN_GET_RETURNS_IDRetrieve a return by its ID. You can expand the return's relations or select the fields that should be returned.

Retrieve a return by its ID. You can expand the return's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Returns
List Sales ChannelsMEDUSA_ADMIN_GET_SALES_CHANNELSRetrieve 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.

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.

认证

需要 Connected Account

Tags

Sales Channels
Get a Sales ChannelMEDUSA_ADMIN_GET_SALES_CHANNELS_IDRetrieve a sales channel by its ID. You can expand the sales channel's relations or select the fields that should be returned.

Retrieve a sales channel by its ID. You can expand the sales channel's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Sales Channels
List SearchMEDUSA_ADMIN_GET_SEARCHRetrieve a list of search. The search can be filtered by fields such as `id`. The search can also be sorted or paginated.

Retrieve a list of search. The search can be filtered by fields such as `id`. The search can also be sorted or paginated.

认证

需要 Connected Account

Tags

Search
List Shipping Option TypesMEDUSA_ADMIN_GET_SHIPPING_OPTION_TYPESRetrieve a list of shipping option types. The shipping option types can be filtered by fields such as `id`. The shipping option types can also be sorted or paginated.

Retrieve a list of shipping option types. The shipping option types can be filtered by fields such as `id`. The shipping option types can also be sorted or paginated.

认证

需要 Connected Account

Tags

Shipping Option Types
Get a Shipping Option TypeMEDUSA_ADMIN_GET_SHIPPING_OPTION_TYPES_IDRetrieve a shipping option type by its ID. You can expand the shipping option type's relations or select the fields that should be returned.

Retrieve a shipping option type by its ID. You can expand the shipping option type's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Shipping Option Types
List Shipping OptionsMEDUSA_ADMIN_GET_SHIPPING_OPTIONSRetrieve 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.

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.

认证

需要 Connected Account

Tags

Shipping Options
Get a Shipping OptionMEDUSA_ADMIN_GET_SHIPPING_OPTIONS_IDRetrieve a shipping option by its ID. You can expand the shipping option's relations or select the fields that should be returned.

Retrieve a shipping option by its ID. You can expand the shipping option's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Shipping Options
List Shipping ProfilesMEDUSA_ADMIN_GET_SHIPPING_PROFILESRetrieve a list of shipping profiles. The shipping profiles can be filtered by fields such as `id`. The shipping profiles can also be sorted or paginated.

Retrieve a list of shipping profiles. The shipping profiles can be filtered by fields such as `id`. The shipping profiles can also be sorted or paginated.

认证

需要 Connected Account

Tags

Shipping Profiles
Get a Shipping ProfileMEDUSA_ADMIN_GET_SHIPPING_PROFILES_IDRetrieve a shipping profile by its ID. You can expand the shipping profile's relations or select the fields that should be returned.

Retrieve a shipping profile by its ID. You can expand the shipping profile's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Shipping Profiles
List Stock LocationsMEDUSA_ADMIN_GET_STOCK_LOCATIONSRetrieve a list of stock locations. The stock locations can be filtered by fields such as `id`. The stock locations can also be sorted or paginated.

Retrieve a list of stock locations. The stock locations can be filtered by fields such as `id`. The stock locations can also be sorted or paginated.

认证

需要 Connected Account

Tags

Stock Locations
Get a Stock LocationMEDUSA_ADMIN_GET_STOCK_LOCATIONS_IDRetrieve a stock location by its ID. You can expand the stock location's relations or select the fields that should be returned.

Retrieve a stock location by its ID. You can expand the stock location's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Stock Locations
List Store Credit AccountsMEDUSA_ADMIN_GET_STORE_CREDIT_ACCOUNTSRetrieve a list of store credit accounts. The store credit accounts can be filtered by fields such as `id`. The store credit accounts can also be sorted or paginated.

Retrieve a list of store credit accounts. The store credit accounts can be filtered by fields such as `id`. The store credit accounts can also be sorted or paginated.

认证

需要 Connected Account

Tags

Store Credit Accounts
Get a Store Credit AccountMEDUSA_ADMIN_GET_STORE_CREDIT_ACCOUNTS_IDRetrieve a store credit account by its ID. You can expand the store credit account's relations or select the fields that should be returned.

Retrieve a store credit account by its ID. You can expand the store credit account's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Store Credit Accounts
List TransactionsMEDUSA_ADMIN_GET_STORE_CREDIT_ACCOUNTS_ID_TRANSACTIONSRetrieve a list of transactions in a store credit account. The transactions can be filtered by fields like FILTER FIELDS. The transactions can also be paginated.

Retrieve a list of transactions in a store credit account. The transactions can be filtered by fields like FILTER FIELDS. The transactions can also be paginated.

认证

需要 Connected Account

Tags

Store Credit Accounts
List StoresMEDUSA_ADMIN_GET_STORESRetrieve a list of stores. The stores can be filtered by fields such as `id`. The stores can also be sorted or paginated.

Retrieve a list of stores. The stores can be filtered by fields such as `id`. The stores can also be sorted or paginated.

认证

需要 Connected Account

Tags

Stores
Get a StoreMEDUSA_ADMIN_GET_STORES_IDRetrieve a store by its ID. You can expand the store's relations or select the fields that should be returned.

Retrieve a store by its ID. You can expand the store's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Stores
List Tax ProvidersMEDUSA_ADMIN_GET_TAX_PROVIDERSRetrieve a list of tax providers installed in the Medusa application through Tax Module Providers. The tax providers can be filtered by fields such as `id`. The tax providers can also be sorted or paginated.

Retrieve a list of tax providers installed in the Medusa application through Tax Module Providers. The tax providers can be filtered by fields such as `id`. The tax providers can also be sorted or paginated.

认证

需要 Connected Account

Tags

Tax Providers
List Tax RatesMEDUSA_ADMIN_GET_TAX_RATESRetrieve a list of tax rates. The tax rates can be filtered by fields such as `id`. The tax rates can also be sorted or paginated.

Retrieve a list of tax rates. The tax rates can be filtered by fields such as `id`. The tax rates can also be sorted or paginated.

认证

需要 Connected Account

Tags

Tax Rates
Get a Tax RateMEDUSA_ADMIN_GET_TAX_RATES_IDRetrieve a tax rate by its ID. You can expand the tax rate's relations or select the fields that should be returned.

Retrieve a tax rate by its ID. You can expand the tax rate's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Tax Rates
List Tax RegionsMEDUSA_ADMIN_GET_TAX_REGIONSRetrieve 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.

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.

认证

需要 Connected Account

Tags

Tax Regions
Get a Tax RegionMEDUSA_ADMIN_GET_TAX_REGIONS_IDRetrieve a tax region by its ID. You can expand the tax region's relations or select the fields that should be returned.

Retrieve a tax region by its ID. You can expand the tax region's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Tax Regions
List TranslationsMEDUSA_ADMIN_GET_TRANSLATIONSRetrieve a list of translations. The translations can be filtered by fields such as `reference_id` (For example, the ID of a product). The translations can also be sorted or paginated.

Retrieve a list of translations. The translations can be filtered by fields such as `reference_id` (For example, the ID of a product). The translations can also be sorted or paginated.

认证

需要 Connected Account

Tags

Translations
List Translatable EntitiesMEDUSA_ADMIN_GET_TRANSLATIONS_ENTITIESRetrieve a list of translatable entities. The entities can be filtered by fields such as `id`. The entities can also be sorted or paginated.

Retrieve a list of translatable entities. The entities can be filtered by fields such as `id`. The entities can also be sorted or paginated.

认证

需要 Connected Account

Tags

Translations
List Translation SettingsMEDUSA_ADMIN_GET_TRANSLATIONS_SETTINGSRetrieve the list of translatable fields for all entities, such as products and collections. You can also filter the results by entity type or active entities.

Retrieve the list of translatable fields for all entities, such as products and collections. You can also filter the results by entity type or active entities.

认证

需要 Connected Account

Tags

Translations
Retrieve Translation StatisticsMEDUSA_ADMIN_GET_TRANSLATIONS_STATISTICSGet statistics on translations for specified locales and entity types. This includes overall translation progress for each entity type, and statistics for each locale within those entity types.

Get statistics on translations for specified locales and entity types. This includes overall translation progress for each entity type, and statistics for each locale within those entity types.

认证

需要 Connected Account

Tags

Translations
Get a FileMEDUSA_ADMIN_GET_UPLOADS_IDRetrieve an uploaded file by its ID. You can expand the file's relations or select the fields that should be returned.

Retrieve an uploaded file by its ID. You can expand the file's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Uploads
List UsersMEDUSA_ADMIN_GET_USERSRetrieve a list of users. The users can be filtered by fields such as `id`. The users can also be sorted or paginated.

Retrieve a list of users. The users can be filtered by fields such as `id`. The users can also be sorted or paginated.

认证

需要 Connected Account

Tags

Users
Get a UserMEDUSA_ADMIN_GET_USERS_IDRetrieve a user by its ID. You can expand the user's relations or select the fields that should be returned.

Retrieve a user by its ID. You can expand the user's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Users
Get Logged-In UserMEDUSA_ADMIN_GET_USERS_MERetrieve the logged-in user's details.

Retrieve the logged-in user's details.

认证

需要 Connected Account

Tags

Users
List ViewsMEDUSA_ADMIN_GET_VIEWS_ENTITIESRetrieve a list of views. The views can be filtered by fields such as `id`. The views can also be sorted or paginated.

Retrieve a list of views. The views can be filtered by fields such as `id`. The views can also be sorted or paginated.

认证

需要 Connected Account

Tags

Views
List Columns in ViewMEDUSA_ADMIN_GET_VIEWS_ENTITY_COLUMNSRetrieve a list of columns in a view for an entity. The columns are retrieved for the authenticated admin user.

Retrieve a list of columns in a view for an entity. The columns are retrieved for the authenticated admin user.

认证

需要 Connected Account

Tags

Views
List View ConfigurationsMEDUSA_ADMIN_GET_VIEWS_ENTITY_CONFIGURATIONSRetrieve a list of view configurations of an entity. The configurations can be filtered by fields like `id`. The configurations can also be paginated. An admin user can only retrieve their own configurations.

Retrieve a list of view configurations of an entity. The configurations can be filtered by fields like `id`. The configurations can also be paginated. An admin user can only retrieve their own configurations.

认证

需要 Connected Account

Tags

Views
Get Active View ConfigurationMEDUSA_ADMIN_GET_VIEWS_ENTITY_CONFIGURATIONS_ACTIVEGet the active view configurations for an entity. If no active view is set, `null` is returned. An admin user can only retrieve their own active configuration.

Get the active view configurations for an entity. If no active view is set, `null` is returned. An admin user can only retrieve their own active configuration.

认证

需要 Connected Account

Tags

Views
Get View ConfigurationMEDUSA_ADMIN_GET_VIEWS_ENTITY_CONFIGURATIONS_IDRetrieve a view configuration for an entity. An admin user can only retrieve their own configurations.

Retrieve a view configuration for an entity. An admin user can only retrieve their own configurations.

认证

需要 Connected Account

Tags

Views
List Workflows ExecutionsMEDUSA_ADMIN_GET_WORKFLOWS_EXECUTIONSRetrieve a list of workflows executions. The workflows executions can be filtered by fields such as `id`. The workflows executions can also be sorted or paginated.

Retrieve a list of workflows executions. The workflows executions can be filtered by fields such as `id`. The workflows executions can also be sorted or paginated.

认证

需要 Connected Account

Tags

Workflows Executions
Get a Workflows ExecutionMEDUSA_ADMIN_GET_WORKFLOWS_EXECUTIONS_IDRetrieve a workflows execution by its ID. You can expand the workflows execution's relations or select the fields that should be returned.

Retrieve a workflows execution by its ID. You can expand the workflows execution's relations or select the fields that should be returned.

认证

需要 Connected Account

Tags

Workflows Executions
Subscribe to a Workflow's ExecutionMEDUSA_ADMIN_GET_WORKFLOWS_EXECUTIONS_WORKFLOW_ID_SUBSCRIBESubscribe to a workflow's execution to receive real-time information about its steps, status, and data. This route returns an event stream that you can consume using the [EventSource API](https://developer.mozilla.org/en-US/docs/Web/API/EventSource).

Subscribe to a workflow's execution to receive real-time information about its steps, status, and data. This route returns an event stream that you can consume using the [EventSource API](https://developer.mozilla.org/en-US/docs/Web/API/EventSource).

认证

需要 Connected Account

Tags

Workflows Executions
Get Workflow Execution's DetailsMEDUSA_ADMIN_GET_WORKFLOWS_EXECUTIONS_WORKFLOW_ID_TRANSACTION_IDGet the details of the workflow's execution.

Get the details of the workflow's execution.

认证

需要 Connected Account

Tags

Workflows Executions
Subscribe to Workflow Execution EventsMEDUSA_ADMIN_GET_WORKFLOWS_EXECUTIONS_WORKFLOW_ID_TRANSACTION_ID_SUBSCRIBESubscribe to workflow execution events for a specific workflow and transaction. This endpoint establishes a Server-Sent Events (SSE) connection, allowing clients to receive real-time updates about the workflow execution. The events include details such as the event type, workflow ID, transaction ID, step information, response, result, and any errors that occur during the execution.

Subscribe to workflow execution events for a specific workflow and transaction. This endpoint establishes a Server-Sent Events (SSE) connection, allowing clients to receive real-time updates about the workflow execution. The events include details such as the event type, workflow ID, transaction ID, step information, response, result, and any errors that occur during the execution.

认证

需要 Connected Account

Tags

Workflows Executions
Create CampaignMEDUSA_ADMIN_POST_CAMPAIGNSCreate a campaign.

Create a campaign.

认证

需要 Connected Account

Tags

Campaigns
Update a CampaignMEDUSA_ADMIN_POST_CAMPAIGNS_IDUpdate a campaign's details.

Update a campaign's details.

认证

需要 Connected Account

Tags

Campaigns
Manage the Promotions of a CampaignMEDUSA_ADMIN_POST_CAMPAIGNS_ID_PROMOTIONSManage the promotions of a campaign, either by adding them or removing them from the campaign.

Manage the promotions of a campaign, either by adding them or removing them from the campaign.

认证

需要 Connected Account

Tags

Campaigns
Create a ClaimMEDUSA_ADMIN_POST_CLAIMSCreate a claim. The claim is still in the request state, and the changes are only applied on the order once the claim is confirmed.

Create a claim. The claim is still in the request state, and the changes are only applied on the order once the claim is confirmed.

认证

需要 Connected Account

Tags

Claims
Cancel a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_CANCELCancel a claim and its associated return.

Cancel a claim and its associated return.

认证

需要 Connected Account

Tags

Claims
Add Claim Items to a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_CLAIM_ITEMSAdd order items to a claim as claim items. These claim items will have the action `WRITE_OFF_ITEM`.

Add order items to a claim as claim items. These claim items will have the action `WRITE_OFF_ITEM`.

认证

需要 Connected Account

Tags

Claims
Update a Claim ItemMEDUSA_ADMIN_POST_CLAIMS_ID_CLAIM_ITEMS_ACTION_IDUpdate an order item in a claim by the ID of the item's `WRITE_OFF_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update an order item in a claim by the ID of the item's `WRITE_OFF_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Claims
Add Inbound Items to a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_INBOUND_ITEMSAdd inbound (or return) items to a claim. These inbound items will have a `RETURN_ITEM` action.

Add inbound (or return) items to a claim. These inbound items will have a `RETURN_ITEM` action.

认证

需要 Connected Account

Tags

Claims
Update Inbound Items of a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_INBOUND_ITEMS_ACTION_IDUpdate an inbound (or return) item of a claim using the `ID` of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update an inbound (or return) item of a claim using the `ID` of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Claims
Add an Inbound Shipping Method to a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_INBOUND_SHIPPING_METHODAdd an inbound (or return) shipping method to a claim. The inbound shipping method will have a `SHIPPING_ADD` action.

Add an inbound (or return) shipping method to a claim. The inbound shipping method will have a `SHIPPING_ADD` action.

认证

需要 Connected Account

Tags

Claims
Update Inbound Shipping Method of a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_INBOUND_SHIPPING_METHOD_ACTION_IDUpdate the shipping method for returning items in the claim using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update the shipping method for returning items in the claim using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Claims
Add Outbound Items to a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_OUTBOUND_ITEMSAdd outbound (or new) items to a claim. These outbound items will have an `ITEM_ADD` action.

Add outbound (or new) items to a claim. These outbound items will have an `ITEM_ADD` action.

认证

需要 Connected Account

Tags

Claims
Update Outbound Item of a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_OUTBOUND_ITEMS_ACTION_IDUpdate an outbound (or new) item of a claim using the `ID` of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update an outbound (or new) item of a claim using the `ID` of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Claims
Add Outbound Shipping Methods to a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_OUTBOUND_SHIPPING_METHODAdd an outbound shipping method to a claim. The outbound shipping method will have a `SHIPPING_ADD` action.

Add an outbound shipping method to a claim. The outbound shipping method will have a `SHIPPING_ADD` action.

认证

需要 Connected Account

Tags

Claims
Update Outbound Shipping Method of a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_OUTBOUND_SHIPPING_METHOD_ACTION_IDUpdate the shipping method for delivering outbound items in a claim using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update the shipping method for delivering outbound items in a claim using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Claims
Confirm a Claim RequestMEDUSA_ADMIN_POST_CLAIMS_ID_REQUESTConfirm a claim request, applying its changes on the associated order.

Confirm a claim request, applying its changes on the associated order.

认证

需要 Connected Account

Tags

Claims
Create CollectionMEDUSA_ADMIN_POST_COLLECTIONSCreate a collection.

Create a collection.

认证

需要 Connected Account

Tags

Collections
Update a CollectionMEDUSA_ADMIN_POST_COLLECTIONS_IDUpdate a collection's details.

Update a collection's details.

认证

需要 Connected Account

Tags

Collections
Manage Products of a CollectionMEDUSA_ADMIN_POST_COLLECTIONS_ID_PRODUCTSManage the products of a collection by adding or removing them from the collection.

Manage the products of a collection by adding or removing them from the collection.

认证

需要 Connected Account

Tags

Collections
Create Customer GroupMEDUSA_ADMIN_POST_CUSTOMER_GROUPSCreate a customer group.

Create a customer group.

认证

需要 Connected Account

Tags

Customer Groups
Update a Customer GroupMEDUSA_ADMIN_POST_CUSTOMER_GROUPS_IDUpdate a customer group's details.

Update a customer group's details.

认证

需要 Connected Account

Tags

Customer Groups
Manage Customers of a Customer GroupMEDUSA_ADMIN_POST_CUSTOMER_GROUPS_ID_CUSTOMERSManage the customers of a group to add or remove them from the group.

Manage the customers of a group to add or remove them from the group.

认证

需要 Connected Account

Tags

Customer Groups
Create CustomerMEDUSA_ADMIN_POST_CUSTOMERSCreate a customer.

Create a customer.

认证

需要 Connected Account

Tags

Customers
Update a CustomerMEDUSA_ADMIN_POST_CUSTOMERS_IDUpdate a customer's details.

Update a customer's details.

认证

需要 Connected Account

Tags

Customers
Add a Customer AddressMEDUSA_ADMIN_POST_CUSTOMERS_ID_ADDRESSESAdd an address to a customer.

Add an address to a customer.

认证

需要 Connected Account

Tags

Customers
Update a Customer's AddressMEDUSA_ADMIN_POST_CUSTOMERS_ID_ADDRESSES_ADDRESS_IDUpdate a customer address's details.

Update a customer address's details.

认证

需要 Connected Account

Tags

Customers
Manage Customer Groups of CustomerMEDUSA_ADMIN_POST_CUSTOMERS_ID_CUSTOMER_GROUPSManage the customer groups of a customer, adding or removing the customer from those groups.

Manage the customer groups of a customer, adding or removing the customer from those groups.

认证

需要 Connected Account

Tags

Customers
Create Draft OrderMEDUSA_ADMIN_POST_DRAFT_ORDERSCreate a draft order. This creates an order with the `is_draft_order` property enabled. You can later convert the draft order to an order.

Create a draft order. This creates an order with the `is_draft_order` property enabled. You can later convert the draft order to an order.

认证

需要 Connected Account

Tags

Draft Orders
Update a Draft OrderMEDUSA_ADMIN_POST_DRAFT_ORDERS_IDUpdate a draft order's details. This doesn't include updating the draft order's items, shipping methods, or promotions. To update those, you need to create an edit that you can later request or confirm.

Update a draft order's details. This doesn't include updating the draft order's items, shipping methods, or promotions. To update those, you need to create an edit that you can later request or confirm.

认证

需要 Connected Account

Tags

Draft Orders
Convert a Draft Order to an OrderMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_CONVERT_TO_ORDERConvert a draft order to an order. This will finalize the draft order and create a new order with the same details.

Convert a draft order to an order. This will finalize the draft order and create a new order with the same details.

认证

需要 Connected Account

Tags

Draft Orders
Create a Draft Order EditMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_EDITCreate an edit on a draft order. This will allow you to make changes to the draft order's items, shipping methods, or promotions. Once you've made the necessar changes, you can later either request the edit (which requires a confirmation from the customer), or force-confirm the edit.

Create an edit on a draft order. This will allow you to make changes to the draft order's items, shipping methods, or promotions. Once you've made the necessar changes, you can later either request the edit (which requires a confirmation from the customer), or force-confirm the edit.

认证

需要 Connected Account

Tags

Draft Orders
Confirm an Edit on a Draft OrderMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_EDIT_CONFIRMConfirm an edit on a draft order. This will apply the changes made to the draft order.

Confirm an edit on a draft order. This will apply the changes made to the draft order.

认证

需要 Connected Account

Tags

Draft Orders
Add Item to Draft Order EditMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_EDIT_ITEMSAdd an item to a draft order edit.

Add an item to a draft order edit.

认证

需要 Connected Account

Tags

Draft Orders
Update New Item in Draft Order EditMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_EDIT_ITEMS_ACTION_IDUpdate a new item that was added to a draft order edit by the ID of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update a new item that was added to a draft order edit by the ID of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Draft Orders
Update Existing Item in Draft Order EditMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_EDIT_ITEMS_ITEM_ITEM_IDUpdate an existing item in a draft order edit.

Update an existing item in a draft order edit.

认证

需要 Connected Account

Tags

Draft Orders
Add Promotions to Draft Order EditMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_EDIT_PROMOTIONSAdd promotions to a draft order edit.

Add promotions to a draft order edit.

认证

需要 Connected Account

Tags

Draft Orders
Request Edit on Draft OrderMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_EDIT_REQUESTChange the status of a draft order's edit to be requested. Later, the edit can be confirmed or canceled.

Change the status of a draft order's edit to be requested. Later, the edit can be confirmed or canceled.

认证

需要 Connected Account

Tags

Draft Orders
Add Shipping Method to Draft Order EditMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_EDIT_SHIPPING_METHODSAdd a shipping method to a draft order edit.

Add a shipping method to a draft order edit.

认证

需要 Connected Account

Tags

Draft Orders
Update New Shipping Method in Draft Order EditMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_EDIT_SHIPPING_METHODS_ACTION_IDUpdate a new shipping method that was added to a draft order edit using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update a new shipping method that was added to a draft order edit using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Draft Orders
Update Existing Shipping Method in Draft Order EditMEDUSA_ADMIN_POST_DRAFT_ORDERS_ID_EDIT_SHIPPING_METHODS_METHOD_METHOD_IDUpdate an existing shipping method in a draft order edit.

Update an existing shipping method in a draft order edit.

认证

需要 Connected Account

Tags

Draft Orders
Create ExchangeMEDUSA_ADMIN_POST_EXCHANGESCreate an exchange request. Its changes aren't applied on the order until the exchange is confirmed.

Create an exchange request. Its changes aren't applied on the order until the exchange is confirmed.

认证

需要 Connected Account

Tags

Exchanges
Cancel an ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_CANCELCancel an exchange and its associated return.

Cancel an exchange and its associated return.

认证

需要 Connected Account

Tags

Exchanges
Add Inbound Items to an ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_INBOUND_ITEMSAdd inbound (or return) items to an exchange. These inbound items will have the action `RETURN_ITEM`.

Add inbound (or return) items to an exchange. These inbound items will have the action `RETURN_ITEM`.

认证

需要 Connected Account

Tags

Exchanges
Update an Inbount Item of an ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_INBOUND_ITEMS_ACTION_IDUpdate an inbound (or return) item from an exchange using the `ID` of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update an inbound (or return) item from an exchange using the `ID` of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Exchanges
Add an Inbound Shipping Method to an ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_INBOUND_SHIPPING_METHODAdd an inbound (or return) shipping method to an exchange. The inbound shipping method will have a `SHIPPING_ADD` action.

Add an inbound (or return) shipping method to an exchange. The inbound shipping method will have a `SHIPPING_ADD` action.

认证

需要 Connected Account

Tags

Exchanges
Update Inbound Shipping Method of an ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_INBOUND_SHIPPING_METHOD_ACTION_IDUpdate the shipping method for returning items in the exchange using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update the shipping method for returning items in the exchange using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Exchanges
Add Outbound Items to ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_OUTBOUND_ITEMSAdd outbound (or new) items to an exchange. These outbound items will have the action `ITEM_ADD`.

Add outbound (or new) items to an exchange. These outbound items will have the action `ITEM_ADD`.

认证

需要 Connected Account

Tags

Exchanges
Update Outbound Item of an ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_OUTBOUND_ITEMS_ACTION_IDUpdate an outbound (or new) item from an exchange using the `ID` of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update an outbound (or new) item from an exchange using the `ID` of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Exchanges
Add Outbound Shipping Method to ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_OUTBOUND_SHIPPING_METHODAdd an outbound shipping method to an exchange. The outbound shipping method will have a `SHIPPING_ADD` action.

Add an outbound shipping method to an exchange. The outbound shipping method will have a `SHIPPING_ADD` action.

认证

需要 Connected Account

Tags

Exchanges
Update Outbound Shipping Method of ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_OUTBOUND_SHIPPING_METHOD_ACTION_IDUpdate the shipping method for delivering outbound items in the exchange using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update the shipping method for delivering outbound items in the exchange using the `ID` of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Exchanges
Confirm an ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_REQUESTConfirm an exchange request, applying its changes on the associated order.

Confirm an exchange request, applying its changes on the associated order.

认证

需要 Connected Account

Tags

Exchanges
Add a Service Zone to a Fulfillment SetMEDUSA_ADMIN_POST_FULFILLMENT_SETS_ID_SERVICE_ZONESAdd a service zone to a fulfillment set.

Add a service zone to a fulfillment set.

认证

需要 Connected Account

Tags

Fulfillment Sets
Update the Service Zone of a Fulfillment SetMEDUSA_ADMIN_POST_FULFILLMENT_SETS_ID_SERVICE_ZONES_ZONE_IDUpdate the details of a service zone in a fulfillment set.

Update the details of a service zone in a fulfillment set.

认证

需要 Connected Account

Tags

Fulfillment Sets
Create FulfillmentMEDUSA_ADMIN_POST_FULFILLMENTSCreate a fulfillment for an order, return, exchange, and more.

Create a fulfillment for an order, return, exchange, and more.

认证

需要 Connected Account

Tags

Fulfillments
Cancel a FulfillmentMEDUSA_ADMIN_POST_FULFILLMENTS_ID_CANCELCancel a fulfillment. The fulfillment can't be shipped or delivered. To cancel the fulfillment, the `cancelFulfillment` method of the associated fulfillment provider is used.

Cancel a fulfillment. The fulfillment can't be shipped or delivered. To cancel the fulfillment, the `cancelFulfillment` method of the associated fulfillment provider is used.

认证

需要 Connected Account

Tags

Fulfillments
Create a Shipment for a FulfillmentMEDUSA_ADMIN_POST_FULFILLMENTS_ID_SHIPMENTCreate a shipment for a fulfillment. The fulfillment must not be shipped or canceled.

Create a shipment for a fulfillment. The fulfillment must not be shipped or canceled.

认证

需要 Connected Account

Tags

Fulfillments
Create Gift CardMEDUSA_ADMIN_POST_GIFT_CARDSCreate a gift card.

Create a gift card.

认证

需要 Connected Account

Tags

Gift Cards
Update a Gift CardMEDUSA_ADMIN_POST_GIFT_CARDS_IDUpdate a gift card's details.

Update a gift card's details.

认证

需要 Connected Account

Tags

Gift Cards
Trigger Index SyncMEDUSA_ADMIN_POST_INDEX_SYNCTrigger reindexing or re-ingestion of the Index Module.

Trigger reindexing or re-ingestion of the Index Module.

认证

需要 Connected Account

Tags

Index
Create Inventory ItemMEDUSA_ADMIN_POST_INVENTORY_ITEMSCreate an inventory item.

Create an inventory item.

认证

需要 Connected Account

Tags

Inventory Items
Export Inventory ItemsMEDUSA_ADMIN_POST_INVENTORY_ITEMS_EXPORTStart an inventory items export process to retrieve a CSV of exported inventory items. You'll receive in the response the transaction ID of the workflow generating the CSV file. To check the status of the execution, send a GET request to `/admin/workflows-executions/export-inventory-items/:transaction-id`. Once the execution finishes successfully, a notification is created for the export. You can retrieve the notifications using the `/admin/notification` API route to retrieve the file's download URL.

Start an inventory items export process to retrieve a CSV of exported inventory items. You'll receive in the response the transaction ID of the workflow generating the CSV file. To check the status of the execution, send a GET request to `/admin/workflows-executions/export-inventory-items/:transaction-id`. Once the execution finishes successfully, a notification is created for the export. You can retrieve the notifications using the `/admin/notification` API route to retrieve the file's download URL.

认证

需要 Connected Account

Tags

Inventory Items
Update an Inventory ItemMEDUSA_ADMIN_POST_INVENTORY_ITEMS_IDUpdate an inventory item's details.

Update an inventory item's details.

认证

需要 Connected Account

Tags

Inventory Items
Create Inventory Level for Inventory ItemMEDUSA_ADMIN_POST_INVENTORY_ITEMS_ID_LOCATION_LEVELSCreate an inventory level for an inventory item.

Create an inventory level for an inventory item.

认证

需要 Connected Account

Tags

Inventory Items
Manage Inventory Levels of Inventory ItemMEDUSA_ADMIN_POST_INVENTORY_ITEMS_ID_LOCATION_LEVELS_BATCHManage the inventory levels of an inventory item to create or delete them.

Manage the inventory levels of an inventory item to create or delete them.

认证

需要 Connected Account

Tags

Inventory Items
Update an Inventory Level of an Inventory ItemMEDUSA_ADMIN_POST_INVENTORY_ITEMS_ID_LOCATION_LEVELS_LOCATION_IDUpdates the details of an inventory item's inventory level using its associated location ID.

Updates the details of an inventory item's inventory level using its associated location ID.

认证

需要 Connected Account

Tags

Inventory Items
Manage Inventory LevelsMEDUSA_ADMIN_POST_INVENTORY_ITEMS_LOCATION_LEVELS_BATCHManage inventory levels to create, update, or delete them.

Manage inventory levels to create, update, or delete them.

认证

需要 Connected Account

Tags

Inventory Items
Create InviteMEDUSA_ADMIN_POST_INVITESCreate a invite.

Create a invite.

认证

需要 Connected Account

Tags

Invites
Accept InviteMEDUSA_ADMIN_POST_INVITES_ACCEPTAccept an invite and create a new user. Since the user isn't created yet, the JWT token used in the authorization header is retrieved from the `/auth/user/emailpass/register` API route (or a provider other than `emailpass`). The user can then authenticate using the `/auth/user/emailpass` API route.

Accept an invite and create a new user. Since the user isn't created yet, the JWT token used in the authorization header is retrieved from the `/auth/user/emailpass/register` API route (or a provider other than `emailpass`). The user can then authenticate using the `/auth/user/emailpass` API route.

认证

需要 Connected Account

Tags

Invites
Refresh Invite TokenMEDUSA_ADMIN_POST_INVITES_ID_RESENDRefresh the token of an invite.

Refresh the token of an invite.

认证

需要 Connected Account

Tags

Invites
Add Layout ConfigurationMEDUSA_ADMIN_POST_LAYOUTS_ZONE_CONFIGURATIONAdd a layout configuration for a specific zone. This allows you to customize the layout of the admin dashboard for that zone, including the arrangement of widgets and other UI elements.

Add a layout configuration for a specific zone. This allows you to customize the layout of the admin dashboard for that zone, including the arrangement of widgets and other UI elements.

认证

需要 Connected Account

Tags

Layouts
Update an Order ChangeMEDUSA_ADMIN_POST_ORDER_CHANGES_IDUpdate an order change's details. An order change can be an exchange, claim, or edit. For example, you can edit whether an exchange carries over the parent order's promotion.

Update an order change's details. An order change can be an exchange, claim, or edit. For example, you can edit whether an exchange carries over the parent order's promotion.

认证

需要 Connected Account

Tags

Order Changes
Create Order EditMEDUSA_ADMIN_POST_ORDER_EDITSCreate an order edit.

Create an order edit.

认证

需要 Connected Account

Tags

Order Edits
Confirm Order EditMEDUSA_ADMIN_POST_ORDER_EDITS_ID_CONFIRMConfirm an order edit request and apply the changes on the order.

Confirm an order edit request and apply the changes on the order.

认证

需要 Connected Account

Tags

Order Edits
Add Items to Order EditMEDUSA_ADMIN_POST_ORDER_EDITS_ID_ITEMSAdd new items to an order edit. These items will have the action `ITEM_ADD`.

Add new items to an order edit. These items will have the action `ITEM_ADD`.

认证

需要 Connected Account

Tags

Order Edits
Update an Item in an Order EditMEDUSA_ADMIN_POST_ORDER_EDITS_ID_ITEMS_ACTION_IDUpdate an added item in the order edit by the ID of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update an added item in the order edit by the ID of the item's `ITEM_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Order Edits
Update Order Item Quantity of Order EditMEDUSA_ADMIN_POST_ORDER_EDITS_ID_ITEMS_ITEM_ITEM_IDUpdate an existing order item's quantity of an order edit. You can also use this API route to remove an item from an order by setting its quantity to `0`.

Update an existing order item's quantity of an order edit. You can also use this API route to remove an item from an order by setting its quantity to `0`.

认证

需要 Connected Account

Tags

Order Edits
Request Order EditMEDUSA_ADMIN_POST_ORDER_EDITS_ID_REQUESTChange the status of an active order edit to requested.

Change the status of an active order edit to requested.

认证

需要 Connected Account

Tags

Order Edits
Add Shipping Method to Order EditMEDUSA_ADMIN_POST_ORDER_EDITS_ID_SHIPPING_METHODAdd a shipping method to an exchange. The shipping method will have a `SHIPPING_ADD` action.

Add a shipping method to an exchange. The shipping method will have a `SHIPPING_ADD` action.

认证

需要 Connected Account

Tags

Order Edits
Update Shipping Method of an Order EditMEDUSA_ADMIN_POST_ORDER_EDITS_ID_SHIPPING_METHOD_ACTION_IDUpdate a shipping method in the order edit by the ID of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update a shipping method in the order edit by the ID of the method's `SHIPPING_ADD` action. Every shipping method has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Order Edits
Export OrdersMEDUSA_ADMIN_POST_ORDERS_EXPORTStart an order export process to retrieve a CSV of exported orders. You'll receive in the response the transaction ID of the workflow generating the CSV file. To check the status of the execution, send a GET request to `/admin/workflows-executions/export-orders/:transaction-id`. Once the execution finishes successfully, a notification is created for the export. You can retrieve the notifications using the `/admin/notification` API route to retrieve the file's download URL.

Start an order export process to retrieve a CSV of exported orders. You'll receive in the response the transaction ID of the workflow generating the CSV file. To check the status of the execution, send a GET request to `/admin/workflows-executions/export-orders/:transaction-id`. Once the execution finishes successfully, a notification is created for the export. You can retrieve the notifications using the `/admin/notification` API route to retrieve the file's download URL.

认证

需要 Connected Account

Tags

Orders
Update OrderMEDUSA_ADMIN_POST_ORDERS_IDUpdate an order's details. Updating the order's shipping or billing address doesn't recalculate the order's taxes or totals; the existing tax lines are preserved as-is. You also can't change the address's `country_code`.

Update an order's details. Updating the order's shipping or billing address doesn't recalculate the order's taxes or totals; the existing tax lines are preserved as-is. You also can't change the address's `country_code`.

认证

需要 Connected Account

Tags

Orders
Archive an OrderMEDUSA_ADMIN_POST_ORDERS_ID_ARCHIVEChange the status of an order to archived.

Change the status of an order to archived.

认证

需要 Connected Account

Tags

Orders
Cancel OrderMEDUSA_ADMIN_POST_ORDERS_ID_CANCELCancel an order. The cancelation fails if: - The order has captured payments. - The order has refund payments. - The order has fulfillments that aren't canceled.

Cancel an order. The cancelation fails if: - The order has captured payments. - The order has refund payments. - The order has fulfillments that aren't canceled.

认证

需要 Connected Account

Tags

Orders
Complete OrderMEDUSA_ADMIN_POST_ORDERS_ID_COMPLETEMark an order as completed.

Mark an order as completed.

认证

需要 Connected Account

Tags

Orders
Create Credit Line for OrderMEDUSA_ADMIN_POST_ORDERS_ID_CREDIT_LINESCreate a credit line for an order.

Create a credit line for an order.

认证

需要 Connected Account

Tags

Orders
Create an Order FulfillmentMEDUSA_ADMIN_POST_ORDERS_ID_FULFILLMENTSCreate a fulfillment for an order. The creation fails if the order is canceled.

Create a fulfillment for an order. The creation fails if the order is canceled.

认证

需要 Connected Account

Tags

Orders
Cancel FulfillmentMEDUSA_ADMIN_POST_ORDERS_ID_FULFILLMENTS_FULFILLMENT_ID_CANCELCancel an order's fulfillment. The fulfillment can't be canceled if it's shipped.

Cancel an order's fulfillment. The fulfillment can't be canceled if it's shipped.

认证

需要 Connected Account

Tags

Orders
Mark a Fulfillment as Delivered.MEDUSA_ADMIN_POST_ORDERS_ID_FULFILLMENTS_FULFILLMENT_ID_MARK_AS_DELIVEREDMark an order's fulfillment as delivered.

Mark an order's fulfillment as delivered.

认证

需要 Connected Account

Tags

Orders
Create Shipment for an Order's FulfillmentMEDUSA_ADMIN_POST_ORDERS_ID_FULFILLMENTS_FULFILLMENT_ID_SHIPMENTSCreate a shipment for an order's fulfillment.

Create a shipment for an order's fulfillment.

认证

需要 Connected Account

Tags

Orders
Authorize Payment SessionMEDUSA_ADMIN_POST_ORDERS_ID_PAYMENT_SESSIONS_AUTHORIZEAuthorize a payment session for an order. This is useful for orders created from draft orders.

Authorize a payment session for an order. This is useful for orders created from draft orders.

认证

需要 Connected Account

Tags

Orders
Request Order TransferMEDUSA_ADMIN_POST_ORDERS_ID_TRANSFERRequest an order to be transfered to another customer. The transfer is confirmed by sending a request to the [Accept Order Transfer](https://docs.medusajs.com/api/store#orders_postordersidtransferaccept) Store API route.

Request an order to be transfered to another customer. The transfer is confirmed by sending a request to the [Accept Order Transfer](https://docs.medusajs.com/api/store#orders_postordersidtransferaccept) Store API route.

认证

需要 Connected Account

Tags

Orders
Cancel Transfer RequestMEDUSA_ADMIN_POST_ORDERS_ID_TRANSFER_CANCELCancel a request to transfer an order to another customer.

Cancel a request to transfer an order to another customer.

认证

需要 Connected Account

Tags

Orders
Transfer Order to Guest CustomerMEDUSA_ADMIN_POST_ORDERS_ID_TRANSFER_GUESTTransfer an order to a guest customer. This is useful when the order email was incorrectly entered and you want to set it to a guest customer. The order will be transferred to a new guest customer with the provided email. For transferring orders to registered customer, check out the [Request Order Transfer](https://docs.medusajs.com/api/admin#orders_postordersidtransfer) API route instead.

Transfer an order to a guest customer. This is useful when the order email was incorrectly entered and you want to set it to a guest customer. The order will be transferred to a new guest customer with the provided email. For transferring orders to registered customer, check out the [Request Order Transfer](https://docs.medusajs.com/api/admin#orders_postordersidtransfer) API route instead.

认证

需要 Connected Account

Tags

Orders
Create Payment CollectionMEDUSA_ADMIN_POST_PAYMENT_COLLECTIONSCreate a payment collection.

Create a payment collection.

认证

需要 Connected Account

Tags

Payment Collections
Mark a Payment Collection as PaidMEDUSA_ADMIN_POST_PAYMENT_COLLECTIONS_ID_MARK_AS_PAIDMark a payment collection as paid. This creates and authorizes a payment session, then capture its payment, using the manual payment provider.

Mark a payment collection as paid. This creates and authorizes a payment session, then capture its payment, using the manual payment provider.

认证

需要 Connected Account

Tags

Payment Collections
Initialize Payment Session in Payment CollectionMEDUSA_ADMIN_POST_PAYMENT_COLLECTIONS_ID_PAYMENT_SESSIONSInitialize a Payment Session in a payment collection. This is useful for orders placed outside the checkout flow, such as draft orders, or when a payment session needs to be re-initialized for an existing payment collection.

Initialize a Payment Session in a payment collection. This is useful for orders placed outside the checkout flow, such as draft orders, or when a payment session needs to be re-initialized for an existing payment collection.

认证

需要 Connected Account

Tags

Payment Collections
Capture PaymentMEDUSA_ADMIN_POST_PAYMENTS_ID_CAPTURECapture an amount of a payment. This uses the `capturePayment` method of the payment provider associated with the payment's collection.

Capture an amount of a payment. This uses the `capturePayment` method of the payment provider associated with the payment's collection.

认证

需要 Connected Account

Tags

Payments
Refund PaymentMEDUSA_ADMIN_POST_PAYMENTS_ID_REFUNDRefund an amount of a payment. This uses the `refundPayment` method of the payment provider associated with the payment's collection.

Refund an amount of a payment. This uses the `refundPayment` method of the payment provider associated with the payment's collection.

认证

需要 Connected Account

Tags

Payments
Create Price ListMEDUSA_ADMIN_POST_PRICE_LISTSCreate a price list.

Create a price list.

认证

需要 Connected Account

Tags

Price Lists
Update a Price ListMEDUSA_ADMIN_POST_PRICE_LISTS_IDUpdate a price list's details.

Update a price list's details.

认证

需要 Connected Account

Tags

Price Lists
Manage Prices in Price ListMEDUSA_ADMIN_POST_PRICE_LISTS_ID_PRICES_BATCHManage the prices of a price list to create, update, or delete them.

Manage the prices of a price list to create, update, or delete them.

认证

需要 Connected Account

Tags

Price Lists
Remove Products from Price ListMEDUSA_ADMIN_POST_PRICE_LISTS_ID_PRODUCTSRemove products from a price list.

Remove products from a price list.

认证

需要 Connected Account

Tags

Price Lists
Create Price PreferenceMEDUSA_ADMIN_POST_PRICE_PREFERENCESCreate a price preference.

Create a price preference.

认证

需要 Connected Account

Tags

Price Preferences
Update a Price PreferenceMEDUSA_ADMIN_POST_PRICE_PREFERENCES_IDUpdate a price preference's details.

Update a price preference's details.

认证

需要 Connected Account

Tags

Price Preferences
Create Product CategoryMEDUSA_ADMIN_POST_PRODUCT_CATEGORIESCreate a product category.

Create a product category.

认证

需要 Connected Account

Tags

Product Categories
Update a Product CategoryMEDUSA_ADMIN_POST_PRODUCT_CATEGORIES_IDUpdate a product category's details.

Update a product category's details.

认证

需要 Connected Account

Tags

Product Categories
Manage Products in Product CategoryMEDUSA_ADMIN_POST_PRODUCT_CATEGORIES_ID_PRODUCTSManage products of a category to add or remove them.

Manage products of a category to add or remove them.

认证

需要 Connected Account

Tags

Product Categories
Create Product OptionMEDUSA_ADMIN_POST_PRODUCT_OPTIONSCreate a product option.

Create a product option.

认证

需要 Connected Account

Tags

Product Options
Update a Product OptionMEDUSA_ADMIN_POST_PRODUCT_OPTIONS_IDUpdate a product option's details.

Update a product option's details.

认证

需要 Connected Account

Tags

Product Options
Update Product Option ValueMEDUSA_ADMIN_POST_PRODUCT_OPTIONS_ID_VALUES_VALUE_IDUpdate a product option value's details.

Update a product option value's details.

认证

需要 Connected Account

Tags

Product Options
Create Product TagMEDUSA_ADMIN_POST_PRODUCT_TAGSCreate a product tag.

Create a product tag.

认证

需要 Connected Account

Tags

Product Tags
Update a Product TagMEDUSA_ADMIN_POST_PRODUCT_TAGS_IDUpdate a product tag's details.

Update a product tag's details.

认证

需要 Connected Account

Tags

Product Tags
Create Product TypeMEDUSA_ADMIN_POST_PRODUCT_TYPESCreate a product type.

Create a product type.

认证

需要 Connected Account

Tags

Product Types
Update a Product TypeMEDUSA_ADMIN_POST_PRODUCT_TYPES_IDUpdate a product type's details.

Update a product type's details.

认证

需要 Connected Account

Tags

Product Types
Create ProductMEDUSA_ADMIN_POST_PRODUCTSCreate a product.

Create a product.

认证

需要 Connected Account

Tags

Products
Manage ProductsMEDUSA_ADMIN_POST_PRODUCTS_BATCHManage products to create, update, or delete them.

Manage products to create, update, or delete them.

认证

需要 Connected Account

Tags

Products
Export ProductsMEDUSA_ADMIN_POST_PRODUCTS_EXPORTStart a product export process to retrieve a CSV of exported products. You'll receive in the response the transaction ID of the workflow generating the CSV file. To check the status of the execution, send a GET request to `/admin/workflows-executions/export-products/:transaction-id`. Once the execution finishes successfully, a notification is created for the export. You can retrieve the notifications using the `/admin/notification` API route to retrieve the file's download URL.

Start a product export process to retrieve a CSV of exported products. You'll receive in the response the transaction ID of the workflow generating the CSV file. To check the status of the execution, send a GET request to `/admin/workflows-executions/export-products/:transaction-id`. Once the execution finishes successfully, a notification is created for the export. You can retrieve the notifications using the `/admin/notification` API route to retrieve the file's download URL.

认证

需要 Connected Account

Tags

Products
Update a ProductMEDUSA_ADMIN_POST_PRODUCTS_IDUpdate a product's details.

Update a product's details.

认证

需要 Connected Account

Tags

Products
Manage Variants of Product ImageMEDUSA_ADMIN_POST_PRODUCTS_ID_IMAGES_IMAGE_ID_VARIANTS_BATCHManage the association between product variants and a product image. You can add or remove associations between variants and the image.

Manage the association between product variants and a product image. You can add or remove associations between variants and the image.

认证

需要 Connected Account

Tags

Products
Add Options to ProductMEDUSA_ADMIN_POST_PRODUCTS_ID_OPTIONS_BATCHAdd a list of options to a product.

Add a list of options to a product.

认证

需要 Connected Account

Tags

Products
Create a Product VariantMEDUSA_ADMIN_POST_PRODUCTS_ID_VARIANTSCreate a variant for a product.

Create a variant for a product.

认证

需要 Connected Account

Tags

Products
Manage Variants in a ProductMEDUSA_ADMIN_POST_PRODUCTS_ID_VARIANTS_BATCHManage variants in a product to create, update, or delete them.

Manage variants in a product to create, update, or delete them.

认证

需要 Connected Account

Tags

Products
Manage Variants Inventory in a ProductMEDUSA_ADMIN_POST_PRODUCTS_ID_VARIANTS_INVENTORY_ITEMS_BATCHManage a product's variant's inventoris to associate them with inventory items, update their inventory items, or delete their association with inventory items.

Manage a product's variant's inventoris to associate them with inventory items, update their inventory items, or delete their association with inventory items.

认证

需要 Connected Account

Tags

Products
Update a Product VariantMEDUSA_ADMIN_POST_PRODUCTS_ID_VARIANTS_VARIANT_IDUpdate a variant's details.

Update a variant's details.

认证

需要 Connected Account

Tags

Products
Manage Images of Product VariantMEDUSA_ADMIN_POST_PRODUCTS_ID_VARIANTS_VARIANT_ID_IMAGES_BATCHManage the association between product images and a product variant. You can add or remove associations between images and the variant.

Manage the association between product images and a product variant. You can add or remove associations between images and the variant.

认证

需要 Connected Account

Tags

Products
Associate Variant with Inventory ItemMEDUSA_ADMIN_POST_PRODUCTS_ID_VARIANTS_VARIANT_ID_INVENTORY_ITEMSAssociate with a product variant an inventory item that manages its inventory details.

Associate with a product variant an inventory item that manages its inventory details.

认证

需要 Connected Account

Tags

Products
Update Product Variant's Inventory DetailsMEDUSA_ADMIN_POST_PRODUCTS_ID_VARIANTS_VARIANT_ID_INVENTORY_ITEMS_INVENTORY_ITEM_IDUpdate the inventory item that manages the inventory details of a product variant.

Update the inventory item that manages the inventory details of a product variant.

认证

需要 Connected Account

Tags

Products
Create Product ImportMEDUSA_ADMIN_POST_PRODUCTS_IMPORTCreate a new product import process. The products aren't imported until the import is confirmed with the `/admin/products/:transaction-id/import` API route.

Create a new product import process. The products aren't imported until the import is confirmed with the `/admin/products/:transaction-id/import` API route.

认证

需要 Connected Account

Tags

Products
Confirm Product ImportMEDUSA_ADMIN_POST_PRODUCTS_IMPORT_TRANSACTION_ID_CONFIRMConfirm that a created product import should start importing the products into Medusa.

Confirm that a created product import should start importing the products into Medusa.

认证

需要 Connected Account

Tags

Products
Create Product ImportMEDUSA_ADMIN_POST_PRODUCTS_IMPORTSCreate a new product import process. The products aren't imported until the import is confirmed with the `/admin/products/:transaction-id/imports` API route.

Create a new product import process. The products aren't imported until the import is confirmed with the `/admin/products/:transaction-id/imports` API route.

认证

需要 Connected Account

Tags

Products
Confirm Product ImportMEDUSA_ADMIN_POST_PRODUCTS_IMPORTS_TRANSACTION_ID_CONFIRMConfirm that a created product import should start importing the products into Medusa.

Confirm that a created product import should start importing the products into Medusa.

认证

需要 Connected Account

Tags

Products
Create PromotionMEDUSA_ADMIN_POST_PROMOTIONSCreate a promotion.

Create a promotion.

认证

需要 Connected Account

Tags

Promotions
Update a PromotionMEDUSA_ADMIN_POST_PROMOTIONS_IDUpdate a promotion's details.

Update a promotion's details.

认证

需要 Connected Account

Tags

Promotions
Manage the Buy Rules of a PromotionMEDUSA_ADMIN_POST_PROMOTIONS_ID_BUY_RULES_BATCHManage the buy rules of a `buyget` promotion to create, update, or delete them.

Manage the buy rules of a `buyget` promotion to create, update, or delete them.

认证

需要 Connected Account

Tags

Promotions
Manage a Promotion's RulesMEDUSA_ADMIN_POST_PROMOTIONS_ID_RULES_BATCHManage the rules of a promotion to create, update, or delete them.

Manage the rules of a promotion to create, update, or delete them.

认证

需要 Connected Account

Tags

Promotions
Manage Target Rules of a PromotionMEDUSA_ADMIN_POST_PROMOTIONS_ID_TARGET_RULES_BATCHManage the target rules of a promotion to create, update, or delete them.

Manage the target rules of a promotion to create, update, or delete them.

认证

需要 Connected Account

Tags

Promotions
Create Property LabelMEDUSA_ADMIN_POST_PROPERTY_LABELSCreate a property label.

Create a property label.

认证

需要 Connected Account

Tags

Property Labels
Create Property LabelMEDUSA_ADMIN_POST_PROPERTY_LABELS_BATCHCreate a property label.

Create a property label.

认证

需要 Connected Account

Tags

Property Labels
Update a Property LabelMEDUSA_ADMIN_POST_PROPERTY_LABELS_IDUpdate a property label's details.

Update a property label's details.

认证

需要 Connected Account

Tags

Property Labels
Create Refund ReasonMEDUSA_ADMIN_POST_REFUND_REASONSCreate a refund reason.

Create a refund reason.

认证

需要 Connected Account

Tags

Refund Reasons
Update a Refund ReasonMEDUSA_ADMIN_POST_REFUND_REASONS_IDUpdate a refund reason's details.

Update a refund reason's details.

认证

需要 Connected Account

Tags

Refund Reasons
Create RegionMEDUSA_ADMIN_POST_REGIONSCreate a region.

Create a region.

认证

需要 Connected Account

Tags

Regions
Update a RegionMEDUSA_ADMIN_POST_REGIONS_IDUpdate a region's details.

Update a region's details.

认证

需要 Connected Account

Tags

Regions
Create ReservationMEDUSA_ADMIN_POST_RESERVATIONSCreate a reservation.

Create a reservation.

认证

需要 Connected Account

Tags

Reservations
Update a ReservationMEDUSA_ADMIN_POST_RESERVATIONS_IDUpdate a reservation's details.

Update a reservation's details.

认证

需要 Connected Account

Tags

Reservations
Create Return ReasonMEDUSA_ADMIN_POST_RETURN_REASONSCreate a return reason.

Create a return reason.

认证

需要 Connected Account

Tags

Return Reasons
Update a Return ReasonMEDUSA_ADMIN_POST_RETURN_REASONS_IDUpdate a return reason's details.

Update a return reason's details.

认证

需要 Connected Account

Tags

Return Reasons
Create ReturnMEDUSA_ADMIN_POST_RETURNSCreate a return. The return can later be requested or confirmed.

Create a return. The return can later be requested or confirmed.

认证

需要 Connected Account

Tags

Returns
Update a ReturnMEDUSA_ADMIN_POST_RETURNS_IDUpdate a return's details.

Update a return's details.

认证

需要 Connected Account

Tags

Returns
Cancel a return.MEDUSA_ADMIN_POST_RETURNS_ID_CANCELCancel a return.

Cancel a return.

认证

需要 Connected Account

Tags

Returns
Add Damaged Items to ReturnMEDUSA_ADMIN_POST_RETURNS_ID_DISMISS_ITEMSAdd damaged items, whose quantity is to be dismissed, to a return. These items will have the action `RECEIVE_DAMAGED_RETURN_ITEM`.

Add damaged items, whose quantity is to be dismissed, to a return. These items will have the action `RECEIVE_DAMAGED_RETURN_ITEM`.

认证

需要 Connected Account

Tags

Returns
Update Damaged Item of ReturnMEDUSA_ADMIN_POST_RETURNS_ID_DISMISS_ITEMS_ACTION_IDUpdate a damaged item, whose quantity is to be dismissed, in the return by the ID of the item's `RECEIVE_DAMAGED_RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

Update a damaged item, whose quantity is to be dismissed, in the return by the ID of the item's `RECEIVE_DAMAGED_RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

认证

需要 Connected Account

Tags

Returns
Start Return ReceivalMEDUSA_ADMIN_POST_RETURNS_ID_RECEIVEStart a return receival process to be later confirmed using the `/admin/returns/:id/receive/confirm` API route.

Start a return receival process to be later confirmed using the `/admin/returns/:id/receive/confirm` API route.

认证

需要 Connected Account

Tags

Returns
Confirm Return ReceivalMEDUSA_ADMIN_POST_RETURNS_ID_RECEIVE_CONFIRMConfirm that a return has been received. This updates the quantity of the items received, if not damaged, and reflects the changes on the order.

Confirm that a return has been received. This updates the quantity of the items received, if not damaged, and reflects the changes on the order.

认证

需要 Connected Account

Tags

Returns
Add Received Items to ReturnMEDUSA_ADMIN_POST_RETURNS_ID_RECEIVE_ITEMSAdd received items in a return. These items will have the action `RECEIVE_RETURN_ITEM`.

Add received items in a return. These items will have the action `RECEIVE_RETURN_ITEM`.

认证

需要 Connected Account

Tags

Returns
Update a Received Item in a ReturnMEDUSA_ADMIN_POST_RETURNS_ID_RECEIVE_ITEMS_ACTION_IDUpdate a received item in the return by the ID of the item's `RECEIVE_RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

Update a received item in the return by the ID of the item's `RECEIVE_RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

认证

需要 Connected Account

Tags

Returns
Confirm Return RequestMEDUSA_ADMIN_POST_RETURNS_ID_REQUESTConfirm a requested return. The changes are applied on the inventory quantity and the order only after the return has been confirmed as received using the `/admin/returns/:id/received/confirm`.

Confirm a requested return. The changes are applied on the inventory quantity and the order only after the return has been confirmed as received using the `/admin/returns/:id/received/confirm`.

认证

需要 Connected Account

Tags

Returns
Add Requested Items to ReturnMEDUSA_ADMIN_POST_RETURNS_ID_REQUEST_ITEMSAdd items that are requested to be returned. These items will have the action `RETURN_ITEM`.

Add items that are requested to be returned. These items will have the action `RETURN_ITEM`.

认证

需要 Connected Account

Tags

Returns
Update Requested Item in ReturnMEDUSA_ADMIN_POST_RETURNS_ID_REQUEST_ITEMS_ACTION_IDUpdate a requested item to be returned by the ID of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

Update a requested item to be returned by the ID of the item's `RETURN_ITEM` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property. return.

认证

需要 Connected Account

Tags

Returns
Add a Shipping Method to a ReturnMEDUSA_ADMIN_POST_RETURNS_ID_SHIPPING_METHODAdd a shipping method to a return. The shipping method will have a `SHIPPING_ADD` action.

Add a shipping method to a return. The shipping method will have a `SHIPPING_ADD` action.

认证

需要 Connected Account

Tags

Returns
Update a Shipping Method of a ReturnMEDUSA_ADMIN_POST_RETURNS_ID_SHIPPING_METHOD_ACTION_IDUpdate a shipping method of the return by the ID of the item's `SHIPPING_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

Update a shipping method of the return by the ID of the item's `SHIPPING_ADD` action. Every item has an `actions` property, whose value is an array of actions. You can check the action's name using its `action` property, and use the value of the `id` property.

认证

需要 Connected Account

Tags

Returns
Create Sales ChannelMEDUSA_ADMIN_POST_SALES_CHANNELSCreate a sales channel.

Create a sales channel.

认证

需要 Connected Account

Tags

Sales Channels
Update a Sales ChannelMEDUSA_ADMIN_POST_SALES_CHANNELS_IDUpdate a sales channel's details.

Update a sales channel's details.

认证

需要 Connected Account

Tags

Sales Channels
Manage Products in Sales ChannelMEDUSA_ADMIN_POST_SALES_CHANNELS_ID_PRODUCTSManage products in a sales channel to add or remove them from the channel.

Manage products in a sales channel to add or remove them from the channel.

认证

需要 Connected Account

Tags

Sales Channels
Create Shipping Option TypeMEDUSA_ADMIN_POST_SHIPPING_OPTION_TYPESCreate a shipping option type.

Create a shipping option type.

认证

需要 Connected Account

Tags

Shipping Option Types
Update a Shipping Option TypeMEDUSA_ADMIN_POST_SHIPPING_OPTION_TYPES_IDUpdate a shipping option type's details.

Update a shipping option type's details.

认证

需要 Connected Account

Tags

Shipping Option Types
Create Shipping OptionMEDUSA_ADMIN_POST_SHIPPING_OPTIONSCreate a shipping option.

Create a shipping option.

认证

需要 Connected Account

Tags

Shipping Options
Update a Shipping OptionMEDUSA_ADMIN_POST_SHIPPING_OPTIONS_IDUpdate a shipping option's details. When you provide the `prices` array, it replaces the shipping option's existing flat-rate prices: - A price with a matching `id` is updated. - A price without an `id` is created - Any existing price whose `id` isn't included in the array is deleted. The `rules` you provide for a price similarly replace that price's existing rules, so omit a rule to remove it. Omitting the `prices` property entirely leaves the existing prices unchanged, whereas setting `price_type` to `calculated` removes all flat-rate prices.

Update a shipping option's details. When you provide the `prices` array, it replaces the shipping option's existing flat-rate prices: - A price with a matching `id` is updated. - A price without an `id` is created - Any existing price whose `id` isn't included in the array is deleted. The `rules` you provide for a price similarly replace that price's existing rules, so omit a rule to remove it. Omitting the `prices` property entirely leaves the existing prices unchanged, whereas setting `price_type` to `calculated` removes all flat-rate prices.

认证

需要 Connected Account

Tags

Shipping Options
Manage the Rules of a Shipping OptionMEDUSA_ADMIN_POST_SHIPPING_OPTIONS_ID_RULES_BATCHManage the rules of a shipping option to create, update, or delete them.

Manage the rules of a shipping option to create, update, or delete them.

认证

需要 Connected Account

Tags

Shipping Options
Create Shipping ProfileMEDUSA_ADMIN_POST_SHIPPING_PROFILESCreate a shipping profile.

Create a shipping profile.

认证

需要 Connected Account

Tags

Shipping Profiles
Update a Shipping ProfileMEDUSA_ADMIN_POST_SHIPPING_PROFILES_IDUpdate a shipping profile's details.

Update a shipping profile's details.

认证

需要 Connected Account

Tags

Shipping Profiles
Create Stock LocationMEDUSA_ADMIN_POST_STOCK_LOCATIONSCreate a stock location.

Create a stock location.

认证

需要 Connected Account

Tags

Stock Locations
Update a Stock LocationMEDUSA_ADMIN_POST_STOCK_LOCATIONS_IDUpdate a stock location's details.

Update a stock location's details.

认证

需要 Connected Account

Tags

Stock Locations
Manage Fulfillment Providers of a Stock LocationMEDUSA_ADMIN_POST_STOCK_LOCATIONS_ID_FULFILLMENT_PROVIDERSManage the fulfillment providers to add or remove them from a stock location.

Manage the fulfillment providers to add or remove them from a stock location.

认证

需要 Connected Account

Tags

Stock Locations
Add Fulfillment Set to Stock LocationMEDUSA_ADMIN_POST_STOCK_LOCATIONS_ID_FULFILLMENT_SETSCreate and add a fulfillment set to a stock location.

Create and add a fulfillment set to a stock location.

认证

需要 Connected Account

Tags

Stock Locations
Manage Sales Channels of a Stock LocationMEDUSA_ADMIN_POST_STOCK_LOCATIONS_ID_SALES_CHANNELSManage the sales channels in a stock location by adding or removing them.

Manage the sales channels in a stock location by adding or removing them.

认证

需要 Connected Account

Tags

Stock Locations
Create Store Credit AccountMEDUSA_ADMIN_POST_STORE_CREDIT_ACCOUNTSCreate a store credit account.

Create a store credit account.

认证

需要 Connected Account

Tags

Store Credit Accounts
Add Credit to Store Credit AccountMEDUSA_ADMIN_POST_STORE_CREDIT_ACCOUNTS_ID_CREDITAdd credit to a store credit account

Add credit to a store credit account

认证

需要 Connected Account

Tags

Store Credit Accounts
Update a StoreMEDUSA_ADMIN_POST_STORES_IDUpdate a store's details.

Update a store's details.

认证

需要 Connected Account

Tags

Stores
Create Tax RateMEDUSA_ADMIN_POST_TAX_RATESCreate a tax rate.

Create a tax rate.

认证

需要 Connected Account

Tags

Tax Rates
Update a Tax RateMEDUSA_ADMIN_POST_TAX_RATES_IDUpdate a tax rate's details.

Update a tax rate's details.

认证

需要 Connected Account

Tags

Tax Rates
Create Tax Rule for a RateMEDUSA_ADMIN_POST_TAX_RATES_ID_RULESCreate a tax rule for a rate.

Create a tax rule for a rate.

认证

需要 Connected Account

Tags

Tax Rates
Create Tax RegionMEDUSA_ADMIN_POST_TAX_REGIONSCreate a tax region.

Create a tax region.

认证

需要 Connected Account

Tags

Tax Regions
Update a Tax RegionMEDUSA_ADMIN_POST_TAX_REGIONS_IDUpdate a tax region's details.

Update a tax region's details.

认证

需要 Connected Account

Tags

Tax Regions
Manage TranslationsMEDUSA_ADMIN_POST_TRANSLATIONS_BATCHManage translations in bulk by creating, updating, or deleting multiple translations in a single request. You can manage translations for various resources such as products, product variants, categories, and more.

Manage translations in bulk by creating, updating, or deleting multiple translations in a single request. You can manage translations for various resources such as products, product variants, categories, and more.

认证

需要 Connected Account

Tags

Translations
Manage Translation SettingsMEDUSA_ADMIN_POST_TRANSLATIONS_SETTINGS_BATCHCreate, update, or delete multiple translation settings.

Create, update, or delete multiple translation settings.

认证

需要 Connected Account

Tags

Translations
Upload FilesMEDUSA_ADMIN_POST_UPLOADSUpload files to the configured File Module Provider.

Upload files to the configured File Module Provider.

认证

需要 Connected Account

Tags

Uploads
Get Presigned Upload URLMEDUSA_ADMIN_POST_UPLOADS_PRESIGNED_URLSGet a presigned URL for uploading a file to the configured File Module Provider. The presigned URL can be used to upload files directly to the third-party provider. This only works if your configured provider supports presigned URLs, such as the S3 provider.

Get a presigned URL for uploading a file to the configured File Module Provider. The presigned URL can be used to upload files directly to the third-party provider. This only works if your configured provider supports presigned URLs, such as the S3 provider.

认证

需要 Connected Account

Tags

Uploads
Update a UserMEDUSA_ADMIN_POST_USERS_IDUpdate a user's details.

Update a user's details.

认证

需要 Connected Account

Tags

Users
Create View ConfigurationMEDUSA_ADMIN_POST_VIEWS_ENTITY_CONFIGURATIONSCreate a new view configuration for an entity. If `is_system_default` is set to true, the created configuration will be set as the system default for the specified entity. Otherwise, it will be a custom configuration for the admin user.

Create a new view configuration for an entity. If `is_system_default` is set to true, the created configuration will be set as the system default for the specified entity. Otherwise, it will be a custom configuration for the admin user.

认证

需要 Connected Account

Tags

Views
Make View Configuration ActiveMEDUSA_ADMIN_POST_VIEWS_ENTITY_CONFIGURATIONS_ACTIVEMake a view configuration active. This will set the given view configuration as the active one for the specified entity for the admin user. An admin user can only set their own configurations as active. If the view configuration ID is `null`, the active view configuration will be cleared, and the `code` or system default view configuration type will be used as the active view.

Make a view configuration active. This will set the given view configuration as the active one for the specified entity for the admin user. An admin user can only set their own configurations as active. If the view configuration ID is `null`, the active view configuration will be cleared, and the `code` or system default view configuration type will be used as the active view.

认证

需要 Connected Account

Tags

Views
Update View ConfigurationMEDUSA_ADMIN_POST_VIEWS_ENTITY_CONFIGURATIONS_IDUpdate the view configuration of an entity. An admin user can only update their own configurations.

Update the view configuration of an entity. An admin user can only update their own configurations.

认证

需要 Connected Account

Tags

Views
Execute a WorkflowMEDUSA_ADMIN_POST_WORKFLOWS_EXECUTIONS_WORKFLOW_ID_RUNExecute a workflow by its ID.

Execute a workflow by its ID.

认证

需要 Connected Account

Tags

Workflows Executions
Fail a Step in a Workflow's ExecutionMEDUSA_ADMIN_POST_WORKFLOWS_EXECUTIONS_WORKFLOW_ID_STEPS_FAILURESet the status of a step in a workflow's execution as failed. This is useful for long-running workflows.

Set the status of a step in a workflow's execution as failed. This is useful for long-running workflows.

认证

需要 Connected Account

Tags

Workflows Executions
Succeed a Step in a Workflow's ExecutionMEDUSA_ADMIN_POST_WORKFLOWS_EXECUTIONS_WORKFLOW_ID_STEPS_SUCCESSSet the status of a step in a workflow's execution as successful. This is useful for long-running workflows.

Set the status of a step in a workflow's execution as successful. This is useful for long-running workflows.

认证

需要 Connected Account

Tags

Workflows Executions

Provider 资源