Skip to the content.

Rakuten RMS WEB API client for .NET

< クラス一覧


BundleToCreate

Namespace: Rakuten.RMS.Api.ItemBundleAPI

public class BundleToCreate

Inheritance ObjectBundleToCreate

Properties

bundleDescription

6 組み合わせ販売説明文

public string bundleDescription { get; set; }

Property Value

String

bundleItems

組み合わせ商品リスト

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

Property Value

List<BundleItemToCreate>

bundleManageNumber

2 組み合わせ管理番号

public string bundleManageNumber { get; set; }

Property Value

String

bundleName

// 5 組み合わせ管理名称

public string bundleName { get; set; }

Property Value

String

bundleState

3 表示設定 ・ACTIVE ・INACTIVE ACTIVE

public string bundleState { get; set; }

Property Value

String

parentItemManageNumber

public string parentItemManageNumber { get; set; }

Property Value

String

Constructors

BundleToCreate()

public BundleToCreate()

< クラス一覧