The Returns scope authorizes a key to be used when making calls to the Returns API endpoints. These are the most commonly used API calls that most merchants or integrations will use. Those endpoints are:
- Process Return:
POST /warehouse/return/{return id}/process - Remove Line Items:
POST /warehouse/return/{return_id}/remove - Cancel Return:
POST /warehouse/return/{return id}/cancel - Flag Return:
POST /warehouse/return/{return id}/flag - Close Return:
POST /warehouse/return/{return id}/close - Get Return Notes:
GET /warehouse/return/{return_id}/notes - Create Return Note:
POST /warehouse/return/{return_id}/note - Detailed Returns List :
GET /warehouse/return/list - Get Return Details:
GET /warehouse/return/details - Advanced Shipping Notice:
GET /warehouse/reporting/asn - Grade Items:
POST /dispositioning/grade - Assess Dispositions:
POST /dispositioning/assess - Create Fraud Report:
POST /returns/{return_id}/fraud-report
