object InventorySyncOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
sync_id | String | Public API sync ID that identifies the related record. |
Referenced By
- inventory_sync Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"sync_id": "SW52ZW50b3J5U3luY0JhdGNoOjEyMzQ="
}