Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 1000 Bytes

File metadata and controls

27 lines (16 loc) · 1000 Bytes

Recommendations

.. function:: get_last_updated_time_for_recommendations(self, marketplaceid)

    Checks whether there are active recommendations for each category for the given marketplace, and if there are, returns the time when recommendations were last updated for each category.

    :param string marketplaceid: Define the specific Marketplace ID
    :returns: something from amazon


.. function:: list_recommendations(self, marketplaceid, recommendationcategory=None)

    Returns your active recommendations for a specific category or for all categories for a specific marketplace.

    :param string marketplaceid: Define the specific Marketplace ID
    :param string recommendationcategory:
    :returns: something from amazon


.. function:: list_recommendations_by_next_token(self, token):

    Returns the next page of recommendations using the NextToken parameter.

    :param string token:
    :returns: something from amazon