object ItemLocationsQueryResult
Fields
| Field | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
request_id | String | Public API request ID that identifies the related record. | ||||||||||||||||||||||||||||||
complexity | Int | Complexity as a numeric value. | ||||||||||||||||||||||||||||||
data | ItemLocationConnection | Paginated item locations returned by this query. | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||
Referenced By
- item_locations Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": [{id: "TG9jYXRpb246MTIzNA==", name: "A01-01-01"}]
}