Skip to content
Elad Meidar edited this page Jul 18, 2013 · 2 revisions

Running

ThreeDeeCart::Customer.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.

Example

ThreeDeeCart::Customer.status({storeUrl: "http://www.3dcart.com", invoiceNum: "a12345"})
Clone this wiki locally