Rakuten RMS WEB API client for .NET
SearchCondition
Namespace: Rakuten.RMS.Api.ProductAPI
public class SearchCondition
Inheritance Object → SearchCondition
Properties
genreId
public string genreId { get; set; }
Property Value
keyword
public string keyword { get; set; }
Property Value
limit
検索結果の取得上限数 例:11件目から25件目の情報を取得する場合は、offset=10、limit=15 null の場合はデフォルト値で検索されます。 ※値は30まで指定可能です。
public Nullable<Int32> limit { get; set; }
Property Value
makerName
public string makerName { get; set; }
Property Value
offset
0を基準値とした検索結果取得開始位置 例:11件目から25件目の情報を取得する場合は、offset=10、limit=15 null の場合はデフォルト値で検索されます。
public Nullable<Int32> offset { get; set; }
Property Value
productId
public string productId { get; set; }
Property Value
releaseDataTo
public Nullable<DateTime> releaseDataTo { get; set; }
Property Value
releaseDateFrom
public Nullable<DateTime> releaseDateFrom { get; set; }
Property Value
sortBy
public string sortBy { get; set; }
Property Value
Constructors
SearchCondition()
public SearchCondition()