POST:return_inspections.json
Commerce APIPOST:return_inspections.json

POST:return_inspections.json

Description

Create one or multiple return inspections.

Permission bit: "return_inspections.create"

Topic: Return Inspections

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of ReturnInspectionCreate

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

Response Body

Array of ReturnInspection

Response Body Type

Loading module