Rakuten RMS WEB API client for .NET
BundleToCreate
Namespace: Rakuten.RMS.Api.ItemBundleAPI
public class BundleToCreate
Inheritance Object → BundleToCreate
Properties
bundleDescription
6 組み合わせ販売説明文
public string bundleDescription { get; set; }
Property Value
bundleItems
組み合わせ商品リスト
public List<BundleItemToCreate> bundleItems { get; set; }
Property Value
bundleManageNumber
2 組み合わせ管理番号
public string bundleManageNumber { get; set; }
Property Value
bundleName
// 5 組み合わせ管理名称
public string bundleName { get; set; }
Property Value
bundleState
3 表示設定 ・ACTIVE ・INACTIVE ACTIVE
public string bundleState { get; set; }
Property Value
parentItemManageNumber
public string parentItemManageNumber { get; set; }
Property Value
Constructors
BundleToCreate()
public BundleToCreate()