Types > ReturnInspection
Commerce APITypesReturnInspection
ReturnInspection

Description

Topic: Return Inspections

Fields

description: String!

Return inspection description

Example: "All original tags and labels still attached"


enabled: Boolean!

Whether return inspection is enabled or not

Example: true


id: String!

Unique return inspection identifier. See also: Unique Identifiers

Example: "ri_EQzGqWoY"


Used By

Mutations

returnInspectionsCreate, returnInspectionsModify

Queries

returnInspections

Types

ReturnLineItemInspection

Preview (typescript)

interface ReturnInspection {
description: string
enabled: boolean
id: string
}