Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


SearchCondition

Namespace: Rakuten.RMS.Api.ItemAPI20

public class SearchCondition

Inheritance ObjectSearchCondition

Properties

articleNumber

public string articleNumber { get; set; }

Property Value

String

basePriceFrom

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

Property Value

Nullable<Int32>

basePriceTo

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

Property Value

Nullable<Int32>

categoryId

public string categoryId { get; set; }

Property Value

String

createdFrom

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

Property Value

Nullable<DateTime>

createdTo

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

Property Value

Nullable<DateTime>

cursorMark

public string cursorMark { get; set; }

Property Value

String

genreId

public string genreId { get; set; }

Property Value

String

hits

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

Property Value

Nullable<Int32>

isBackOrder

public Nullable<Boolean> isBackOrder { get; set; }

Property Value

Nullable<Boolean>

isCategoryIncluded

public Nullable<Boolean> isCategoryIncluded { get; set; }

Property Value

Nullable<Boolean>

isHiddenItem

public Nullable<Boolean> isHiddenItem { get; set; }

Property Value

Nullable<Boolean>

isHiddenVariant

public Nullable<Boolean> isHiddenVariant { get; set; }

Property Value

Nullable<Boolean>

isInventoryIncluded

public Nullable<Boolean> isInventoryIncluded { get; set; }

Property Value

Nullable<Boolean>

isItemStockout

public Nullable<Boolean> isItemStockout { get; set; }

Property Value

Nullable<Boolean>

isOptimizedPoint

public Nullable<Boolean> isOptimizedPoint { get; set; }

Property Value

Nullable<Boolean>

isPostageIncluded

public Nullable<Boolean> isPostageIncluded { get; set; }

Property Value

Nullable<Boolean>

isReviewIncluded

public Nullable<Boolean> isReviewIncluded { get; set; }

Property Value

Nullable<Boolean>

isSearchable

public Nullable<Boolean> isSearchable { get; set; }

Property Value

Nullable<Boolean>

isSubscription

public Nullable<Boolean> isSubscription { get; set; }

Property Value

Nullable<Boolean>

isVariantStockout

public Nullable<Boolean> isVariantStockout { get; set; }

Property Value

Nullable<Boolean>

isYamiichi

public Nullable<Boolean> isYamiichi { get; set; }

Property Value

Nullable<Boolean>

itemNumber

public string itemNumber { get; set; }

Property Value

String

itemType

public Nullable<ItemType> itemType { get; set; }

Property Value

Nullable<ItemType>

manageNumber

public string manageNumber { get; set; }

Property Value

String

maxPointRate

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

Property Value

Nullable<Int32>

merchantDefinedSkuId

public string merchantDefinedSkuId { get; set; }

Property Value

String

offset

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

Property Value

Nullable<Int32>

pointApplicablePeriodFrom

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

Property Value

Nullable<DateTime>

pointApplicablePeriodTo

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

Property Value

Nullable<DateTime>

pointRate

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

Property Value

Nullable<Int32>

purchasablePeriodFrom

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

Property Value

Nullable<DateTime>

purchasablePeriodTo

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

Property Value

Nullable<DateTime>

sortKey

public Nullable<SearchSortKey> sortKey { get; set; }

Property Value

Nullable<SearchSortKey>

sortOrder

public SortOrder sortOrder { get; set; }

Property Value

SortOrder

standardPriceFrom

public Nullable<Int64> standardPriceFrom { get; set; }

Property Value

Nullable<Int64>

standardPriceTo

public Nullable<Int64> standardPriceTo { get; set; }

Property Value

Nullable<Int64>

tagline

public string tagline { get; set; }

Property Value

String

title

public string title { get; set; }

Property Value

String

updatedFrom

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

Property Value

Nullable<DateTime>

updatedTo

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

Property Value

Nullable<DateTime>

variantId

public string variantId { get; set; }

Property Value

String

Constructors

SearchCondition()

public SearchCondition()

< クラス一覧