The GetScheduledSalePrices function returns all ScheduledSalePrice records for the specified parameters.
Method | /GetScheduledSalePrices |
The request body is of type GetScheduledSalePrices.
Name | Description | Data Type |
---|---|---|
filter | ScheduledSalePricesFilter | |
offset | xml:int | |
maxRecords | xml:int | |
orderBy | xml:string |
|
The response body is of type GetScheduledSalePricesResponse.
Name | Description | Data Type |
---|---|---|
GetScheduledSalePricesResult | ArrayOfViewScheduledSalePriceInfo |
|