Skip to main content
GET
/
trade-items
/
{id}
Get Trade Item
curl --request GET \
  --url https://api.example.com/trade-items/{id}
{
  "id": "<string>",
  "name": "<string>",
  "tradeItemTag": {
    "id": "<string>",
    "code": "<string>",
    "name": "<string>",
    "description": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deleted": true,
    "deletedAt": "2023-11-07T05:31:56Z"
  }
}

Path Parameters

id
string
required

The ID of the trade item to get

Response

The trade item has been successfully retrieved

id
string
required

The id of the trade item

name
string
required

The name of the trade item

tradeItemTag
object

The tag associated with the trade item