Returns > Return Inspections > returnInspections
Commerce APIReturnsReturn InspectionsreturnInspections
returnInspections
GET:return_inspections.json

Description

Get all or specific return inspections

This is a typical bulk get endpoint.

Permission bit: "return_inspections.read"

Topic: Return Inspections

Arguments

ids: [String!]

List of return reason ids. See also: Unique Identifiers

Example: ["rr_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[ReturnInspection!]

Preview (typescript)

Loading module