POST:returns/receive.json
Commerce APIPOST:returns/receive.json

POST:returns/receive.json

Description

Receive a return. Items will be returned to selected inventory location.

Permission bit: "returns.modify"

Topic: Returns

Query Parameters

return_id: String, required

Unique return identifier. See also: Unique Identifiers

Example: ?return_id=rt_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

ReturnReceive

{
  "inventory_location_id": "il_EQzGqWoY"
}

Response Body

Return

Response Body Type

Loading module