input AbortInventorySyncInput
Fields
| Field | Type | Description |
|---|---|---|
sync_id | String! | Public API sync ID that identifies the related record. |
reason | String | Human-readable reason for this inventory sync. |
Referenced By
- inventory_sync_abort Mutation
Example
{
"sync_id": "UmVjb3JkOjEyMzQ=",
"reason": "Customer requested expedited handling."
}