object ProductQueryResult

Fields

FieldTypeDescription
request_idString

Public API request ID that identifies the related record.

complexityInt

Complexity as a numeric value.

dataProduct

Product returned by this query.

Referenced By

Example

{
  "request_id": "UmVjb3JkOjEyMzQ=",
  "complexity": 100,
  "data": {sku: "BLUE-TEE-M", name: "Blue Tee"}
}