Returns > Return Inspections
Return Inspections
Return Inspections outline the steps in your store's customized return workflow. For example, you might wish to include a workflow step to verify that an item has been returned in its original packaging, or with its tags still attached.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| returnInspections | Get return inspections | GET:return_inspections.json |
| returnInspectionsAddDefault | Add default return inspections | POST:return_inspections/add_default.json |
| returnInspectionsCreate | Create return inspections | POST:return_inspections.json |
| returnInspectionsDelete | Delete return inspections | DELETE:return_inspections.json |
| returnInspectionsModify | Modify return inspections | POST:return_inspections.json |
Types
| Types |
|---|
| ReturnInspection |
| ReturnInspectionCreate |
| ReturnInspectionModify |