input InventoryAbortSnapshotInput
Fields
| Field | Type | Description |
|---|---|---|
snapshot_id | String! | Public API snapshot ID that identifies the related record. |
reason | String | Human-readable reason for this inventory abort snapshot. |
Referenced By
- inventory_abort_snapshot Mutation
Example
{
"snapshot_id": "SW52ZW50b3J5U25hcHNob3Q6MTIzNA==",
"reason": "Customer requested expedited handling."
}