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.

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.
Language
Authentication
Header
Click Try It! to start a request and see the response here!