Returns > Returns > returnsReceive
POST:returns/receive.json
Description
Receive a return. Items will be returned to selected inventory location.
Permission bit: "returns.modify"
Topic: Returns
Arguments
data: ReturnReceive!
Main argument for mutations.
Unique return identifier. See also: Unique Identifiers
Example: "rt_EQzGqWoY"
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
inventory_location_id: String!
Unique inventory location identifier. See also: Unique Identifiers
Example: "il_EQzGqWoY"
Valid when: inventory_location_id is not empty
Valid when: inventory_location_id matches regexp pattern: ^il_
Result
Preview (typescript)
Loading module