We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ThreeDeeCart::Product.find(options)
Bold parameters are required:
storeURL - 3dCart Store URL from which the information will be requested. i.e.: www.3dcart.com
batchSize - Number of records to pull. Range: 1 to 100.
startNum - Position to start the search. Range: 1 to x
productId - Search for specific product id.
ThreeDeeCart::Product.find({storeUrl: "http://www.3dcart.com", startNum: 10, batchSize: 1, productId: 123})