Skip to content

Commit

Permalink
Added document about delivery date.
Browse files Browse the repository at this point in the history
  • Loading branch information
matsubo committed Oct 30, 2024
1 parent 71592de commit d0180c8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions website/docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,19 @@ curl -s -X POST \
-d $order_body \
"$host/api/v1/retail/orders" | jq
```

## FAQ

### 納期を表現するのカラムの種類と意味は?

- orders_makers.desired_delivery_date
- 希望納期
- 小売が注文時に選択した納品を希望する日
- orders_products.estimated_delivery_date
- 納期目安
- 注文時にタノミマスターのシステムが商品ごとに設定された納期目安を参考にし、自動で算出した日付。
- orders_products.official_estimated_delivery_date
- 納期回答
- メーカーが納期日を登録した内容


0 comments on commit d0180c8

Please sign in to comment.