Rakuten RMS WEB API client for .NET
Bundle
Namespace: Rakuten.RMS.Api.ItemBundleAPI
public class Bundle
Properties
bundleDescription
3 組み合わせ販売説明文
public string bundleDescription { get; set; }
Property Value
bundleItems
6 組み合わせ商品リスト
public List<BundleItem> bundleItems { get; set; }
Property Value
bundleManageNumber
組み合わせ管理番号
public string bundleManageNumber { get; set; }
Property Value
bundleName
2 組み合わせ管理名称
public string bundleName { get; set; }
Property Value
bundleState
4 表示設定
public string bundleState { get; set; }
Property Value
createdDate
7 作成日 - 組み合わせの作成日時 2017-11-22T06:30:00.000141Z
public DateTime createdDate { get; set; }
Property Value
parentItemManageNumber
5 親商品管理番号
public string parentItemManageNumber { get; set; }
Property Value
updatedDate
8 更新日 yes Date - 組み合わせの最終更新日時
public DateTime updatedDate { get; set; }
Property Value
Constructors
Bundle()
public Bundle()