Command to get product ledger entries and their filter cycles and currencies.
<mbapi> <command><!-- string --></command> <showXMLHeader><!-- boolean --></showXMLHeader> <params> <shoppingItemsDomainsRelID><!-- int --></shoppingItemsDomainsRelID> <shoppingItemID><!-- int --></shoppingItemID> <shoppingItemsDomainsType><!-- int --></shoppingItemsDomainsType> <domainID><!-- int --></domainID> <domainShoppingItemID><!-- int --></domainShoppingItemID> </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> <shoppingItemsDomains> <shoppingItemsDomain> <shoppingItemsDomainsRelID><!-- int --></shoppingItemsDomainsRelID> <shoppingItemID><!-- int --></shoppingItemID> <shoppingItemsDomainsType><!-- int --></shoppingItemsDomainsType> <domainID><!-- int --></domainID> <domainShoppingItemID><!-- int --></domainShoppingItemID> </shoppingItemsDomain> </shoppingItemsDomains> </results> </mbapi>
mbapi
MBAPI request document root.
command
Required. The string GetShoppingItemsDomains.
showXMLHeader
Whether to show an XML header in the results.
params
GetShoppingItemsDomains parameters.
shoppingItemsDomainsRelID
Shopping Items Domains Rel ID.
shoppingItemID
Shopping Item ID, item id that we are relating a domain of some sort to
shoppingItemsDomainsType
Shopping items domains type, the type of this domain, ie - 0 = new domain, use domainShoppingItemID to link with a shopping item, 1 = existing domain with this person's account, use domainID to map to existing domain.
domainID
Domain ID, the key in the package_domains table of the domain we are linking with.
domainShoppingItemID
Domain Shopping Item ID, the shoppingItemID of the domain item we are linking with.
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
shoppingItemsDomains
shoppingItemsDomain
shoppingItemsDomainsRelID
Shopping Items Domains Rel ID.
shoppingItemID
Shopping Item ID, item id that we are relating a domain of some sort to
shoppingItemsDomainsType
Shopping items domains type, the type of this domain, ie - 0 = new domain, use domainShoppingItemID to link with a shopping item, 1 = existing domain with this person's account, use domainID to map to existing domain.
domainID
Domain ID, the key in the package_domains table of the domain we are linking with.
domainShoppingItemID
Domain Shopping Item ID, the shoppingItemID of the domain item we are linking with.