Change Status
OAuthScope
ZohoCommerce.salesreturns.CREATE
HTTP Request
POST https://commerce.zoho.com/store/api/v1/salesreturns/{return_id}/status/{return_status}
Attributes
Attribute | Description |
salesreturn_id | long: Unique ID generated by the server for the sales return. This is used as identifier. |
salesreturn_status | string: The current status of the sales return. |
shipped_status | string: The current status of the package. |
refund_status | string: The current status of the refund. |
line_items | list: List of items in a package. Each line item contains salesorder_item_id, item_id, and quantity. |
Statuses
Status | Description |
approved | To approve the status of the sales return. |
declined | To decline the status of the sales return. |
Request Example
Copied
Success Response
Copied
Show full
Show less
Failure Response
Copied