Parse and upload Auction valid Items from CSV

This API will add Auction items by uploading a .CSV file. To upload a .CSV file, required information includes an Item Name, Item Code, Item Category, Bid Increment, Starting Bid, Buy it Now price, Item Market Value, Item Short Name, Item Description in a CSV file. This endpoint can be accessed by users with event admin access or greater. Users will need to pass an authentication token to authorize the user.

Here is the description of response attributes, which returns to the form of JSON.

AttributeDescription
invalidItemsIs a JSON array of invalid items list including errorMessage, item name, description, images, liveAuctionItem, itemShortName, starting bid, and more.
validItemsIs a JSON array of valid items list including item name, description, images, liveAuctionItem, itemShortName, starting bid, and more.
Language
Authorization
Header
Click Try It! to start a request and see the response here!