# 22 ## Docs - [🦊一分钟,了解 Apifox !](https://d0io4z2zm4.apifox.cn/7003742m0.md): ## API Docs - 示例项目 [查询宠物详情](https://d0io4z2zm4.apifox.cn/319663127e0.md): - 示例项目 [新建宠物信息](https://d0io4z2zm4.apifox.cn/319663128e0.md): - 示例项目 [修改宠物信息](https://d0io4z2zm4.apifox.cn/319663129e0.md): - 示例项目 [删除宠物信息](https://d0io4z2zm4.apifox.cn/319663130e0.md): - 示例项目 [根据状态查找宠物列表](https://d0io4z2zm4.apifox.cn/319663131e0.md): - Orders [Claim Order](https://d0io4z2zm4.apifox.cn/319994779e0.md): Allow the logged-in customer to claim ownership of one or more orders. This generates a token that can be used later on to verify the claim using the endpoint Verify Order Claim. This also emits the event `order-update-token.created`. So, if you have a notification provider installed that handles this event and sends the customer a notification, such as an email, the customer should receive instructions on how to finalize their claim ownership. - Orders [Verify Order Claim](https://d0io4z2zm4.apifox.cn/319994780e0.md): Verify the claim order token provided to the customer when they request ownership of an order. - Orders [Get by Cart ID](https://d0io4z2zm4.apifox.cn/319994781e0.md): Retrieve an Order's details by the ID of the Cart that was used to create the Order. - Orders [Get an Order](https://d0io4z2zm4.apifox.cn/319994782e0.md): Retrieve an Order's details. - Orders [Look Up an Order](https://d0io4z2zm4.apifox.cn/319994783e0.md): Look up an order using filters. If the filters don't narrow down the results to a single order, a 404 response is returned with no orders. - Product Tags [List Product Tags](https://d0io4z2zm4.apifox.cn/319994784e0.md): Retrieve a list of product tags. The product tags can be filtered by fields such as `id` or `q`. The product tags can also be sorted or paginated. - Auth [Check if Email Exists](https://d0io4z2zm4.apifox.cn/319994785e0.md): Check if there's a customer already registered with the provided email. - Auth [Customer Log out](https://d0io4z2zm4.apifox.cn/319994786e0.md): Delete the current session for the logged in customer. - Auth [Get Current Customer](https://d0io4z2zm4.apifox.cn/319994787e0.md): Retrieve the currently logged in Customer's details. - Auth [Customer Login](https://d0io4z2zm4.apifox.cn/319994788e0.md): Log a customer in and includes the Cookie session in the response header. The cookie session can be used in subsequent requests to authenticate the customer. When using Medusa's JS or Medusa React clients, the cookie is automatically attached to subsequent requests. - Customers [Get Saved Payment Methods](https://d0io4z2zm4.apifox.cn/319994789e0.md): Retrieve the logged-in customer's saved payment methods. This endpoint only works with payment providers created with the deprecated Payment Service interface. The payment methods are saved using the Payment Service's third-party service, and not on the Medusa backend. So, they're retrieved from the third-party service. - Customers [Request Password Reset](https://d0io4z2zm4.apifox.cn/319994790e0.md): Create a reset password token to be used in a subsequent Reset Password endpoint. This emits the event `customer.password_reset`. If a notification provider is installed in the Medusa backend and is configured to handle this event, a notification to the customer, such as an email, may be sent with reset instructions. - Customers [Delete an Address](https://d0io4z2zm4.apifox.cn/319994791e0.md): Delete an Address from the Customer's saved addresses. - Customers [Update a Shipping Address](https://d0io4z2zm4.apifox.cn/319994792e0.md): Update the logged-in customer's saved Shipping Address's details. - Customers [Create a Customer](https://d0io4z2zm4.apifox.cn/319994793e0.md): Register a new customer. This will also automatically authenticate the customer and set their login session in the response Cookie header. The cookie session can be used in subsequent requests to authenticate the customer. When using Medusa's JS or Medusa React clients, the cookie is automatically attached to subsequent requests. - Customers [Add a Shipping Address](https://d0io4z2zm4.apifox.cn/319994794e0.md): Add a Shipping Address to a Customer's saved addresses. - Customers [Reset Password](https://d0io4z2zm4.apifox.cn/319994795e0.md): Reset a Customer's password using a password token created by a previous request to the Request Password Reset endpoint. If the password token expired, you must create a new one. - Customers [Update Customer](https://d0io4z2zm4.apifox.cn/319994796e0.md): Update the logged-in customer's details. - Customers [Get a Customer](https://d0io4z2zm4.apifox.cn/319994797e0.md): Retrieve the logged-in Customer's details. - Customers [List Orders](https://d0io4z2zm4.apifox.cn/319994798e0.md): Retrieve a list of the logged-in Customer's Orders. The orders can be filtered by fields such as `status` or `fulfillment_status`. The orders can also be paginated. - Product Collections [List Collections](https://d0io4z2zm4.apifox.cn/319994799e0.md): Retrieve a list of product collections. The product collections can be filtered by fields such as `handle` or `created_at`. The product collections can also be paginated. - Product Collections [Get a Collection](https://d0io4z2zm4.apifox.cn/319994800e0.md): Retrieve a Product Collection's details. - Return Reasons [List Return Reasons](https://d0io4z2zm4.apifox.cn/319994801e0.md): Retrieve a list of Return Reasons. This is useful when implementing a Create Return flow in the storefront. - Return Reasons [Get a Return Reason](https://d0io4z2zm4.apifox.cn/319994802e0.md): Retrieve a Return Reason's details. - Product Categories [List Product Categories](https://d0io4z2zm4.apifox.cn/319994803e0.md): Retrieve a list of product categories. The product categories can be filtered by fields such as `handle` or `q`. The product categories can also be paginated. This endpoint can also be used to retrieve a product category by its handle. - Product Categories [Get a Product Category](https://d0io4z2zm4.apifox.cn/319994804e0.md): Retrieve a Product Category's details. - Product Types [List Product Types](https://d0io4z2zm4.apifox.cn/319994805e0.md): Retrieve a list of product types. The product types can be filtered by fields such as `value` or `q`. The product types can also be sorted or paginated. - Products [Search Products](https://d0io4z2zm4.apifox.cn/319994806e0.md): Run a search query on products using the search service installed on the Medusa backend. The searching is handled through the search service, so the returned data's format depends on the search service you're using. - Products [List Products](https://d0io4z2zm4.apifox.cn/319994807e0.md): Retrieves a list of products. The products can be filtered by fields such as `id` or `q`. The products can also be sorted or paginated. - Products [Get a Product](https://d0io4z2zm4.apifox.cn/319994808e0.md): Retrieve a Product's details. For accurate and correct pricing of the product based on the customer's context, it's highly recommended to pass fields such as - Product Variants [Get Product Variants](https://d0io4z2zm4.apifox.cn/319994809e0.md): Retrieves a list of product variants. The product variants can be filtered by fields such as `id` or `title`. The product variants can also be paginated. - Product Variants [Get a Product Variant](https://d0io4z2zm4.apifox.cn/319994810e0.md): Retrieve a Product Variant's details. For accurate and correct pricing of the product variant based on the customer's context, it's highly recommended to pass fields such as - Shipping Options [List for Cart](https://d0io4z2zm4.apifox.cn/319994811e0.md): Retrieve a list of Shipping Options available for a cart. - Shipping Options [Get Shipping Options](https://d0io4z2zm4.apifox.cn/319994812e0.md): Retrieve a list of Shipping Options. - Regions [Get a Region](https://d0io4z2zm4.apifox.cn/319994813e0.md): Retrieve a Region's details. - Regions [List Regions](https://d0io4z2zm4.apifox.cn/319994814e0.md): Retrieve a list of regions. The regions can be filtered by fields such as `created_at`. The regions can also be paginated. This endpoint is useful to show the customer all available regions to choose from. - Carts [Select a Payment Session](https://d0io4z2zm4.apifox.cn/319994815e0.md): Select the Payment Session that will be used to complete the cart. This is typically used when the customer chooses their preferred payment method during checkout. The totals of the cart will be recalculated. - Carts [Create Payment Sessions](https://d0io4z2zm4.apifox.cn/319994816e0.md): Create Payment Sessions for each of the available Payment Providers in the Cart's Region. If there only one payment session is created, it will be selected by default. The creation of the payment session uses the payment provider and may require sending requests to third-party services. - Carts [Calculate Cart Taxes](https://d0io4z2zm4.apifox.cn/319994817e0.md): Calculate the taxes for a cart. This is useful if the `automatic_taxes` field of the cart's region is set to `false`. If the cart's region uses a tax provider other than Medusa's system provider, this may lead to sending requests to third-party services. - Carts [Delete a Payment Session](https://d0io4z2zm4.apifox.cn/319994818e0.md): Delete a Payment Session in a Cart. May be useful if a payment has failed. The totals will be recalculated. - Carts [Update a Payment Session](https://d0io4z2zm4.apifox.cn/319994819e0.md): Update a Payment Session with additional data. This can be useful depending on the payment provider used. All payment sessions are updated and cart totals are recalculated afterwards. - Carts [Update a Line Item](https://d0io4z2zm4.apifox.cn/319994820e0.md): Update a line item's quantity. - Carts [Delete a Line Item](https://d0io4z2zm4.apifox.cn/319994821e0.md): Delete a Line Item from a Cart. The payment sessions will be updated and the totals will be recalculated. - Carts [Add Shipping Method](https://d0io4z2zm4.apifox.cn/319994822e0.md): Add a Shipping Method to the Cart. The validation of the `data` field is handled by the fulfillment provider of the chosen shipping option. - Carts [Remove Discount](https://d0io4z2zm4.apifox.cn/319994823e0.md): Remove a Discount from a Cart. This only removes the application of the discount, and not completely delete it. The totals will be re-calculated and the payment sessions will be refreshed after the removal. - Carts [Complete a Cart](https://d0io4z2zm4.apifox.cn/319994824e0.md): Complete a cart and place an order or create a swap, based on what the cart is created for. This includes attempting to authorize the cart's payment. - Carts [Create a Cart](https://d0io4z2zm4.apifox.cn/319994825e0.md): Create a Cart. Although optional, specifying the cart's region and sales channel can affect the cart's pricing and - Carts [Get a Cart](https://d0io4z2zm4.apifox.cn/319994826e0.md): Retrieve a Cart's details. This includes recalculating its totals. - Carts [Update a Cart](https://d0io4z2zm4.apifox.cn/319994827e0.md): Update a Cart's details. If the cart has payment sessions and the region was not changed, the payment sessions are updated. The cart's totals are also recalculated. - Carts [Add a Line Item](https://d0io4z2zm4.apifox.cn/319994828e0.md): Generates a Line Item with a given Product Variant and adds it to the Cart - Carts [Refresh a Payment Session](https://d0io4z2zm4.apifox.cn/319994829e0.md): Refresh a Payment Session to ensure that it is in sync with the Cart. This is usually not necessary, but is provided for edge cases. - Gift Cards [Get Gift Card by Code](https://d0io4z2zm4.apifox.cn/319994830e0.md): Retrieve a Gift Card's details by its associated unique code. - Swaps [Create a Swap](https://d0io4z2zm4.apifox.cn/319994831e0.md): Create a Swap for an Order. This will also create a return and associate it with the swap. If a return shipping option is specified, the return will automatically be fulfilled. - Swaps [Get by Cart ID](https://d0io4z2zm4.apifox.cn/319994832e0.md): Retrieve a Swap's details by the ID of its cart. - Order Edits [Decline an Order Edit](https://d0io4z2zm4.apifox.cn/319994833e0.md): Decline an Order Edit. The changes are not reflected on the original order. - Order Edits [Retrieve an Order Edit](https://d0io4z2zm4.apifox.cn/319994834e0.md): Retrieve an Order Edit's details. - Order Edits [Complete an Order Edit](https://d0io4z2zm4.apifox.cn/319994835e0.md): Complete an Order Edit and reflect its changes on the original order. Any additional payment required must be authorized first using the Payment Collection endpoints. - Payment Collections [Authorize Payment Sessions](https://d0io4z2zm4.apifox.cn/319994836e0.md): Authorize the Payment Sessions of a Payment Collection. - Payment Collections [Refresh a Payment Session](https://d0io4z2zm4.apifox.cn/319994837e0.md): Refresh a Payment Session's data to ensure that it is in sync with the Payment Collection. - Payment Collections [Create a Payment Session](https://d0io4z2zm4.apifox.cn/319994838e0.md): Create a Payment Session for a payment provider in a Payment Collection. - Payment Collections [Get a PaymentCollection](https://d0io4z2zm4.apifox.cn/319994839e0.md): Retrieve a Payment Collection's details. - Payment Collections [Authorize Payment Session](https://d0io4z2zm4.apifox.cn/319994840e0.md): Authorize a Payment Session of a Payment Collection. - Payment Collections [Manage Payment Sessions](https://d0io4z2zm4.apifox.cn/319994841e0.md): Create, update, or delete a list of payment sessions of a Payment Collections. If a payment session is not provided in the `sessions` array, it's deleted. - Returns [Create Return](https://d0io4z2zm4.apifox.cn/319994842e0.md): Create a Return for an Order. If a return shipping method is specified, the return is automatically fulfilled. - [11111](https://d0io4z2zm4.apifox.cn/320958630e0.md): ## Schemas - 示例数据模型 [Pet](https://d0io4z2zm4.apifox.cn/182786042d0.md): - 示例数据模型 [Category](https://d0io4z2zm4.apifox.cn/182786043d0.md): - 示例数据模型 [Tag](https://d0io4z2zm4.apifox.cn/182786044d0.md): - Schemas [StorePostOrderEditsOrderEditDecline](https://d0io4z2zm4.apifox.cn/183003910d0.md): - Schemas [StorePostCartsCartLineItemsReq](https://d0io4z2zm4.apifox.cn/183003911d0.md): - Schemas [StorePostCustomersCustomerOrderClaimReq](https://d0io4z2zm4.apifox.cn/183003912d0.md): - Schemas [StorePostCartsCartPaymentSessionReq](https://d0io4z2zm4.apifox.cn/183003913d0.md): - Schemas [StorePostCartsCartLineItemsItemReq](https://d0io4z2zm4.apifox.cn/183003914d0.md): - Schemas [StorePaymentCollectionSessionsReq](https://d0io4z2zm4.apifox.cn/183003915d0.md): - Schemas [StoreCustomersListPaymentMethodsRes](https://d0io4z2zm4.apifox.cn/183003916d0.md): - Schemas [Error](https://d0io4z2zm4.apifox.cn/183003917d0.md): - Schemas [StorePostPaymentCollectionsBatchSessionsAuthorizeReq](https://d0io4z2zm4.apifox.cn/183003918d0.md): - Schemas [StorePostCartReq](https://d0io4z2zm4.apifox.cn/183003919d0.md): - Schemas [StorePostSwapsReq](https://d0io4z2zm4.apifox.cn/183003920d0.md): - Schemas [StorePostSearchReq](https://d0io4z2zm4.apifox.cn/183003921d0.md): - Schemas [StoreGetAuthEmailRes](https://d0io4z2zm4.apifox.cn/183003922d0.md): - Schemas [MultipleErrors](https://d0io4z2zm4.apifox.cn/183003923d0.md): - Schemas [StorePostCustomersCustomerAcceptClaimReq](https://d0io4z2zm4.apifox.cn/183003924d0.md): - Schemas [StorePostCustomersResetPasswordReq](https://d0io4z2zm4.apifox.cn/183003925d0.md): - Schemas [StorePostCartsCartShippingMethodReq](https://d0io4z2zm4.apifox.cn/183003926d0.md): - Schemas [StorePostReturnsReq](https://d0io4z2zm4.apifox.cn/183003927d0.md): - Schemas [ProductCollection](https://d0io4z2zm4.apifox.cn/183003928d0.md): - Schemas [StoreCollectionsListRes](https://d0io4z2zm4.apifox.cn/183003929d0.md): - Schemas [AddressPayload](https://d0io4z2zm4.apifox.cn/183003930d0.md): - Schemas [StorePostCustomersCustomerAddressesAddressReq](https://d0io4z2zm4.apifox.cn/183003931d0.md): - Schemas [ProductCategory](https://d0io4z2zm4.apifox.cn/183003932d0.md): - Schemas [StoreGetProductCategoriesCategoryRes](https://d0io4z2zm4.apifox.cn/183003933d0.md): - Schemas [StorePostAuthReq](https://d0io4z2zm4.apifox.cn/183003934d0.md): - Schemas [StorePostCustomersReq](https://d0io4z2zm4.apifox.cn/183003935d0.md): - Schemas [ReturnReason](https://d0io4z2zm4.apifox.cn/183003936d0.md): - Schemas [StoreReturnReasonsListRes](https://d0io4z2zm4.apifox.cn/183003937d0.md): - Schemas [GiftCardTransaction](https://d0io4z2zm4.apifox.cn/183003938d0.md): - Schemas [Currency](https://d0io4z2zm4.apifox.cn/183003939d0.md): - Schemas [StorePostSearchRes](https://d0io4z2zm4.apifox.cn/183003940d0.md): - Schemas [ProductTag](https://d0io4z2zm4.apifox.cn/183003941d0.md): - Schemas [StoreProductTagsListRes](https://d0io4z2zm4.apifox.cn/183003942d0.md): - Schemas [StorePostCustomersCustomerPasswordTokenReq](https://d0io4z2zm4.apifox.cn/183003943d0.md): - Schemas [ShippingMethodTaxLine](https://d0io4z2zm4.apifox.cn/183003944d0.md): - Schemas [Country](https://d0io4z2zm4.apifox.cn/183003945d0.md): - Schemas [Address](https://d0io4z2zm4.apifox.cn/183003946d0.md): - Schemas [TaxProvider](https://d0io4z2zm4.apifox.cn/183003947d0.md): - Schemas [PaymentProvider](https://d0io4z2zm4.apifox.cn/183003948d0.md): - Schemas [FulfillmentProvider](https://d0io4z2zm4.apifox.cn/183003949d0.md): - Schemas [CustomerGroup](https://d0io4z2zm4.apifox.cn/183003950d0.md): - Schemas [StorePostCartsCartPaymentSessionUpdateReq](https://d0io4z2zm4.apifox.cn/183003951d0.md): - Schemas [DiscountRule](https://d0io4z2zm4.apifox.cn/183003952d0.md): - Schemas [StorePostCartsCartReq](https://d0io4z2zm4.apifox.cn/183003953d0.md): - Schemas [LineItemTaxLine](https://d0io4z2zm4.apifox.cn/183003954d0.md): - Schemas [Customer](https://d0io4z2zm4.apifox.cn/183003955d0.md): - Schemas [StoreAuthRes](https://d0io4z2zm4.apifox.cn/183003956d0.md): - Schemas [SalesChannelLocation](https://d0io4z2zm4.apifox.cn/183003957d0.md): - Schemas [SalesChannel](https://d0io4z2zm4.apifox.cn/183003958d0.md): - Schemas [StoreCustomersRes](https://d0io4z2zm4.apifox.cn/183003959d0.md): - Schemas [StoreCollectionsRes](https://d0io4z2zm4.apifox.cn/183003960d0.md): - Schemas [ShippingOptionRequirement](https://d0io4z2zm4.apifox.cn/183003961d0.md): - Schemas [StoreGetProductCategoriesRes](https://d0io4z2zm4.apifox.cn/183003962d0.md): - Schemas [ShippingProfile](https://d0io4z2zm4.apifox.cn/183003963d0.md): - Schemas [ShippingOption](https://d0io4z2zm4.apifox.cn/183003964d0.md): - Schemas [ShippingMethod](https://d0io4z2zm4.apifox.cn/183003965d0.md): - Schemas [StorePostPaymentCollectionsBatchSessionsReq](https://d0io4z2zm4.apifox.cn/183003966d0.md): - Schemas [ProductType](https://d0io4z2zm4.apifox.cn/183003967d0.md): - Schemas [StoreProductTypesListRes](https://d0io4z2zm4.apifox.cn/183003968d0.md): - Schemas [Payment](https://d0io4z2zm4.apifox.cn/183003969d0.md): - Schemas [StoreReturnReasonsRes](https://d0io4z2zm4.apifox.cn/183003970d0.md): - Schemas [AddressCreatePayload](https://d0io4z2zm4.apifox.cn/183003971d0.md): - Schemas [StorePostCustomersCustomerAddressesReq](https://d0io4z2zm4.apifox.cn/183003972d0.md): - Schemas [ProductVariantInventoryItem](https://d0io4z2zm4.apifox.cn/183003973d0.md): - Schemas [ProductOptionValue](https://d0io4z2zm4.apifox.cn/183003974d0.md): - Schemas [Image](https://d0io4z2zm4.apifox.cn/183003975d0.md): - Schemas [MoneyAmount](https://d0io4z2zm4.apifox.cn/183003976d0.md): - Schemas [ProductVariant](https://d0io4z2zm4.apifox.cn/183003977d0.md): - Schemas [StorePostCustomersCustomerReq](https://d0io4z2zm4.apifox.cn/183003978d0.md): - Schemas [ProductOption](https://d0io4z2zm4.apifox.cn/183003979d0.md): - Schemas [Product](https://d0io4z2zm4.apifox.cn/183003980d0.md): - Schemas [TaxRate](https://d0io4z2zm4.apifox.cn/183003981d0.md): - Schemas [Region](https://d0io4z2zm4.apifox.cn/183003982d0.md): - Schemas [Discount](https://d0io4z2zm4.apifox.cn/183003983d0.md): - Schemas [PricedVariant](https://d0io4z2zm4.apifox.cn/183003984d0.md): - Schemas [StoreVariantsListRes](https://d0io4z2zm4.apifox.cn/183003985d0.md): - Schemas [StoreCustomersResetPasswordRes](https://d0io4z2zm4.apifox.cn/183003986d0.md): - Schemas [StoreVariantsRes](https://d0io4z2zm4.apifox.cn/183003987d0.md): - Schemas [PricedShippingOption](https://d0io4z2zm4.apifox.cn/183003988d0.md): - Schemas [StoreCartShippingOptionsListRes](https://d0io4z2zm4.apifox.cn/183003989d0.md): - Schemas [GiftCard](https://d0io4z2zm4.apifox.cn/183003990d0.md): - Schemas [PricedProduct](https://d0io4z2zm4.apifox.cn/183003991d0.md): - Schemas [StoreProductsListRes](https://d0io4z2zm4.apifox.cn/183003992d0.md): - Schemas [StoreShippingOptionsListRes](https://d0io4z2zm4.apifox.cn/183003993d0.md): - Schemas [StoreProductsRes](https://d0io4z2zm4.apifox.cn/183003994d0.md): - Schemas [LineItemAdjustment](https://d0io4z2zm4.apifox.cn/183003995d0.md): - Schemas [LineItem](https://d0io4z2zm4.apifox.cn/183003996d0.md): - Schemas [StoreRegionsRes](https://d0io4z2zm4.apifox.cn/183003997d0.md): - Schemas [Cart](https://d0io4z2zm4.apifox.cn/183003998d0.md): - Schemas [StoreCartsRes](https://d0io4z2zm4.apifox.cn/183003999d0.md): - Schemas [StoreGiftCardsRes](https://d0io4z2zm4.apifox.cn/183004000d0.md): - Schemas [StoreRegionsListRes](https://d0io4z2zm4.apifox.cn/183004001d0.md): - Schemas [Swap](https://d0io4z2zm4.apifox.cn/183004002d0.md): - Schemas [StoreSwapsRes](https://d0io4z2zm4.apifox.cn/183004003d0.md): - Schemas [Order](https://d0io4z2zm4.apifox.cn/183004004d0.md): - Schemas [StoreOrdersRes](https://d0io4z2zm4.apifox.cn/183004005d0.md): - Schemas [OrderItemChange](https://d0io4z2zm4.apifox.cn/183004006d0.md): - Schemas [StoreCompleteCartRes](https://d0io4z2zm4.apifox.cn/183004007d0.md): - Schemas [PaymentSession](https://d0io4z2zm4.apifox.cn/183004008d0.md): - Schemas [PaymentCollection](https://d0io4z2zm4.apifox.cn/183004009d0.md): - Schemas [OrderEdit](https://d0io4z2zm4.apifox.cn/183004010d0.md): - Schemas [StoreOrderEditsRes](https://d0io4z2zm4.apifox.cn/183004011d0.md): - Schemas [StoreCustomersListOrdersRes](https://d0io4z2zm4.apifox.cn/183004012d0.md): - Schemas [StorePaymentCollectionsRes](https://d0io4z2zm4.apifox.cn/183004013d0.md): - Schemas [ReturnItem](https://d0io4z2zm4.apifox.cn/183004014d0.md): - Schemas [Return](https://d0io4z2zm4.apifox.cn/183004015d0.md): - Schemas [StoreReturnsRes](https://d0io4z2zm4.apifox.cn/183004016d0.md): - Schemas [StorePaymentCollectionsSessionRes](https://d0io4z2zm4.apifox.cn/183004017d0.md):