|
|
|
### Running
|
|
|
|
``` ruby
|
|
|
|
ThreeDeeCart::Product.count(options)
|
|
|
|
```
|
|
|
|
|
|
|
|
### Available Options
|
|
|
|
Bold parameters are required:
|
|
|
|
|
|
|
|
|
|
|
|
**storeURL** -
|
|
|
|
3dCart Store URL from which the information will be requested. i.e.: www.3dcart.com
|
|
|
|
|
|
|
|
|
|
|
|
### Example
|
|
|
|
``` ruby
|
|
|
|
ThreeDeeCart::Product.count({storeURL: "http://www.3dcart.com", startFrom: 10})
|
|
|
|
``` |
|
|
\ No newline at end of file |