Returns > Returns
Returns
A Return signifies a customer's intent to return a purchased item to the shop. A return request can be either accepted or declined. The returns process provides tools to monitor the entire lifecycle of a return, from the initial shipping stage, through inspection, and finally to the issuance of a refund.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| returnNotes | Get return notes | GET:return_notes.json |
| returnNotesCreate | Create return notes | POST:return_notes.json |
| returnNotesDelete | Delete return notes | DELETE:return_notes.json |
| returnNotesModify | Modify return notes | POST:return_notes.json |
| returns | Get returns | GET:returns.json |
| returnsApprove | Approve a return | POST:returns/approve.json |
| returnsCheck | Check a return | POST:returns/check.json |
| returnsClose | Close return | POST:returns/close.json |
| returnsCreate | Create returns | POST:returns.json |
| returnsInspect | Inspect a return | POST:returns/inspect.json |
| returnsOpen | Open return | POST:returns/open.json |
| returnsPage | Get returns page | GET:returns/page.json |
| returnsReceive | Receive a return | POST:returns/receive.json |
| returnsRefund | Refund a return | POST:returns/refund.json |
| returnsReject | Reject a return | POST:returns/reject.json |
Types
| Types |
|---|
| Note |
| NoteCreate |
| NoteModify |
| Return |
| ReturnApprove |
| ReturnCategory |
| ReturnCheck |
| ReturnCreate |
| ReturnPage |
| ReturnReceive |
| ReturnRefund |
| ReturnsPageSortBy |