Rakuten RMS WEB API client for .NET
ItemModel
Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI
public class ItemModel : ItemModelToUpdate
Inheritance Object → ItemModelToUpdate → ItemModel
Properties
dealFlag
version=2
public int dealFlag { get; set; }
Property Value
deleteItemFlag
商品削除フラグ 0: 商品を削除しない 1: 商品を削除する
public int deleteItemFlag { get; set; }
Property Value
deleteItemFlag
public Nullable<Int32> deleteItemFlag { get; set; }
Property Value
delvdateInfo
public string delvdateInfo { get; set; }
Property Value
drugFlag
version=2
public int drugFlag { get; set; }
Property Value
includeCashOnDeliveryPostageFlag
0: 代引手数料別 1: 代引手数料込み
public int includeCashOnDeliveryPostageFlag { get; set; }
Property Value
includePostageFlag
public int includePostageFlag { get; set; }
Property Value
includeTaxFlag
0: 税別 1: 税込み
public int includeTaxFlag { get; set; }
Property Value
inventoryType
public int inventoryType { get; set; }
Property Value
isSingleItemShipping
以下のいずれか 0: 単品配送ではない 1: 単品配送である ※Request Parameterの「version」に「4」以降の値を指定すると取得可能
public int isSingleItemShipping { get; set; }
Property Value
itemDetailId
public long itemDetailId { get; set; }
Property Value
itemId
public int itemId { get; set; }
Property Value
itemName
public string itemName { get; set; }
Property Value
itemNumber
商品番号 項目選択肢別在庫が指定された商品の場合、以下のルールで値が表示されます SKU移行前注文:商品番号(店舗様が登録した番号)+項目選択肢ID(横軸)+項目選択肢ID(縦軸) SKU移行後注文:商品番号(店舗様が登録した番号)
public string itemNumber { get; set; }
Property Value
manageNumber
public string manageNumber { get; set; }
Property Value
pointRate
public int pointRate { get; set; }
Property Value
pointType
public int pointType { get; set; }
Property Value
price
public int price { get; set; }
Property Value
priceTaxIncl
商品毎税込価格 ・税込商品の場合: 商品単価=商品毎税込価格 ・税別商品の場合: 商品単価=税別価格 商品毎税込単価=税込価格(商品単価* (1+税率)) 端数処理は、店舗設定に準ずる
public int priceTaxIncl { get; set; }
Property Value
restoreInventoryFlag
在庫連動オプション 0: 商品の設定に従う 1: 在庫連動する 2: 在庫連動しない
public int restoreInventoryFlag { get; set; }
Property Value
restoreInventoryFlag
public Nullable<Int32> restoreInventoryFlag { get; set; }
Property Value
selectedChoice
public string selectedChoice { get; set; }
Property Value
SkuModelList
public IList<SkuModel> SkuModelList { get; set; }
Property Value
taxRate
商品税率 以下のいずれか ・0・0.0・0.08・0.1
public decimal taxRate { get; set; }
Property Value
units
public int units { get; set; }
Property Value
Constructors
ItemModel()
public ItemModel()