I can close listings but don't see a way to update qty's. We update our products automatically from other marketplace sales. Api is working well other than than qty issue.
I can close listings but don't see a way to update qty's. We update our products automatically from other marketplace sales. Api is working well other than than qty issue.
I've not used the API myself but the SaveListingEdit routine allows the changing of quantities so it looks like it should work.
Code:"ListingID": "STRING", # Listing ID to edit (required) "Title": "STRING", # Listing title (optional) "Description": "STRING", # Listing description (optional) "StartBid": DECIMAL, # Listing starting price , only if bids not made yet. (optional) "BuyNowPrice": DECIMAL, # Buy Now price . If bids not made yet. (optional) "ReservePrice": DECIMAL, # Reserver price , can be updated if no bids already made. (optional) "CategoryID": INT, # Listing category ID (optional) "Barcode": "STRING", # Item EAN/UPC barcode , of special value 'exempt' if barcode not applicable for item ( unique , handmade , rarity ) (optional) "Quantity": INT, # Quantity to sell , max 99 items (optional)
Last edited by astral276; 29th July 2019 at 01:49 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)