ORDER (受注)
yOrderApi
受注に関するAPI(OrderAPI)の機能を利用するためのクラスです。
メソッド
- ySellingApi New( ref yAuth auth, string seller_id = "", bool is_remote = true )
- コンストラクタ
- auth
- YConnect認証クラス (参照渡し)
- seller_id
- Yahoo!ショッピング sellerId
- is_remote
- 簡易RPCによるリモート代理実行の使用フラグ
※申請済みIPの以外のPC上で実行する場合は true
- XmlDocument orderCount()
- 商注文ステータス別件数参照
- Return
- XMLデータ
- XmlDocument orderList(yOrderListCondition Condition,int Result=10,int Start=1,string Sort="+order_time")
- 注文検索API
- Condition
- 検索条件
- Result
- 最大取得件数(上限値はありません)
- Start
- 取得開始件数
- Sort
- 注文時間で昇順ソート:+order_time(デフォルト)
注文時間で降順ソート:-order_time - Return
- XMLデータ
- XmlDocument orderInfo(string OrderId)
- 注文詳細API
- OrderId
- 注文ID
- Return
- XMLデータ
- XmlDocument orderStatusChange(string OrderId,bool IsPointFix,int OrderStatus,int CancelReason=-1, string OperationUser = "")
- 注文ステータス変更API
- OrderId
- 注文ID
- IsPointFix
- ポイント確定要否 true:確定する, false:確定しない
- OrderStatus
- 注文ステータス 1 : 予約中, 2 : 処理中, 3 : 保留, 4 : キャンセル, 5 : 完了
- CancelReason
- キャンセル理由
- OperationUser
- 更新者名(ビジネスID登録氏名)
- Return
- XMLデータ
- XmlDocument orderPayStatusChange(string OrderId,int PayStatus,Nullable
- 入金ステータス変更API
- OrderId
- 注文ID
- PayStatus
- 入金ステータス 0 : 入金待ち, 1 : 入金済み
- PayDate
- 入金日
- OperationUser
- 更新者名(ビジネスID登録氏名)
- Return
- XMLデータ
- XmlDocument orderShipStatusChange(string OrderId,bool IsPointFix,int ShipStatus, string ShipMethod = "",string ShipNotes="",string ShipInvoiceNumber1="",string ShipInvoiceNumber2="",string ShipUrl="",Nullable
- 出荷ステータス変更API
- OrderId
- 注文ID
- IsPointFix
- ポイント確定要否 true:確定する, false:確定しない
- ShipStatus
- 出荷ステータス 0 : 出荷不可, 1 : 出荷可, 2 : 出荷処理中, 3 : 出荷完了, 4 : 着荷完了
- ShipMethod
- 配送方法(固定文字列)
- ShipNotes
- 配送メモ(最大半角500文字)
- ShipNotes
- 配送メモ(最大半角500文字)
- ShipInvoiceNumber1
- 配送伝票番号1
- ShipInvoiceNumber2
- 配送伝票番号2
- ShipUrl
- 配送会社URL。最大半角100文字
- ShipDate
- 出荷日
- ArrivalDate
- 着荷日
- OperationUser
- 更新者名(ビジネスID登録氏名)
- Return
- XMLデータ
- XmlDocument orderChange(yOrderInfo info)
- 注文内容変更API
- info
- 注文変更内容
- Return
- XMLデータ
- XmlDocument orderChangeHistory(string OrderId)
- 注文操作履歴一覧API
- OrderId
- 注文ID
- Return
- XMLデータ
- XmlDocument orderSplit(string OrderId, string OperationUser,List
- 注文分割API
- OrderId
- 注文ID
- OperationUser
- 更新者名(ビジネスID登録氏名)
- orders
- 注文分割情報リスト
- Return
- XMLデータ
- XmlDocument orderItemAdd(string OrderId, bool IsQuotation,List<yOrderItemInfo> items, string OperationUser="")
- 注文ライン追加API
- OrderId
- 注文ID
- IsQuotation
- 商品情報の引用 true : 商品情報を商品データベースから引用, false : 手動登録
- items
- 注文商品リスト ※LineIdは昇順でなければエラーとなります
- OperationUser
- 更新者名(ビジネスID登録氏名)
- Return
- XMLデータ
- XmlDocument orderPayNumber(string OrderId, string OperationUser="")
- 支払番号発行API
- OrderId
- 注文ID
- 更新者名(ビジネスID登録氏名)
- Return
- XMLデータ
- XmlDocument orderCouponCancel(string OrderId, string OperationUser="")
- クーポンキャンセルAPI
- OrderId
- 注文ID
- 更新者名(ビジネスID登録氏名)
- Return
- XMLデータ
イベント
- void OrderListStartEventHandler(object sender, yListStartEventArgs e)
- 注文検索API開始イベントハンドラ
- sender
- e
- yListStartEventArgs (カスタムイベントオブジェクト)
- void OrderListRowEventHandler(object sender, yListRowEventArgs e)
- 注文検索API行取得イベントハンドラ
- sender
- e
- yListRowEventArgs (カスタムイベントオブジェクト)
- void OrderListCompleteEventHandler(object sender, yListCompleteEventArgs e)
- 注文検索API終了イベントハンドラ
- sender
- e
- yListCompleteEventArgs (カスタムイベントオブジェクト)
yOrderListCondition
注文検索条件クラス
メソッド
- New()
- コンストラクタ
プロパティ
- string OrderId
- 注文ID
- Nullable<int> DeviceType
- デバイス情報 1 : PC,2 : ガラケー,3 : スマートフォン,4 : タブレット
- Nullable<bool> IsActive
- 注文有効フラグ
- Nullable<bool> IsSeen
- 閲覧済みフラグ
- Nullable<bool> IsSplit
- 分割フラグ
- Nullable<bool> IsRoyalty
- 課金フラグ
- Nullable<bool> IsRoyaltyFix
- 課金確定フラグ
- Nullable<bool> IsAffiliate
- アフィリエイトフラグ
- Nullable<DateTime> OrderTime
- 注文日時
- Nullable<DateTime> OrderTimeFrom
- 注文日時 From
- Nullable<DateTime> OrderTimeTo
- 注文日時 To
- Nullable<int> Suspect
- 悪戯フラグ 0 : 非悪戯注文, 1 : 悪戯注文, 2 : 悪戯解除済注文
- Nullable<int>OrderStatus
- 注文ステータス 1 : 予約中, 2 : 処理中, 3 : 保留, 4 : キャンセル, 5 : 完了
- Nullable<int>StoreStatus
- ストアステータス
- Nullable<bool> PrintSlipFlag
- 注文伝票出力有無
- Nullable<bool> PrintDeliveryFlag
- 納品書出力有無
- Nullable<bool> PrintBillFlag
- 請求書出力有無
- Nullable<bool> BuyerCommentsFlag
- バイヤーコメント有無
- Nullable<int> PayStatus
- 入金ステータス 0 : 未入金, 1 : 入金済
- Nullable<int> SettleStatus
- 決済ステータス
1 : 決済申込, 2 : 支払待ち, 3 : 支払完了, 4 : 入金待ち, 5 : 決済完了, 6 : キャンセル, 7 : 返金, 8 : 有効期限切れ, 9 : 決済申込中, 10 : オーソリエラー, 11 : 売上取消, 12 : Suicaアドレスエラー - Nullable<int> PayType
- 支払い分類 0 : 後払い, 1 : 前払い
- string PayMethod
- 支払い方法 (payment_決済ID)
- Nullable<bool> NeedBillSlip
- 請求書有無
- Nullable<bool> NeedDetailedSlip
- 明細書有無
- Nullable<bool> NeedReceipt
- 領収書有無
- string BillFirstName
- ご請求先名前
- string BillFirstNameKana
- ご請求先名前カナ
- string BillLastName
- ご請求先名字
- string BillLastNameKana
- ご請求先名字カナ
- string BillZipCode
- ご請求先郵便番号
- string BillPrefecture
- ご請求先都道府県
- string BillPhoneNumber
- ご請求先電話番号
- string BillMailAddress
- メールアドレス
- Nullable<int> ShipStatus
- 出荷ステータス 0 : 出荷不可, 1 : 出荷可, 2 : 出荷処理中, 3 : 出荷完了, 4 : 着荷完了
- string ShipMethod
- 配送方法 postage1-14,16のどれか1つ(postage15は欠番)
- Nullable<DateTime> ShipRequestDateFrom
- 配送希望日 From
- Nullable<DateTime> ShipRequestDateTo
- 配送希望日 To
- Nullable<int> ShipRequestDateNo
- 配送希望日無し 0 : 配送希望日無しを含みます, 1 : 配送希望日無しを含みません, 2 : 配送希望無しのみ
- string ShipInvoiceNumber
- 配送伝票番号
- Nullable<int> ArriveType
- きょうつく、あすつく 0 : 通常, 1 : きょうつく注文, 2 : あすつく注文
- Nullable<DateTime> ShipDate
- 出荷日
- Nullable<DateTime> ShipDateFrom
- 出荷日 From
- Nullable<DateTime> ShipDateTo
- 出荷日 To
- Nullable<bool> NeedGiftWrap
- ギフト包装有無
- Nullable<bool> NeedGiftWrapMessage
- ギフトメッセージ有無
- Nullable<bool> NeedGiftWrapPaper
- のし有無
- string ShipFirstName
- お届け先名前
- string ShipFirstNameKana
- お届け先名前カナ
- string ShipLastName
- お届け先名字
- string ShipLastNameKana
- お届け先名字カナ
- string ShipZipCode
- お届け先郵便番号
- string ShipPrefecture
- お届け先都道府県
- string ShipPhoneNumber
- お届け先電話番号
- Nullable<bool> IsGetPointFixAll
- 全付与ポイント確定有無
- string ItemId
- 商品コード
- string Title
- 商品名
- string SubCode
- 商品サブコード
- Nullable<DateTime> GetPointFixDateFrom
- 付与ポイント確定 From
- Nullable<DateTime> GetPointFixDateTo
- 付与ポイント確定 To
- Nullable<bool> IsLogin
- Yahoo! JAPAN IDログイン有無 false : ゲスト, true : ログイン
- Nullable<int> SellerType
- セラー種別 1 : セラー, 2 : セラー(個人出店者)
- Nullable<bool> IsPayManagement
- 代金支払い管理注文 false : 非代金支払い管理, true : 代金支払い管理
- Nullable<bool> ExistMultiReleaseDate
- 複数発売日あり false : 発売日1つ以下, true : 2つ以上
yOrderInfo
注文情報クラス
メソッド
- New(string order_id)
- コンストラクタ
- order
- 注文ID
- New(XmlElement xml)
- コンストラクタ
- xml
- XMLデータ
プロパティ
- string OrderId
- 注文ID
- Nullable<int> Version
- バージョン
- string ParentOrderId
- 分割元注文ID
- string ChildOrderId
- 分割後注文ID
- Nullable<int> DeviceType
- デバイス種別 1=PC,2=MB,3=スマフォ,4=タブレット
- string MobileCarrierName
- 携帯キャリア名
- Nullable<bool> IsSeen
- 閲覧済みフラグ
- Nullable<bool> IsSplit
- 分割フラグ
- Nullable<int> CancelReason
- キャンセル理由
■注文者都合
100:キャンセル
110:返品
120:未入金
130:住所不明
140:受け取り拒否
150連絡不通
160重複注文
170決済審査不可
180その他■ストア都合
200:決済方法都合
210:欠品
220:販売中止
230:その他■その他
0:キャンセル理由該当なしシステムキャンセル空欄:10/14日より前の注文、キャンセルではない
- Nullable<bool> IsRoyalty
- ロイヤルティフラグ
課金していいかどうかの判定です (テスト注文かどうかの判定となります) - Nullable<bool> IsRoyaltyFix
- ロイヤルティ確定フラグ
課金が確定しているかどうかの判定です - Nullable<bool> IsSeller
- 管理者注文フラグ
ストア自身が自分の店舗で購入テストをおこなう際に設定されます - Nullable<bool> IsAffiliate
- アフィリエイトフラグ
- Nullable<bool> IsRatingB2s
- 評価フラグ(Buyer⇒Seller)
- Nullable<bool> NeedSnl
- SNLオプトイン ストアニュースレターのオプトインフラグです
- Nullable<DateTime> OrderTime
- 注文日時
- Nullable<DateTime> LastUpdateTime
- 最終更新日時
- Nullable<int> Suspect
- いたずらフラグ 0 : 非いたずら注文, 1 : いたずら注文, 2 : いたずら解除済注文
- string SuspectMessage
- いたずらメッセージ いたずら注文として判定された際のメッセージ
- Nullable<int> OrderStatus
- 注文ステータス 1 : 予約中, 2 : 処理中, 3 : 保留, 4 : キャンセル, 5 : 完了
- Nullable<int> StoreStatus
- ストアステータス
- Nullable<DateTime> RoyaltyFixTime
- ロイヤルティ確定日時
- Nullable<DateTime> SendConfirmTime
- 注文確認メール送信時刻
- Nullable<DateTime> SendPayTime
- 支払完了メール送信時刻
- Nullable<DateTime> PrintSlipTime
- 注文伝票出力時刻
- Nullable<DateTime> PrintDeliveryTime
- 納品書出力時刻
- Nullable<DateTime> PrintBillTime
- 請求書出力時刻
- string BuyerComments
- バイヤーコメント ご要望欄入力内容
- string SellerComments
- セラーコメント ストアがカートに表示しているコメント文字列
- string Notes
- ストア内メモ 注文管理ツールでストアが入力した時のストア内メモ
- string OperationUser
- 更新者 更新作業を行ったYahoo!JAPANビジネスIDの登録氏名
- string Referer
- 更新者 更新作業を行ったYahoo!JAPANビジネスIDの登録氏名
- string EntryPoint
- 入力ポイント 購入者が対象ストアにどこから入ったか、入ったストアページのURL
- Nullable<int> HistoryId
- 履歴ID 注文の更新履歴を管理するID
- Nullable<int> UsageId
- クーポン利用ID
- string UseCouponData
- 使用したクーポン情報
- Nullable<int> TotalCouponDiscount
- クーポン合計値引き額
- Nullable<int> ShippingCouponFlg
- 送料無料クーポン利用有無 0 : なし, 1 : あり
- Nullable<int> ShippingCouponDiscount
- 送料無料クーポンを適用したときの送料の値引き額
- string CampaignPoints
- 後付与ポイント内訳 カンマ区切りで後付与ポイント内訳が並びます
- yOrderPayInfo Pay
- 請求情報
- yOrderShipInfo Ship
- 配送情報
- yOrderDetailInfo Detail
- 明細情報
- List<yOrderItemInfo> Items
- 商品情報
- string SellerId
- セラーID
- bool IsLogin
- Yahoo! JAPAN IDログイン有無
- string FspLicenseCode
- FSPライセンスコード
クラブについての詳細はこちらをご覧ください http://starclub.yahoo.co.jp/ - string FspLicenseName
- FSPライセンス名
- string GuestAuthId
- ゲストユニークキー(vwoidc)
- Nullable<int> RefundStatus
- 返金ステータス (変更時のみ使用)
0:不要, 1:必要, 2:返金済み
※APIで更新できるのは1:必要から2:返金済みへの更新のみ
yOrderPayInfo
注文請求情報クラス
メソッド
- New()
- コンストラクタ
- New(XmlElement xml)
- コンストラクタ
- xml
- XMLデータ
プロパティ
- Nullable<int> PayStatus
- 入金ステータス 0 : 入金待ち, 1 : 入金済み
- Nullable<int> SettleStatus
- 1 : 決済申込,2 : 支払待ち,3 : 支払完了,4 : 入金待ち,5 : 決済完了,6 : キャンセル,7 : 返金, 8 : 有効期限切れ, 9 : 決済申込中, 10 : オーソリエラー, 11 : 売上取消, 12 : Suicaアドレスエラー
- Nullable<int> PayType
- 支払い分類
0 : 後払い, 1 : 前払い - Nullable<int> PayKind
- 支払い種別
0 : カード,1 : ネットバンキング,2 : キャリア決済,3 : 振込,4 : 代引,5 : コンビニ,6 : 電子マネー,7 : その他 - string PayMethod
- 支払い方法 (文字列)payment_決済ID
- string PayMethodName
- 支払い方法名称
- Nullable<int> SellerHandlingCharge
- ストア負担決済手数料
- Nullable<DateTime> PayActionTime
- 支払い日時
- Nullable<DateTime> PayDate
- 入金日
- string PayNotes
- 入金処理備考
- string SettleId
- 決済ID
- string CardBrand
- カード種別 クレジットカードの場合のカードブランド名(VISA等)
- string CardNumber
- クレジットカード番号 独自加盟店契約のストアのみ利用可能
- string CardNumberLast4
- カード番号下4けた
- string CardExpireYear
- カード有効期限(年)
- string CardExpireMonth
- カード有効期限(月)
- Nullable<int> CardPayType
- カード支払い区分
1 : 一括払い,2 : ボーナス一括払い,3 : リボ払い,4 : 分割払い - string CardHolderName
- カード名義人姓名(独自カード用)
- Nullable<int> CardPayCount
- カード支払回数
- string CardBirthDay
- カード生年月日 独自加盟店契約のストアのみ利用可能
- Nullable<bool> UseYahooCard
- Yahoo! JAPAN JCBカード利用有無
- Nullable<bool> UseWallet
- ウォレット利用有無
- Nullable<bool> NeedBillSlip
- 請求書有無
- Nullable<bool> NeedDetailedSlip
- 明細書有無
- Nullable<bool> NeedReceipt
- 領収書有無
- string AgeConfirmField
- 年齢確認フィールド名 年齢確認フィールドにストアが設定したフィールド名
- Nullable<int> AgeConfirmValue
- 年齢確認入力値 年齢確認フィールド数値入力がある場合
- Nullable<bool> AgeConfirmCheck
- 年齢確認チェック有無 年齢確認チェックボックスがある場合
- string BillFirstName
- ご請求先名前
- string BillFirstNameKana
- ご請求先名前カナ
- string BillLastName
- ご請求先名字
- string BillLastNameKana
- ご請求先名字カナ
- string BillZipCode
- ご請求先郵便番号
- string BillPrefecture
- ご請求先都道府県
- string BillPrefectureKana
- ご請求先都道府県カナ
- string BillCity
- ご請求先市区郡
- string BillCityKana
- ご請求先市区郡フリガナ
- string BillAddress1
- ご請求先住所1
- string BillAddress1Kana
- ご請求先住所1フリガナ
- string BillAddress2
- ご請求先住所2
- string BillAddress2Kana
- ご請求先住所2フリガナ
- string BillPhoneNumber
- ご請求先電話番号
- string BillEmgPhoneNumber
- ご請求先電話番号(緊急)
- string BillMailAddress
- ご請求先メールアドレス
- string BillSection1Field
- ご請求先所属1フィールド名
- string BillSection1Value
- ご請求先所属1値
- string BillSection2Field
- ご請求先所属2フィールド名
- string BillSection2Value
- ご請求先所属2値
- string PayNo
- 支払番号
- Nullable<DateTime> PayNoIssueDate
- 支払番号発行日時
- string ConfirmNumber
- 確認番号
- Nullable<DateTime> PaymentTerm
- 支払期限日時
yOrderShipInfo
注文配送情報クラス
メソッド
- New()
- コンストラクタ
- New(XmlElement xml)
- コンストラクタ
- xml
- XMLデータ
プロパティ
- Nullable<int> ShipStatus
- 出荷ステータス 0 : 出荷不可,1 : 出荷可,2 : 出荷処理中,3 : 出荷完了,4 : 着荷完了
- string ShipMethod
- 配送方法 postage1-14,16のどれか1つ(postage15は欠番)
- string ShipMethodName
- 配送方法名称
- Nullable<DateTime> ShipRequestDate
- 配送希望日
- string ShipRequestTime
- 配送希望時間 12:00~14:00など
- string ShipNotes
- 配送メモ 注文管理ツールで入力された出荷の配送希望メモの入力内容
- string ShipInvoiceNumber1
- 配送伝票番号1
- string ShipInvoiceNumber2
- 配送伝票番号2
- string ShipUrl
- 配送会社URL ストアがツールやAPIで設定した、配送会社の追跡URL
- Nullable<int> ArriveType
- きょうつく、あすつく 0 : 通常 , 1 : きょうつく注文, 2 : あすつく注文
- Nullable<DateTime> ShipDate
- 出荷日
- Nullable<DateTime> ArrivalDate
- 着荷日
- Nullable<bool> NeedGiftWrap
- ギフト包装有無
- string GiftWrapType
- ギフト包装種類
- string GiftWrapMessage
- ギフトメッセージ
- Nullable<bool> NeedGiftWrapPaper
- のし有無
- string GiftWrapPaperType
- のし種類
- string GiftWrapName
- 名入れ
- string Option1Field
- オプションフィールド1キー情報(フィールド名)
- Nullable<int> Option1Type
- オプションフィールド1キー情報(設定)
- string Option1Value
- オプションフィールド1入力内容
- string Option2Field
- オプションフィールド2キー情報(フィールド名)
- Nullable<int> Option2Type
- オプションフィールド2キー情報(設定)
- string Option2Value
- オプションフィールド2入力内容
- お届け先名前
- string ShipFirstNameKana
- お届け先名前カナ
- string ShipLastName
- お届け先名字
- string ShipLastNameKana
- お届け先名字カナ
- string ShipZipCode
- お届け先郵便番号
- string ShipPrefecture
- お届け先都道府県
- string ShipPrefectureKana
- お届け先都道府県カナ
- string ShipCity
- お届け先市区郡
- string ShipCityKana
- お届け先市区郡フリガナ
- string ShipAddress1
- お届け先住所1
- string ShipAddress1Kana
- お届け先市住所1フリガナ
- string ShipAddress2
- お届け先住所2
- string ShipAddress2Kana
- お届け先市住所2フリガナ
- string ShipPhoneNumber
- お届け先電話番号
- string ShipEmgPhoneNumber
- お届け先緊急連絡先
- string ShipSection1Field
- お届け先所属1フィールド名
- string ShipSection1Value
- お届け先所属1値
- string ShipSection2Field
- お届け先所属2フィールド名
- string ShipSection2Value
- お届け先所属2値
yOrderDetailInfo
注文明細情報クラス
メソッド
- New()
- コンストラクタ
- New(XmlElement xml)
- コンストラクタ
- xml
- XMLデータ
プロパティ
- Nullable<int> PayCharge
- 手数料 ストアが設定した手数料(代引き手数料など)、Yahoo!決済の決済手数料は別
- Nullable<int> ShipCharge
- 送料(送料無料クーポン値引き後の金額)
- Nullable<int> GiftWrapCharge
- ギフト包装料
- Nullable<int> Discount
- 値引き ストア側が注文後にストアクリエイターPro上で値引き欄に入力した値
- Nullable<int> Adjustments
- 調整額 ※マイナスの値も許容
- Nullable<int> SettleAmount
- 決済金額 ※合計金額(TotalPrice)と同じ値になります
- Nullable<int> UsePoint
- 利用ポイント数
- Nullable<int> TotalPrice
- 合計金額 小計 - 利用ポイント + ギフト包装料 + 手数料 - 値引き + 送料+ 調整額 - モールクーポン値引き
- Nullable<int> SettlePayAmount
- 入金金額 分割後注文には引き継ぎません
- Nullable<int> TaxRatio
- 消費税率
- Nullable<bool> IsGetPointFixAll
- 全付与ポイント確定有無 全ライン(商品)の付与ポイントの確定処理が完了したかどうかを示します
- Nullable<int> TotalMallCouponDiscount
- モールクーポン値引き額
yOrderItemInfo
注文商品情報クラス
メソッド
- New()
- コンストラクタ
- New(XmlElement xml)
- コンストラクタ
- xml
- XMLデータ
プロパティ
- Nullable<int> LineId
- 商品ラインID
- string ItemId
- 商品ID
- string Title
- 商品名
- string SubCode
- 商品サブコード(SKU)
- string SubCodeOption
- 商品サブコードオプション
- List<yOrderItemOption> ItemOption
- 商品オプション
- List<yOrderItemOption> Inscription
- インスクリプション
- Nullable<bool> IsUsed
- 中古フラグ
- string ImageId
- 商品画像ID
- Nullable<bool> IsTaxable
- 課税対象
- string Jan
- JANコード
- Nullable<int> ProductId
- 製品コード(品番/型番)
- Nullable<int> CategoryId
- プロダクトカテゴリID/dd>
- string AffiliateRatio
- アフィリエイト料率 ストア負担料率_Yahoo!JAPAN負担料率 2つの数値をアンダースコアつなぎ数値部分は 0.0~70.0
- Nullable<int> UnitPrice
- 商品単価(ストアクーポン値引き後の金額)
- Nullable<int> Quantity
- 数量
- Nullable<int> PointAvailQuantity
- ポイント対象数量
- Nullable<DateTime> ReleaseDate
- 発売日
- Nullable<bool> IsShippingFree
- 送料無料フラグ
- Nullable<bool> HaveReview
- 商品レビュー有無フラグ
- Nullable<int> PointFspCode
- 商品別ポイントコード 10001~10015、20001~20010
- Nullable<int> PointRatioY
- 付与ポイント倍率(Yahoo!JAPAN負担)
- Nullable<int> PointRatioSeller
- 付与ポイント倍率(ストア負担)
- Nullable<int> UnitGetPoint
- 単位付与ポイント数 商品1数量の付与ポイント数×数量でLine毎のポイント数ポイント倍率をかけた値が入ります
- Nullable<bool> IsGetPointFix
- 付与ポイント確定フラグ
- Nullable<DateTime> GetPointFixDate
- 付与ポイント確定日
- string CouponData
- ストアクーポン
- Nullable<int> CouponDiscount
- クーポンの値引き額
- Nullable<int> CouponUseNum
- クーポン適用枚数
- Nullable<int> OriginalPrice
- 値引き前の単価
- Nullable<int> OriginalNum
- ライン分割前の数量
2017/06/17