Rakuten RMS WEB API client for .NET
Feature
Namespace: Rakuten.RMS.Api.ItemAPI20
public class Feature
Properties
displayManufacturerContents
public Nullable<Boolean> displayManufacturerContents { get; set; }
Property Value
displayNormalCartButton
public Nullable<Boolean> displayNormalCartButton { get; set; }
Property Value
displaySubscriptionCartButton
public Nullable<Boolean> displaySubscriptionCartButton { get; set; }
Property Value
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
review
public Nullable<ReviewEnum> review { get; set; }
Property Value
searchVisibility
public Nullable<SearchEnum> searchVisibility { get; set; }
Property Value
shopContact
public Nullable<Boolean> shopContact { get; set; }
Property Value
Constructors
Feature()
public Feature()