Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


Bundle

Namespace: Rakuten.RMS.Api.ItemBundleAPI

public class Bundle

Inheritance ObjectBundle

Properties

bundleDescription

3 組み合わせ販売説明文

public string bundleDescription { get; set; }

Property Value

String

bundleItems

6 組み合わせ商品リスト

public List<BundleItem> bundleItems { get; set; }

Property Value

List<BundleItem>

bundleManageNumber

組み合わせ管理番号

public string bundleManageNumber { get; set; }

Property Value

String

bundleName

2 組み合わせ管理名称

public string bundleName { get; set; }

Property Value

String

bundleState

4 表示設定

public string bundleState { get; set; }

Property Value

String

createdDate

7 作成日 - 組み合わせの作成日時 2017-11-22T06:30:00.000141Z

public DateTime createdDate { get; set; }

Property Value

DateTime

parentItemManageNumber

5 親商品管理番号

public string parentItemManageNumber { get; set; }

Property Value

String

updatedDate

8 更新日 yes Date - 組み合わせの最終更新日時

public DateTime updatedDate { get; set; }

Property Value

DateTime

Constructors

Bundle()

public Bundle()

< クラス一覧