Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


SearchCondition

Namespace: Rakuten.RMS.Api.ProductAPI

public class SearchCondition

Inheritance ObjectSearchCondition

Properties

genreId

public string genreId { get; set; }

Property Value

String

keyword

public string keyword { get; set; }

Property Value

String

limit

検索結果の取得上限数 例:11件目から25件目の情報を取得する場合は、offset=10、limit=15 null の場合はデフォルト値で検索されます。 ※値は30まで指定可能です。

public Nullable<Int32> limit { get; set; }

Property Value

Nullable<Int32>

makerName

public string makerName { get; set; }

Property Value

String

offset

0を基準値とした検索結果取得開始位置 例:11件目から25件目の情報を取得する場合は、offset=10、limit=15 null の場合はデフォルト値で検索されます。

public Nullable<Int32> offset { get; set; }

Property Value

Nullable<Int32>

productId

public string productId { get; set; }

Property Value

String

releaseDataTo

public Nullable<DateTime> releaseDataTo { get; set; }

Property Value

Nullable<DateTime>

releaseDateFrom

public Nullable<DateTime> releaseDateFrom { get; set; }

Property Value

Nullable<DateTime>

sortBy

public string sortBy { get; set; }

Property Value

String

Constructors

SearchCondition()

public SearchCondition()

< クラス一覧