o
    tBhG                     @   s4   d dl mZ d dlmZmZmZ G dd deZdS )    )sp_endpoint)ClientMarketplacesApiResponsec                   @   s&   e Zd ZdZeddefddZdS )Sellerszn
    :link: https://github.com/amzn/selling-partner-api-docs/blob/main/references/sellers-api/sellers.md

    z%/sellers/v1/marketplaceParticipationsreturnc                 K   s   | j |dddS )aw  
        get_marketplace_participation(self, **kwargs) -> ApiResponse
        Returns a list of marketplaces that the seller submitting the request can sell in and information about the seller's participation in those marketplaces.

        **Usage Plan:**

        ======================================  ==============
        Rate (requests per second)               Burst
        ======================================  ==============
        .016                                    15
        ======================================  ==============

        For more information, see "Usage Plans and Rate Limits" in the Selling Partner API documentation.

        Examples:
            literal blocks::

                res = Sellers().get_marketplace_participation()

        Args:
            **kwargs:

        Returns:
            GetMarketplaceParticipationsResponse:

        pathF)add_marketplace)_requestpop)selfkwargs r   q/var/www/html/riverr-enterprise-integrations-main/venv/lib/python3.10/site-packages/sp_api/api/sellers/sellers.pyget_marketplace_participation   s   z%Sellers.get_marketplace_participationN)__name__
__module____qualname____doc__r   r   r   r   r   r   r   r      s    r   N)sp_api.base.helpersr   sp_api.baser   r   r   r   r   r   r   r   <module>   s    