Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable to get browse node Info #25

Closed
isaka1022 opened this issue Jul 12, 2022 · 3 comments
Closed

Enable to get browse node Info #25

isaka1022 opened this issue Jul 12, 2022 · 3 comments

Comments

@isaka1022
Copy link
Contributor

Hello everyone,

I want to get BrowseNode information through GetBrowseNodes operation on paapi5.
https://webservices.amazon.com/paapi5/documentation/getbrowsenodes.html

Usecase

I would like to get BrowseNode information as SearchItems and GetItems operations in pa-api library like below.

//Make query
    q := query.GetBrowseNodes(
        client.Marketplace(),
        client.PartnerTag(),
        client.PartnerType(),
    ). BrowseNodeIds([]string{"3040", "3045"})
spiegel-im-spiegel added a commit that referenced this issue Jul 13, 2022
 Enable to get browse node Info #25
@spiegel-im-spiegel
Copy link
Member

spiegel-im-spiegel commented Jul 13, 2022

Code below:

//Make query
q := query.NewGetBrowseNodes(
    client.Marketplace(),
    client.PartnerTag(),
    client.PartnerType(),
).BrowseNodeIds([]string{"3040", "3045"}).EnableBrowseNodes()

@isaka1022
Copy link
Contributor Author

Thank you for your prompt response!
I have created an additional PR related to this.
#27

@spiegel-im-spiegel
Copy link
Member

Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants