Skip to content
Elad Meidar edited this page Jul 18, 2013 · 3 revisions

Running

ThreeDeeCart::Customer.update_status(options)

Available 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.

Example

ThreeDeeCart::Customer.update_status({storeUrl: "http://www.3dcart.com", invoiceNum: "a12345", newStatus: "New"})
Clone this wiki locally