Returns > Returns > returnsReceive
Commerce APIReturnsReturnsreturnsReceive
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.


return_id: String!

Unique return identifier. See also: Unique Identifiers

Example: "rt_EQzGqWoY"


shop_id: String!

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

Return

Preview (typescript)

Loading module