Web Service WebStoreService

Web Service Methods

MemberDescription

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 objects

o.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


© West Wind Technologies, 1996-2018 • Updated: 09/06/04
Comment or report problem with topic