Web Service WebStoreService
Web Service Methods
Member | Description |
---|
 |
DownloadInventoryItem |
Downloads an inventory item in object format.o.DownloadInventoryItem(Sku as string) as wws_itemsRow
|
 |
DownloadInventoryItemString |
Downloads an inventory item in object format as a string for clients that don't support XML entity data.o.DownloadInventoryItemString(Sku as string) as string
|
 |
UploadInvoice |
Allows uploading of an invoice to the server using DataSet objectso.UploadInvoice(InvoiceDataSet as complex,LineItemsDataSet as complex,CustomerDataSet as complex) as boolean
|
 |
UploadInvoiceString |
Uploads an invoice in string format by allowing XML data for the Datasets to be posted as strings.o.UploadInvoiceString(InvoiceDataSet as string,LineItemsDataSet as string,CustomerDataSet as string) as boolean
|