Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


ItemModelToUpdate

Namespace: Rakuten.RMS.Api.RakutenPayOrderAPI

public class ItemModelToUpdate

Inheritance ObjectItemModelToUpdate

Properties

deleteItemFlag

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

Property Value

Nullable<Int32>

includeCashOnDeliveryPostageFlag

0: 代引手数料別 1: 代引手数料込み

public int includeCashOnDeliveryPostageFlag { get; set; }

Property Value

Int32

includePostageFlag

public int includePostageFlag { get; set; }

Property Value

Int32

includeTaxFlag

0: 税別 1: 税込み

public int includeTaxFlag { get; set; }

Property Value

Int32

itemDetailId

public long itemDetailId { get; set; }

Property Value

Int64

itemName

public string itemName { get; set; }

Property Value

String

itemNumber

商品番号 項目選択肢別在庫が指定された商品の場合、以下のルールで値が表示されます SKU移行前注文:商品番号(店舗様が登録した番号)+項目選択肢ID(横軸)+項目選択肢ID(縦軸) SKU移行後注文:商品番号(店舗様が登録した番号)

public string itemNumber { get; set; }

Property Value

String

price

public int price { get; set; }

Property Value

Int32

restoreInventoryFlag

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

Property Value

Nullable<Int32>

selectedChoice

public string selectedChoice { get; set; }

Property Value

String

SkuModelList

public IList<SkuModel> SkuModelList { get; set; }

Property Value

IList<SkuModel>

taxRate

商品税率 以下のいずれか ・0・0.0・0.08・0.1

public decimal taxRate { get; set; }

Property Value

Decimal

units

public int units { get; set; }

Property Value

Int32

Constructors

ItemModelToUpdate()

public ItemModelToUpdate()

< クラス一覧