Command to get product addon ledger entries and their filter cycles and currencies.
<mbapi> <command><!-- string --></command> <subCommand><!-- string --></subCommand> <showXMLHeader><!-- boolean --></showXMLHeader> <params> <shoppingSessionID><!-- string --></shoppingSessionID> <clientID><!-- int --></clientID> <clientContactID><!-- int --></clientContactID> <shoppingSessionTimestamp><!-- int --></shoppingSessionTimestamp> <shoppingSessionIP><!-- int --></shoppingSessionIP> <shoppingSessionURL><!-- string --></shoppingSessionURL> <orderFormID><!-- int --></orderFormID> </params> </mbapi>
<mbapi> <header> <remoteSessionID><!-- hex --></remoteSessionID> <errorCount><!-- int --></errorCount> <errors> <error> <title><!-- string --></title> <message><!-- string --></message> </error> </errors> <numResults><!-- int --></numResults> <numAffectedRows><!-- int --></numAffectedRows> </header> <results><!-- None --></results> </mbapi>
mbapi
MBAPI request document root.
command
Required. The string SetShoppingSession.
subCommand
Required. insert update or delete.
showXMLHeader
Whether to show an XML header in the results.
params
SetShoppingSession parameters.
shoppingSessionID
Shopping Session ID, hash tracking ID, needs to be 40 characters to be effective.
clientID
Client ID of this shopper.
clientContactID
Client Contact ID of this shopper.
shoppingSessionTimestamp
Shopping Session Timestamp, last time they hit a page.
shoppingSessionIP
Shopping session IP address as INT.
shoppingSessionURL
Shopping session URL, the current url this shopper is visiting.
orderFormID
Order Form ID that this widget uses.
mbapi
MBAPI response document root.
header
Contains result meta data: data about the result itself.
remoteSessionID
A session ID that may be used for authentication instead of a remote access hash.
errorCount
The number of errors that occured.
errors
Contains any errors that occured.
error
Contains information relating to a single error. Occurs header errorCount times.
title
The title of the error.
message
The error message.
numResults
The number of results that have been returned. For Get commands.
numAffectedRows
The number of rows that have been affected. For Set commands.
results