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:

  • Advanced Shipping Notice: GET /warehouse/reporting/asn
  • Detailed Returns List: GET /warehouse/return/list
  • Process Return: POST /warehouse/return/{return id}/process
  • Flag Return: POST /warehouse/return/{return id}/flag
  • Cancel Return: POST /warehouse/return/{return id}/cancel
  • Close Return: POST /warehouse/return/{return id}/close
  • Return Details: GET /warehouse/return/details

More details on each of those endpoints can be found in the Returns API section.