Skip to content

GetListingsItem #508

Answered by ProNotion
ayotade asked this question in Q&A
Feb 8, 2023 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

See here - the pricing is in the ItemOffers.

I've not tested it but you may want to try something like this:

  await _amazonConnection.ListingsItem.GetListingsItemAsync(new ParameterGetListingsItem
  {
      ...
      includedData = new List<Constants.ListingsIncludedData>
      {
          Constants.ListingsIncludedData.Offers
      }
  });

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@ayotade
Comment options

@ayotade
Comment options

@ProNotion
Comment options

@ayotade
Comment options

@malafalx91
Comment options

Answer selected by ayotade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants