|
IRetailerPriceServiceGetRetailerPricesByTitle Method |
Gets a list of retailer prices by a given title code.
Namespace: Infosoft.Common.Contracts.ServiceContracts.RetailAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request GetRetailerPricesByTitleRequest
- A request object, containing a title object, which must have either the Title_Id field or the Code field set.
Return Value
GetRetailerPricesByTitleResponseA response object, containing a list of matched retailer price objects.
Remarks
If the Title_Id field is set on the title object in the request, this method will search by title ID. If it isn't, it will search
by the code field.
See Also