Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
libraries
ruby-3dcart
Wiki
getProduct
getProduct
· Changes
Page history
Updated getProduct (markdown)
authored
Jul 18, 2013
by
Elad Meidar
Show whitespace changes
Inline
Side-by-side
getProduct.md
View page @
35de78a0
...
@@ -21,5 +21,5 @@ Search for specific product id.
...
@@ -21,5 +21,5 @@ Search for specific product id.
### Example
### Example
```
ruby
```
ruby
ThreeDeeCart
::
Product
.
find
({
storeU
RL
:
"http://www.3dcart.com"
,
startNum:
10
,
batchSize:
1
,
productId:
123
})
ThreeDeeCart
::
Product
.
find
({
storeU
rl
:
"http://www.3dcart.com"
,
startNum:
10
,
batchSize:
1
,
productId:
123
})
```
```
\ No newline at end of file