We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ThreeDeeCart::Customer.update_status(options)
Bold parameters are required:
storeURL - 3dCart Store URL from which the information will be requested. i.e.: www.3dcart.com
invoiceNum - Search for specific invoice number.
newStatus - string, New status for the specified order.
ThreeDeeCart::Customer.update_status({storeUrl: "http://www.3dcart.com", invoiceNum: "a12345", newStatus: "New"})