Medusa Admin
Manage Medusa commerce stores through the v2 Admin API.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Secret API Token | api_key | available | — |
| JWT Token | api_key | available | — |
调用示例
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Cancel Claim RequestMEDUSA_ADMIN_DELETE_CLAIMS_ID_REQUESTCancel a requested claim.需要连接
Cancel a requested claim.
认证
需要 Connected AccountTags
Delete a CollectionMEDUSA_ADMIN_DELETE_COLLECTIONS_IDDelete a product collection.需要连接
Delete a product collection.
认证
需要 Connected AccountTags
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 AccountTags
Delete a CustomerMEDUSA_ADMIN_DELETE_CUSTOMERS_IDDelete a customer.需要连接
Delete a customer.
认证
需要 Connected AccountTags
Remove an Address from CustomerMEDUSA_ADMIN_DELETE_CUSTOMERS_ID_ADDRESSES_ADDRESS_IDRemove a customer's address.需要连接
Remove a customer's address.
认证
需要 Connected AccountTags
Delete a Draft OrderMEDUSA_ADMIN_DELETE_DRAFT_ORDERS_IDDelete a draft order.需要连接
Delete a draft order.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Cancel Exchange RequestMEDUSA_ADMIN_DELETE_EXCHANGES_ID_REQUESTCancel a requested exchange.需要连接
Cancel a requested exchange.
认证
需要 Connected AccountTags
Delete Fulfillment SetMEDUSA_ADMIN_DELETE_FULFILLMENT_SETS_IDDelete a fulfillment set.需要连接
Delete a fulfillment set.
认证
需要 Connected AccountTags
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 AccountTags
Delete Inventory ItemMEDUSA_ADMIN_DELETE_INVENTORY_ITEMS_IDDelete an inventory item.需要连接
Delete an inventory item.
认证
需要 Connected AccountTags
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 AccountTags
Delete InviteMEDUSA_ADMIN_DELETE_INVITES_IDDelete an invite.需要连接
Delete an invite.
认证
需要 Connected AccountTags
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 AccountTags
Cancel Order EditMEDUSA_ADMIN_DELETE_ORDER_EDITS_IDCancel a requested order edit.需要连接
Cancel a requested order edit.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Delete a Payment CollectionMEDUSA_ADMIN_DELETE_PAYMENT_COLLECTIONS_IDDelete a payment collection.需要连接
Delete a payment collection.
认证
需要 Connected AccountTags
Delete a Price ListMEDUSA_ADMIN_DELETE_PRICE_LISTS_IDDelete a price list.需要连接
Delete a price list.
认证
需要 Connected AccountTags
Delete a Price PreferenceMEDUSA_ADMIN_DELETE_PRICE_PREFERENCES_IDDelete a price preference.需要连接
Delete a price preference.
认证
需要 Connected AccountTags
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 AccountTags
Delete a Product OptionMEDUSA_ADMIN_DELETE_PRODUCT_OPTIONS_IDDelete a product option.需要连接
Delete a product option.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Delete a ProductMEDUSA_ADMIN_DELETE_PRODUCTS_IDDelete a product.需要连接
Delete a product.
认证
需要 Connected AccountTags
Delete Product VariantMEDUSA_ADMIN_DELETE_PRODUCTS_ID_VARIANTS_VARIANT_IDDelete a variant of a product.需要连接
Delete a variant of a product.
认证
需要 Connected AccountTags
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 AccountTags
Delete a PromotionMEDUSA_ADMIN_DELETE_PROMOTIONS_IDDelete a promotion.需要连接
Delete a promotion.
认证
需要 Connected AccountTags
Delete a Property LabelMEDUSA_ADMIN_DELETE_PROPERTY_LABELS_IDDelete a property label.需要连接
Delete a property label.
认证
需要 Connected AccountTags
Delete a Refund ReasonMEDUSA_ADMIN_DELETE_REFUND_REASONS_IDDelete a refund reason.需要连接
Delete a refund reason.
认证
需要 Connected AccountTags
Delete a RegionMEDUSA_ADMIN_DELETE_REGIONS_IDDelete a region.需要连接
Delete a region.
认证
需要 Connected AccountTags
Delete a ReservationMEDUSA_ADMIN_DELETE_RESERVATIONS_IDDelete a reservation.需要连接
Delete a reservation.
认证
需要 Connected AccountTags
Delete a Return ReasonMEDUSA_ADMIN_DELETE_RETURN_REASONS_IDDelete a return reason.需要连接
Delete a return reason.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Cancel Return RequestMEDUSA_ADMIN_DELETE_RETURNS_ID_REQUESTCancel a requested return.需要连接
Cancel a requested return.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Delete a Sales ChannelMEDUSA_ADMIN_DELETE_SALES_CHANNELS_IDDelete a sales channel.需要连接
Delete a sales channel.
认证
需要 Connected AccountTags
Delete a Shipping Option TypeMEDUSA_ADMIN_DELETE_SHIPPING_OPTION_TYPES_IDDelete a shipping option type.需要连接
Delete a shipping option type.
认证
需要 Connected AccountTags
Delete a Shipping OptionMEDUSA_ADMIN_DELETE_SHIPPING_OPTIONS_IDDelete a shipping option.需要连接
Delete a shipping option.
认证
需要 Connected AccountTags
Delete a Shipping ProfileMEDUSA_ADMIN_DELETE_SHIPPING_PROFILES_IDDelete a shipping profile.需要连接
Delete a shipping profile.
认证
需要 Connected AccountTags
Delete a Stock LocationMEDUSA_ADMIN_DELETE_STOCK_LOCATIONS_IDDelete a stock location.需要连接
Delete a stock location.
认证
需要 Connected AccountTags
Delete a Tax RateMEDUSA_ADMIN_DELETE_TAX_RATES_IDDelete a tax rate.需要连接
Delete a tax rate.
认证
需要 Connected AccountTags
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 AccountTags
Delete a Tax RegionMEDUSA_ADMIN_DELETE_TAX_REGIONS_IDDelete a tax region.需要连接
Delete a tax region.
认证
需要 Connected AccountTags
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 AccountTags
Delete a UserMEDUSA_ADMIN_DELETE_USERS_IDDelete a user.需要连接
Delete a user.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get a Property LabelMEDUSA_ADMIN_GET_PROPERTY_LABELS_IDRetrieve a property label by its ID.需要连接
Retrieve a property label by its ID.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Get Logged-In UserMEDUSA_ADMIN_GET_USERS_MERetrieve the logged-in user's details.需要连接
Retrieve the logged-in user's details.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create CampaignMEDUSA_ADMIN_POST_CAMPAIGNSCreate a campaign.需要连接
Create a campaign.
认证
需要 Connected AccountTags
Update a CampaignMEDUSA_ADMIN_POST_CAMPAIGNS_IDUpdate a campaign's details.需要连接
Update a campaign's details.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Cancel a ClaimMEDUSA_ADMIN_POST_CLAIMS_ID_CANCELCancel a claim and its associated return.需要连接
Cancel a claim and its associated return.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create CollectionMEDUSA_ADMIN_POST_COLLECTIONSCreate a collection.需要连接
Create a collection.
认证
需要 Connected AccountTags
Update a CollectionMEDUSA_ADMIN_POST_COLLECTIONS_IDUpdate a collection's details.需要连接
Update a collection's details.
认证
需要 Connected AccountTags
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 AccountTags
Create Customer GroupMEDUSA_ADMIN_POST_CUSTOMER_GROUPSCreate a customer group.需要连接
Create a customer group.
认证
需要 Connected AccountTags
Update a Customer GroupMEDUSA_ADMIN_POST_CUSTOMER_GROUPS_IDUpdate a customer group's details.需要连接
Update a customer group's details.
认证
需要 Connected AccountTags
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 AccountTags
Create CustomerMEDUSA_ADMIN_POST_CUSTOMERSCreate a customer.需要连接
Create a customer.
认证
需要 Connected AccountTags
Update a CustomerMEDUSA_ADMIN_POST_CUSTOMERS_IDUpdate a customer's details.需要连接
Update a customer's details.
认证
需要 Connected AccountTags
Add a Customer AddressMEDUSA_ADMIN_POST_CUSTOMERS_ID_ADDRESSESAdd an address to a customer.需要连接
Add an address to a customer.
认证
需要 Connected AccountTags
Update a Customer's AddressMEDUSA_ADMIN_POST_CUSTOMERS_ID_ADDRESSES_ADDRESS_IDUpdate a customer address's details.需要连接
Update a customer address's details.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Cancel an ExchangeMEDUSA_ADMIN_POST_EXCHANGES_ID_CANCELCancel an exchange and its associated return.需要连接
Cancel an exchange and its associated return.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create Gift CardMEDUSA_ADMIN_POST_GIFT_CARDSCreate a gift card.需要连接
Create a gift card.
认证
需要 Connected AccountTags
Update a Gift CardMEDUSA_ADMIN_POST_GIFT_CARDS_IDUpdate a gift card's details.需要连接
Update a gift card's details.
认证
需要 Connected AccountTags
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 AccountTags
Create Inventory ItemMEDUSA_ADMIN_POST_INVENTORY_ITEMSCreate an inventory item.需要连接
Create an inventory item.
认证
需要 Connected AccountTags
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 AccountTags
Update an Inventory ItemMEDUSA_ADMIN_POST_INVENTORY_ITEMS_IDUpdate an inventory item's details.需要连接
Update an inventory item's details.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create InviteMEDUSA_ADMIN_POST_INVITESCreate a invite.需要连接
Create a invite.
认证
需要 Connected AccountTags
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 AccountTags
Refresh Invite TokenMEDUSA_ADMIN_POST_INVITES_ID_RESENDRefresh the token of an invite.需要连接
Refresh the token of an invite.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Create Order EditMEDUSA_ADMIN_POST_ORDER_EDITSCreate an order edit.需要连接
Create an order edit.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Archive an OrderMEDUSA_ADMIN_POST_ORDERS_ID_ARCHIVEChange the status of an order to archived.需要连接
Change the status of an order to archived.
认证
需要 Connected AccountTags
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 AccountTags
Complete OrderMEDUSA_ADMIN_POST_ORDERS_ID_COMPLETEMark an order as completed.需要连接
Mark an order as completed.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create Payment CollectionMEDUSA_ADMIN_POST_PAYMENT_COLLECTIONSCreate a payment collection.需要连接
Create a payment collection.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create Price ListMEDUSA_ADMIN_POST_PRICE_LISTSCreate a price list.需要连接
Create a price list.
认证
需要 Connected AccountTags
Update a Price ListMEDUSA_ADMIN_POST_PRICE_LISTS_IDUpdate a price list's details.需要连接
Update a price list's details.
认证
需要 Connected AccountTags
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 AccountTags
Remove Products from Price ListMEDUSA_ADMIN_POST_PRICE_LISTS_ID_PRODUCTSRemove products from a price list.需要连接
Remove products from a price list.
认证
需要 Connected AccountTags
Create Price PreferenceMEDUSA_ADMIN_POST_PRICE_PREFERENCESCreate a price preference.需要连接
Create a price preference.
认证
需要 Connected AccountTags
Update a Price PreferenceMEDUSA_ADMIN_POST_PRICE_PREFERENCES_IDUpdate a price preference's details.需要连接
Update a price preference's details.
认证
需要 Connected AccountTags
Create Product CategoryMEDUSA_ADMIN_POST_PRODUCT_CATEGORIESCreate a product category.需要连接
Create a product category.
认证
需要 Connected AccountTags
Update a Product CategoryMEDUSA_ADMIN_POST_PRODUCT_CATEGORIES_IDUpdate a product category's details.需要连接
Update a product category's details.
认证
需要 Connected AccountTags
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 AccountTags
Create Product OptionMEDUSA_ADMIN_POST_PRODUCT_OPTIONSCreate a product option.需要连接
Create a product option.
认证
需要 Connected AccountTags
Update a Product OptionMEDUSA_ADMIN_POST_PRODUCT_OPTIONS_IDUpdate a product option's details.需要连接
Update a product option's details.
认证
需要 Connected AccountTags
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 AccountTags
Create Product TagMEDUSA_ADMIN_POST_PRODUCT_TAGSCreate a product tag.需要连接
Create a product tag.
认证
需要 Connected AccountTags
Update a Product TagMEDUSA_ADMIN_POST_PRODUCT_TAGS_IDUpdate a product tag's details.需要连接
Update a product tag's details.
认证
需要 Connected AccountTags
Create Product TypeMEDUSA_ADMIN_POST_PRODUCT_TYPESCreate a product type.需要连接
Create a product type.
认证
需要 Connected AccountTags
Update a Product TypeMEDUSA_ADMIN_POST_PRODUCT_TYPES_IDUpdate a product type's details.需要连接
Update a product type's details.
认证
需要 Connected AccountTags
Create ProductMEDUSA_ADMIN_POST_PRODUCTSCreate a product.需要连接
Create a product.
认证
需要 Connected AccountTags
Manage ProductsMEDUSA_ADMIN_POST_PRODUCTS_BATCHManage products to create, update, or delete them.需要连接
Manage products to create, update, or delete them.
认证
需要 Connected AccountTags
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 AccountTags
Update a ProductMEDUSA_ADMIN_POST_PRODUCTS_IDUpdate a product's details.需要连接
Update a product's details.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Create a Product VariantMEDUSA_ADMIN_POST_PRODUCTS_ID_VARIANTSCreate a variant for a product.需要连接
Create a variant for a product.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Update a Product VariantMEDUSA_ADMIN_POST_PRODUCTS_ID_VARIANTS_VARIANT_IDUpdate a variant's details.需要连接
Update a variant's details.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create PromotionMEDUSA_ADMIN_POST_PROMOTIONSCreate a promotion.需要连接
Create a promotion.
认证
需要 Connected AccountTags
Update a PromotionMEDUSA_ADMIN_POST_PROMOTIONS_IDUpdate a promotion's details.需要连接
Update a promotion's details.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create Property LabelMEDUSA_ADMIN_POST_PROPERTY_LABELSCreate a property label.需要连接
Create a property label.
认证
需要 Connected AccountTags
Create Property LabelMEDUSA_ADMIN_POST_PROPERTY_LABELS_BATCHCreate a property label.需要连接
Create a property label.
认证
需要 Connected AccountTags
Update a Property LabelMEDUSA_ADMIN_POST_PROPERTY_LABELS_IDUpdate a property label's details.需要连接
Update a property label's details.
认证
需要 Connected AccountTags
Create Refund ReasonMEDUSA_ADMIN_POST_REFUND_REASONSCreate a refund reason.需要连接
Create a refund reason.
认证
需要 Connected AccountTags
Update a Refund ReasonMEDUSA_ADMIN_POST_REFUND_REASONS_IDUpdate a refund reason's details.需要连接
Update a refund reason's details.
认证
需要 Connected AccountTags
Create RegionMEDUSA_ADMIN_POST_REGIONSCreate a region.需要连接
Create a region.
认证
需要 Connected AccountTags
Update a RegionMEDUSA_ADMIN_POST_REGIONS_IDUpdate a region's details.需要连接
Update a region's details.
认证
需要 Connected AccountTags
Create ReservationMEDUSA_ADMIN_POST_RESERVATIONSCreate a reservation.需要连接
Create a reservation.
认证
需要 Connected AccountTags
Update a ReservationMEDUSA_ADMIN_POST_RESERVATIONS_IDUpdate a reservation's details.需要连接
Update a reservation's details.
认证
需要 Connected AccountTags
Create Return ReasonMEDUSA_ADMIN_POST_RETURN_REASONSCreate a return reason.需要连接
Create a return reason.
认证
需要 Connected AccountTags
Update a Return ReasonMEDUSA_ADMIN_POST_RETURN_REASONS_IDUpdate a return reason's details.需要连接
Update a return reason's details.
认证
需要 Connected AccountTags
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 AccountTags
Update a ReturnMEDUSA_ADMIN_POST_RETURNS_IDUpdate a return's details.需要连接
Update a return's details.
认证
需要 Connected AccountTags
Cancel a return.MEDUSA_ADMIN_POST_RETURNS_ID_CANCELCancel a return.需要连接
Cancel a return.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create Sales ChannelMEDUSA_ADMIN_POST_SALES_CHANNELSCreate a sales channel.需要连接
Create a sales channel.
认证
需要 Connected AccountTags
Update a Sales ChannelMEDUSA_ADMIN_POST_SALES_CHANNELS_IDUpdate a sales channel's details.需要连接
Update a sales channel's details.
认证
需要 Connected AccountTags
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 AccountTags
Create Shipping Option TypeMEDUSA_ADMIN_POST_SHIPPING_OPTION_TYPESCreate a shipping option type.需要连接
Create a shipping option type.
认证
需要 Connected AccountTags
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 AccountTags
Create Shipping OptionMEDUSA_ADMIN_POST_SHIPPING_OPTIONSCreate a shipping option.需要连接
Create a shipping option.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
Create Shipping ProfileMEDUSA_ADMIN_POST_SHIPPING_PROFILESCreate a shipping profile.需要连接
Create a shipping profile.
认证
需要 Connected AccountTags
Update a Shipping ProfileMEDUSA_ADMIN_POST_SHIPPING_PROFILES_IDUpdate a shipping profile's details.需要连接
Update a shipping profile's details.
认证
需要 Connected AccountTags
Create Stock LocationMEDUSA_ADMIN_POST_STOCK_LOCATIONSCreate a stock location.需要连接
Create a stock location.
认证
需要 Connected AccountTags
Update a Stock LocationMEDUSA_ADMIN_POST_STOCK_LOCATIONS_IDUpdate a stock location's details.需要连接
Update a stock location's details.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Create Store Credit AccountMEDUSA_ADMIN_POST_STORE_CREDIT_ACCOUNTSCreate a store credit account.需要连接
Create a store credit account.
认证
需要 Connected AccountTags
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 AccountTags
Update a StoreMEDUSA_ADMIN_POST_STORES_IDUpdate a store's details.需要连接
Update a store's details.
认证
需要 Connected AccountTags
Create Tax RateMEDUSA_ADMIN_POST_TAX_RATESCreate a tax rate.需要连接
Create a tax rate.
认证
需要 Connected AccountTags
Update a Tax RateMEDUSA_ADMIN_POST_TAX_RATES_IDUpdate a tax rate's details.需要连接
Update a tax rate's details.
认证
需要 Connected AccountTags
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 AccountTags
Create Tax RegionMEDUSA_ADMIN_POST_TAX_REGIONSCreate a tax region.需要连接
Create a tax region.
认证
需要 Connected AccountTags
Update a Tax RegionMEDUSA_ADMIN_POST_TAX_REGIONS_IDUpdate a tax region's details.需要连接
Update a tax region's details.
认证
需要 Connected AccountTags
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 AccountTags
Manage Translation SettingsMEDUSA_ADMIN_POST_TRANSLATIONS_SETTINGS_BATCHCreate, update, or delete multiple translation settings.需要连接
Create, update, or delete multiple translation settings.
认证
需要 Connected AccountTags
Upload FilesMEDUSA_ADMIN_POST_UPLOADSUpload files to the configured File Module Provider.需要连接
Upload files to the configured File Module Provider.
认证
需要 Connected AccountTags
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 AccountTags
Update a UserMEDUSA_ADMIN_POST_USERS_IDUpdate a user's details.需要连接
Update a user's details.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags
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 AccountTags
Execute a WorkflowMEDUSA_ADMIN_POST_WORKFLOWS_EXECUTIONS_WORKFLOW_ID_RUNExecute a workflow by its ID.需要连接
Execute a workflow by its ID.
认证
需要 Connected AccountTags
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 AccountTags
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 AccountTags