Skip to content

Commit

Permalink
詳細解説リンクを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
YoheiKokubo committed Jul 12, 2018
1 parent 112d5c7 commit b46276a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion authori.php
Expand Up @@ -64,9 +64,10 @@

//////////////// 関数群 ////////////////////

/*
/**
* APIのリクエストを行う
* SOAP Clientを使ってパラメータをセットしPOSTしている
* @see https://virusee.net/rms-api-authori/
* @param セットしたい受注の決済のクラスオブジェクト
* @return リクエストしたxml文字列, httpステータスコード, レスポンスオブジェクト
Expand Down
1 change: 1 addition & 0 deletions getOrder.php
Expand Up @@ -50,6 +50,7 @@

/***
* 受注情報の取得 getOrder [同期]
* @see https://virusee.net/rms-api-getorder/
*
* POST例は下記。本例ではSOAPクライアントを使っているが、自前でやりたい場合は下記のxmlを組み立ててPOSTすること
Expand Down
3 changes: 2 additions & 1 deletion insertCabinetFile.php
Expand Up @@ -39,9 +39,10 @@

//////////////// 関数群 ////////////////////

/*
/**
* APIのリクエストを行う
* xmlを作って file_get_contentsでpostしてる
* @see https://virusee.net/rms-api-cabinetfile-insert/
* @param $cabinetFileSetting 挿入したい画像設定のクラスオブジェクト
* @param $cabinetUploadFileInfo 挿入したい画像ファイルのオブジェクト
* @return リクエストしたxml文字列, httpステータスコード, レスポンス文字列(xmlで返ってくる)
Expand Down
3 changes: 2 additions & 1 deletion insertItem.php
Expand Up @@ -102,9 +102,10 @@

//////////////// 関数群 ////////////////////

/*
/**
* APIのリクエストを行う
* xmlを作って curlでpostしてる
* @see https://virusee.net/rms-api-item-insert/
* @param 挿入したい商品情報のクラスオブジェクト
* @return リクエストしたxml文字列, httpステータスコード, レスポンス文字列(xmlで返ってくる)
*/
Expand Down
1 change: 1 addition & 0 deletions updateVariationInventory.php
Expand Up @@ -56,6 +56,7 @@
* 在庫情報更新 updateInventoryExternal [同期]
* 商品単位または項目選択肢単位で、在庫情報(在庫数、納期情報など)の更新を行います。
* 最大400件を同時に更新できます。
* @see https://virusee.net/rms-api-updateinventoryexternal/
*
* @return リクエストしたxml文字列, httpステータスコード, レスポンスオブジェクト
*
Expand Down

0 comments on commit b46276a

Please sign in to comment.