Get Item Details based on item code

Get the Item Details by passing the item code, and authorization token. This API can be accessed by event admin and super admin. It will return item details like item name, item description, images uploaded in items, and many more.

Here is the description of response attributes, which returns to the form of JSON.
It will return a success message if API will execute successfully.

AttributeDescription
descriptionitem description
itemShortNameitem Short Name
categoryitem category
itemShowThis is whether the item will show on the event landing page.
categoriesList of item categories
imagesimages contain ItemImageDto

id: image Id
imageUrl: URL Of the image
position: position of image
numberOfPledgesnumber of pledges can be accepted

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

Error CodeError Description
200OK
4040300Item Not Found
Language
Authorization
Header
Click Try It! to start a request and see the response here!