object InventorySnapshotQueryResult

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

dataInventorySnapshot

Inventory snapshot returned by this query.

snapshotInventorySnapshotDEPRECATED Use data instead of snapshot

Snapshot associated with this inventory snapshot.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "data": {id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="},
  "snapshot": {id: "SW52ZW50b3J5U25hcHNob3Q6MTIzNA=="}
}