ネクストエンジン API 開発者フォーラム: 受注伝票検索について
ネクストエンジン API のネクストエンジンAPIについてに関する開発者フォーラムの質問と回答。クライアントアプリ・ストア連携・エンジン利用についてのQ&A。
投稿者: 匿名ユーザー 日時: 2018/09/07
カテゴリ: ネクストエンジンAPIについて
受注伝票検索APIのどのフィールドに出荷済みなどの情報が入っているのかご教示いただけますか?
回答 (1件)
Section titled “回答 (1件)”運営 — 2018/09/11
Section titled “運営 — 2018/09/11”出荷済みかどうかについては、受注伝票検索APIのレスポンスの受注状態区分(receive_order_order_status_id)を参照して下さい。
{
“order_status_id”:“0”,
“order_status_name”:“取込情報不足”
},
{
“order_status_id”:“1”,
“order_status_name”:“受注メール取込済”
},
{
“order_status_id”:“2”,
“order_status_name”:“起票済(CSV/手入力)”
},
{
“order_status_id”:“20”,
“order_status_name”:“納品書印刷待ち”
},
{
“order_status_id”:“30”,
“order_status_name”:“納品書印刷中”
},
{
“order_status_id”:“40”,
“order_status_name”:“納品書印刷済”
},
{
“order_status_id”:“50”,
“order_status_name”:“出荷確定済(完了)”
}