keepa icon indicating copy to clipboard operation
keepa copied to clipboard

New fields for products in Java api_backend

Open yousuowei123 opened this issue 4 years ago • 0 comments

 */
public FBAFeesObject fbaFees = null;

/**
 * Contains subcategory rank histories. Each key represents the categoryId of the rank with the history in the corresponding value.
 */
public HashMap<Long, int[]> salesRanks = null;

/**
 * The category node id of the main sales rank. -1 if not available.
 */
public long salesRankReference = -1;

yousuowei123 avatar Aug 14 '20 10:08 yousuowei123