object CreateProductOutput

Fields

FieldTypeDescription
request_idString
complexityInt
productProduct

Referenced By

Example

{
  "request_id": "abc123",
  "complexity": 987,
  "product": Product
}