WebStoreService
The following operations are supported. For a formal definition, please review the Service Description.
-
DownloadInventoryItem
Downloads an inventory item in object format. -
DownloadInventoryItemString
Downloads an inventory item in object format as a string for clients that don't support XML entity data. -
DownloadInventoryItems
Downloads a list of all inventory items as an array of objects. Data contains only the pk, sku, description, price. -
GetDescription
Returns an item description for an item by Sku -
UploadInventoryItem
Uploads an item and echos back just the description. Doesn't actually update/add item used for de -
UploadInvoice
Allows uploading of an invoice to the server using DataSet objects -
UploadInvoiceString
Uploads an invoice in string format by allowing XML data for the Datasets to be posted as strings.