Rakuten RMS WEB API client for .NET
SearchCondition
Namespace: Rakuten.RMS.Api.ItemAPI20
public class SearchCondition
Inheritance Object → SearchCondition
Properties
articleNumber
public string articleNumber { get; set; }
Property Value
basePriceFrom
public Nullable<Int32> basePriceFrom { get; set; }
Property Value
basePriceTo
public Nullable<Int32> basePriceTo { get; set; }
Property Value
categoryId
public string categoryId { get; set; }
Property Value
createdFrom
public Nullable<DateTime> createdFrom { get; set; }
Property Value
createdTo
public Nullable<DateTime> createdTo { get; set; }
Property Value
cursorMark
public string cursorMark { get; set; }
Property Value
genreId
public string genreId { get; set; }
Property Value
hits
public Nullable<Int32> hits { get; set; }
Property Value
isBackOrder
public Nullable<Boolean> isBackOrder { get; set; }
Property Value
isCategoryIncluded
public Nullable<Boolean> isCategoryIncluded { get; set; }
Property Value
isHiddenItem
public Nullable<Boolean> isHiddenItem { get; set; }
Property Value
isHiddenVariant
public Nullable<Boolean> isHiddenVariant { get; set; }
Property Value
isInventoryIncluded
public Nullable<Boolean> isInventoryIncluded { get; set; }
Property Value
isItemStockout
public Nullable<Boolean> isItemStockout { get; set; }
Property Value
isOptimizedPoint
public Nullable<Boolean> isOptimizedPoint { get; set; }
Property Value
isPostageIncluded
public Nullable<Boolean> isPostageIncluded { get; set; }
Property Value
isReviewIncluded
public Nullable<Boolean> isReviewIncluded { get; set; }
Property Value
isSearchable
public Nullable<Boolean> isSearchable { get; set; }
Property Value
isSubscription
public Nullable<Boolean> isSubscription { get; set; }
Property Value
isVariantStockout
public Nullable<Boolean> isVariantStockout { get; set; }
Property Value
isYamiichi
public Nullable<Boolean> isYamiichi { get; set; }
Property Value
itemNumber
public string itemNumber { get; set; }
Property Value
itemType
public Nullable<ItemType> itemType { get; set; }
Property Value
manageNumber
public string manageNumber { get; set; }
Property Value
maxPointRate
public Nullable<Int32> maxPointRate { get; set; }
Property Value
merchantDefinedSkuId
public string merchantDefinedSkuId { get; set; }
Property Value
offset
public Nullable<Int32> offset { get; set; }
Property Value
pointApplicablePeriodFrom
public Nullable<DateTime> pointApplicablePeriodFrom { get; set; }
Property Value
pointApplicablePeriodTo
public Nullable<DateTime> pointApplicablePeriodTo { get; set; }
Property Value
pointRate
public Nullable<Int32> pointRate { get; set; }
Property Value
purchasablePeriodFrom
public Nullable<DateTime> purchasablePeriodFrom { get; set; }
Property Value
purchasablePeriodTo
public Nullable<DateTime> purchasablePeriodTo { get; set; }
Property Value
sortKey
public Nullable<SearchSortKey> sortKey { get; set; }
Property Value
sortOrder
public SortOrder sortOrder { get; set; }
Property Value
standardPriceFrom
public Nullable<Int64> standardPriceFrom { get; set; }
Property Value
standardPriceTo
public Nullable<Int64> standardPriceTo { get; set; }
Property Value
tagline
public string tagline { get; set; }
Property Value
title
public string title { get; set; }
Property Value
updatedFrom
public Nullable<DateTime> updatedFrom { get; set; }
Property Value
updatedTo
public Nullable<DateTime> updatedTo { get; set; }
Property Value
variantId
public string variantId { get; set; }
Property Value
Constructors
SearchCondition()
public SearchCondition()