input UpdateReturnStatusInput
Fields
| Field | Type | Description |
|---|---|---|
return_id | String! | Public API return ID that identifies the related record. |
status | String! | Current status; use the API status values returned by this field when filtering or updating. |
Referenced By
- return_update_status Mutation
Example
{
"return_id": "UmV0dXJuOjEyMzQ=",
"status": "pending"
}