POST:return_inspections.json
Commerce APIPOST:return_inspections.json

POST:return_inspections.json

Description

Modify one or multiple return inspections.

Permission bit: "return_inspections.modify"

Topic: Return Inspections

Query Parameters

ids: Comma-separated array of String, required

List of return reason ids. See also: Unique Identifiers

Example: ?ids=rr_EQzGqWoY,rr_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of ReturnInspectionModify

[
  {
    "description": "All original tags and labels still attached",
    "enabled": true
  }
]

Response Body

Array of ReturnInspection

Response Body Type

Loading module