object FulfillmentInvoiceQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
data | FulfillmentInvoice | Fulfillment invoice returned by this query. |
Referenced By
- fulfillment_invoice Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": {id: "RnVsZmlsbG1lbnRJbnZvaWNlOjEyMzQ="}
}