API Reference

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.

Attribute

Description

description

item description

itemShortName

item Short Name

category

item category

itemShow

This is whether the item will show on the event landing page.

categories

List of item categories

images

images contain ItemImageDto

  • *id**: image Id
  • *imageUrl**: URL Of the image
  • *position**: position of image

numberOfPledges

number 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 Code

Error Description

200

OK

4040300

Item Not Found

Language
Credentials
Header
Click Try It! to start a request and see the response here!