object InventorySyncBatchQueryResult

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

dataInventorySyncStatus

Inventory sync batch returned by this query.

Referenced By

Example

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