object AbortInventorySyncOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
sync | InventorySyncStatus |
Referenced By
- inventory_sync_abort Mutation
Example
{
"request_id": "abc123",
"complexity": 987,
"sync": InventorySyncStatus
}