Add Duplicate Auction Item

This API adds duplicates of an already created auction item. We need to pass the itemId.
Users will need to pass an authentication token to authorize the user. This API can be accessed by admins, super admins, and white-label admins.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error codeError Description
4060801Item code already exists.
4040300Item not found.

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

AttributeDescription
idReturns the item ID.
CDReturns the item code.
NMReturns the item name.
SBReturns the item's starting bid value.
BNReturns the item's buy it now price.
PNReturns the item's position.
DSReturns whether a description is present or not for the specified item.
IIReturns whether at least one image is present or not for the specified item.
IAReturns whether the item is hidden or visible on the event website.
Path Params
int64
required
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here is the demo event url.

Headers
string

API Authentication Token

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain