Add support for who the product is sold by (if third party)
complete
Vetle Leinonen-Roeim
I.e. when getting product data by GTIN or ASIN, also add possibility to return who the product is sold by (if other than Amazon).
R
Ryan Anderson
complete
Here's an example: https://graphql.canopyapi.co/?query=%0A++++++++++query+amazonProduct+%7B%0A++++++++++++amazonProduct%28input%3A+%7B+asinLookup%3A+%7B+asin%3A+%22B0D54QRRGT%22+%7D+%7D%29+%7B%0A++++++++++++++title%0A++++++++++++++brand%0A++++++++++++++mainImageUrl%0A++++++++++++++ratingsTotal%0A++++++++++++++rating%0A++++++++++++++price+%7B%0A++++++++++++++++display%0A++++++++++++++%7D%0A++++++++++++++seller+%7B%0A++++++++++++++++name%0A++++++++++++++%7D%0A++++++++++++%7D%0A++++++++++%7D%0A++++++++