Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ItemCommon

Namespace: Rakuten.RMS.Api.ItemAPI20

public abstract class ItemCommon

Inheritance ObjectItemCommon

Properties

accessControl

public AccessControl accessControl { get; set; }

Property Value

AccessControl

buyingClub

public BuyingClub buyingClub { get; set; }

Property Value

BuyingClub

customizationOptions

商品オプション(項目選択肢)

public CustomizationOption customizationOptions { get; set; }

Property Value

CustomizationOption

features

public Feature features { get; set; }

Property Value

Feature

genreId

public string genreId { get; set; }

Property Value

String

hideItem

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

Property Value

Nullable<Boolean>

images

public IList<Image> images { get; set; }

Property Value

IList<Image>

itemDisplaySequence

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

Property Value

Nullable<Int64>

itemNumber

商品番号

public string itemNumber { get; set; }

Property Value

String

itemType

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

Property Value

Nullable<ItemType>

layout

public Layout layout { get; set; }

Property Value

Layout

payment

public Payment payment { get; set; }

Property Value

Payment

pointCampaign

public PointCampaign pointCampaign { get; set; }

Property Value

PointCampaign

precautions

public Precautions precautions { get; set; }

Property Value

Precautions

productDescription

public ProductDescription productDescription { get; set; }

Property Value

ProductDescription

purchasablePeriod

public Period purchasablePeriod { get; set; }

Property Value

Period

releaseDate

商品種別を「PRE_ORDER」に更新した場合、必須。 フォーマットはISO 8601、タイムゾーンは日本標準時(JST)、日まで。定期購入商品の場合は設定不可 comment) タイムゾーンは +09:00 のみ (+0900 はエラー)

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

Property Value

Nullable<DateTime>

salesDescription

public string salesDescription { get; set; }

Property Value

String

subscription

public Subscription subscription { get; set; }

Property Value

Subscription

tagline

キャッチコピー

public string tagline { get; set; }

Property Value

String

tags

public IList<Int64> tags { get; set; }

Property Value

IList<Int64>

title

商品名

public string title { get; set; }

Property Value

String

unlimitedInventoryFlag

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

Property Value

Nullable<Boolean>

variants

public Dictionary<String, Variant> variants { get; set; }

Property Value

Dictionary<String, Variant>

variantSelectors

public IList<VariantSelector> variantSelectors { get; set; }

Property Value

IList<VariantSelector>

video

public Video video { get; set; }

Property Value

Video

whiteBgImage

public WhiteBgImage whiteBgImage { get; set; }

Property Value

WhiteBgImage

Methods

ValidateBuyingClub(Object, ValidationContext)

public static ValidationResult ValidateBuyingClub(object value, ValidationContext validationContext)

Parameters

value Object

validationContext ValidationContext

Returns

ValidationResult

ValidateBuyingClubItems(Object, ValidationContext)

public static ValidationResult ValidateBuyingClubItems(object value, ValidationContext validationContext)

Parameters

value Object

validationContext ValidationContext

Returns

ValidationResult

ValidateCustomizationOption(Object, ValidationContext)

public static ValidationResult ValidateCustomizationOption(object value, ValidationContext validationContext)

Parameters

value Object

validationContext ValidationContext

Returns

ValidationResult

ValidateFeaturesLowStockThreshold(Object, ValidationContext)

public static ValidationResult ValidateFeaturesLowStockThreshold(object value, ValidationContext validationContext)

Parameters

value Object

validationContext ValidationContext

Returns

ValidationResult

ValidateReleaseDate(Object, ValidationContext)

public static ValidationResult ValidateReleaseDate(object value, ValidationContext validationContext)

Parameters

value Object

validationContext ValidationContext

Returns

ValidationResult

ValidateSubscription(Object, ValidationContext)

public static ValidationResult ValidateSubscription(object value, ValidationContext validationContext)

Parameters

value Object

validationContext ValidationContext

Returns

ValidationResult


< クラス一覧