Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


Feature

Namespace: Rakuten.RMS.Api.ItemAPI20

public class Feature

Inheritance ObjectFeature

Properties

displayManufacturerContents

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

Property Value

Nullable<Boolean>

displayNormalCartButton

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

Property Value

Nullable<Boolean>

displaySubscriptionCartButton

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

Property Value

Nullable<Boolean>

inventoryDisplay

public Nullable<InventoryDisplayEnum> inventoryDisplay { get; set; }

Property Value

Nullable<InventoryDisplayEnum>

lowStockThreshold

inventoryDisplayに「DISPLAY_LOW_STOCK」を設定した場合、必須。 許容値:1~20

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

Property Value

Nullable<Int32>

review

public Nullable<ReviewEnum> review { get; set; }

Property Value

Nullable<ReviewEnum>

searchVisibility

public Nullable<SearchEnum> searchVisibility { get; set; }

Property Value

Nullable<SearchEnum>

shopContact

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

Property Value

Nullable<Boolean>

Constructors

Feature()

public Feature()

< クラス一覧