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
- Return Details:
GET /warehouse/return/details
- Advanced Shipping Notice:
GET /warehouse/reporting/asn
- More details on each of those endpoints can be found in the Returns API section.