API Version 2
  • API V2 Overview
  • Category
    • Company
      • Customers
        • Orders
          • Pages
            • Page Templates
              • Products
                • Purchase Orders
                  • SKUs
                    • Support Tickets
                      • Tax Regions
                        • Vendors
                          • Warehouses
                            API Documentation

                            supporttickets/update

                            Type Update
                            List Support Tickets
                            URL http://{domain}/api/v2/supporttickets/update.json
                            Accepts Filters No
                            Output Attributes
                            No


                            Update Support Tickets

                            These parameters are used for Updating Support Tickets. Using this API one can update Lead Commerce Support Tickets. The specific data points include ID, status, etc. The ID is the Support Ticket ID, the status is Support Ticket status. Note: Name, order id, and customer id fields are not allowed to be updated and will be unset if passed.
                            Parameter Type Required Notes
                            Example
                            id
                            int Yes Support Ticket ID
                            44
                            attributes array
                            No
                            See attribute documentation.
                            array(1,2)
                            status int No
                            Support Ticket status 2

                            Support Ticket Status
                            1 Open
                            2 Pending
                            3 Solved

                            Response

                            Example JSON returned
                            {
                              "code": "200",
                              "data": [
                                {
                                  "id": "2",
                                  "title": "Message 302",
                                  "tag": "J41NXU8NNXWPBRGKM1XQANJXG"
                                }
                              ]
                            }
                            

                            Start your free, no-risk trial today.