| ... | ... | @@ -21,5 +21,5 @@ Boolean Indicates if the stock should be replaced or incremented by the new quan |
|
|
|
|
|
|
|
### Example
|
|
|
|
``` ruby
|
|
|
|
ThreeDeeCart::Product.update_inventory({storeURL: "http://www.3dcart.com", productId: "a12345", quantity: 10, replaceStock: false})
|
|
|
|
ThreeDeeCart::Product.update_inventory({storeUrl: "http://www.3dcart.com", productId: "a12345", quantity: 10, replaceStock: false})
|
|
|
|
``` |
|
|
\ No newline at end of file |