cURL
curl --request GET \ --url https://api.example.com/trade-items/by-identifier/{identifier}
{ "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 by its identifier
The identifier of the trade item (format: {prefix}.{referenceNumber} or {prefix}.{referenceNumber}.{batchNumber})
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