cURL
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" } }
Get a trade item
The ID of the trade item to get
The trade item has been successfully retrieved
The id of the trade item
The name of the trade item
The tag associated with the trade item
Show child attributes