Create Comment
Last updated: 05-Jan-2022
The create_comment call is used to add a comment to a specified sale.
URL: https://www.2checkout.com/api/sales/create_comment
HTTP Method: POST
Parameter | Description |
---|---|
sale_id | The order number/sale ID of a sale to look for. Required. |
sale_comment | String value of comment to be submitted. Required. |
cc_vendor | Set to 1 to have a copy sent to the merchant. Optional. |
cc_customer | Set to 1 to have the buyer sent an email copy. Optional. |
Parameter | Description |
---|---|
response_code | Tells the user whether or not the operation was successful |
response_message | Tells the user why the operation was or was not successful |
curl -X POST https://www.2checkout.com/api/sales/create_comment -u \ 'username:password' -H 'Accept: application/json' -d 'sale_id=1234567890' \ -d 'sale_comment=Your order will be shipped this week.'
{ "response_code" : "OK", "response_message" : "Created comment successfully." }
Code | Description |
---|---|
PARAMETER_MISSING | Required parameter missing: |
PARAMETER_INVALID | Invalid value for parameter: |
RECORD_NOT_FOUND | Unable to find record. |
FORBIDDEN | Access denied to sale. |
Do you have a question? If you didn’t find the answer you are looking for in our documentation, you can contact our Support teams for more information. If you have a technical issue or question, please contact us. We are happy to help.
We’ll help you choose the right payment solution for your business, wherever you want to sell, in-person or online. Our team of experts will happily discuss your needs.