This page was automatically generated from tracezilla’s Swagger API documentation 2026-06-10
GET /lot-attributes/{attributeName}/values/{lotAttributeValueId}
Get Lot Attribute Value
Description
Returns Lot Attribute Value
Parameters (path)
| Name | Required | Description | Values |
|---|---|---|---|
| attributeName | required | The attribute to upsert a value for. | internal, quality, size, state, specification, storage_bin, storage_bin_loc2, storage_bin_loc3, storage_bin_loc4, customs_status, eu_tariff_code, preservation, catch_method, fao_species_code, fao_fishing_area, product_destination, ewc_code, origin, origin_farm, origin_breeder, cutting, trim, pistol, age_of_animal, packaging, supplier_sku, date_extended, effective_ph, effective_temperature, enzyme_activity, diameter, thickness, whole, black_pieces, banana_strands, burnt_chips, evm, appearance, texture, flavour, density, shu, tmc, tyc, coliforms, ecoli, salmonella_spp, moisture, aflatoxin_b1, aflatoxin_total, pv, ffa, pah_benpyr, pah_sum, water_activity, ionizing_radiation, gmo, package_leaflet, foil, carton, pouch, label |
| lotAttributeValueId | required | Target Lot Attribute Value. |
Parameters (query)
| Name | Required | Description | Values |
|---|---|---|---|
| include | optional | The resources that can be included in this request, delimited by a comma: on_skus |
Responses
200
successful operation
Response content JSON schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"properties": {
"properties": {
"id": {
"description": "Id of the record",
"type": "string",
"format": "uuid",
"example": "be3233c4-c0a2-4f47-a62a-303492c20ba6"
},
"attribute": {
"description": "Name of the attribute",
"type": "string",
"format": "string",
"readOnly": "true",
"example": "quality"
},
"value": {
"description": "The value of the attribute",
"type": "string",
"format": "string",
"example": "A string"
},
"ref": {
"description": "A reference code that uniquely identifies the value",
"type": "string",
"format": "string",
"example": "A string"
},
"version": {
"description": "A version identifier",
"type": "string",
"format": "string",
"example": "1.0"
},
"valid_to": {
"description": "This attribute value is considered valid untill the end of this date",
"type": "string",
"format": "date",
"example": "2025-12-31"
},
"created_at": {
"description": "The time when the record was created in UTC date & time (Iso8601 ZuluString)",
"type": "string",
"format": "date-time",
"readOnly": "true",
"example": "2019-01-01T13:25:32.312Z"
},
"updated_at": {
"description": "The time when the record was last updated in UTC date & time (Iso8601 ZuluString)",
"type": "string",
"format": "date-time",
"readOnly": "true",
"example": "2020-01-01T13:25:32.312Z"
},
"on_skus": {
"description": "Information related to SKUs that has this attribute value as a default.\nNotice that these will only be included if *on_skus* are included in the include parameter",
"type": "array",
"items": {
"properties": {
"sku_id": {
"description": "Id of Sku",
"type": "string",
"format": "uuid",
"example": "be3233c4-c0a2-4f47-a62a-303492c20ba6"
},
"sku_code": {
"description": "Sku code",
"type": "string",
"format": "string",
"example": "ABC1234"
},
"sku_global_name": {
"description": "Global name of SKU",
"type": "string",
"format": "string",
"example": "Burger"
},
"sku_active": {
"description": "If the SKU is active",
"type": "string",
"format": "boolean",
"example": false
},
"attribute_enabled": {
"description": "If the attribute is enabled on the SKU",
"type": "string",
"format": "boolean",
"example": true
}
},
"type": "object"
},
"readOnly": true
}
},
"type": "object"
},
"type": "object"
}
406
not acceptable
500
internal server error