Developers Program

GetSellerList not returning variations for my multi-variation items.

Published: December 02 2009, 6:04:00 PMยทUpdated: August 11 2022, 4:23:23 AM

Products

Question

GetSellerList response does not contain the variations for my multi-variation items. All other API calls return the variation nodes.

Answer

For GetSellerList to return the variations node in the response, you will need to send in the IncludeVariations to true when making the request.

Using this flag may degrade the call's performance, if your items contain many variations.. In such cases, when you use this flag, you may need to reduce the total number of items you're requesting at once. For example, you may need to use shorter time ranges in the EndTime or StartTime filters, fewer entries per page in Pagination, and/or SKUArray.

How well did this answer your question?