object AbortInventorySyncOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
sync | InventorySyncStatus | Sync for this inventory sync. |
Referenced By
- inventory_sync_abort Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"sync": {id: "SW52ZW50b3J5U3luY1N0YXR1czoxMjM0"}
}