|
|
|
### Running
|
|
|
|
``` ruby
|
|
|
|
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
|
|
|
|
``` ruby
|
|
|
|
ThreeDeeCart::Customer.status({storeURL: "http://www.3dcart.com", invoiceNum: "a12345", newStatus: "New"})
|
|
|
|
``` |
|
|
|
\ No newline at end of file |