発注対象店舗取得
GET /purchase_orders/{purchase_order_id}/stores
GET
/purchase_orders/{purchase_order_id}/stores
発注対象店舗情報を取得します。
対象プラン
- リテールビジネス
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” purchase_order_id
required
string
発注ID
Example
7
Query Parameters
Section titled “Query Parameters ” fields
array
検索パラメータ(カンマ区切りで指定可)
Response項目を指定可能
※一部項目(withで指定する項目、2階層目以降の項目)については指定不可
Example
storageInfoDeliveryId,storageStoreId
sort
string
並び順(カンマ区切りで指定可)
指定可能なパラメータ
- storageInfoDeliveryId:発注配送店舗ID
- storageStoreId:配送店舗ID
- storageExpectedDateFrom:入荷予定日From:[YYYY-MM-DD]
- storageExpectedDateTo:入荷予定日To:[YYYY-MM-DD]
- updDateTime:更新日時:登録時・更新時の日時。[YYYY-MM-DDThh:mm:ssTZD]
Example
storageInfoDeliveryId
limit
integer
上限数
Example
10
page
integer
ページ
Example
2
storage_store_id
string
配送店舗ID
Example
1
Responses
Section titled “ Responses ”取得成功
Array<object>
object
storageInfoDeliveryId
発注配送店舗ID
string
7
storageInfoId
発注ID
string
7
storageStoreId
配送店舗ID
string
1
storageExpectedDateFrom
入荷予定日From:[YYYY-MM-DD]
string
2025-01-01
storageExpectedDateTo
入荷予定日To:[YYYY-MM-DD]
string
2025-01-02
insDateTime
作成日時:登録時の日時。[YYYY-MM-DDThh:mm:ssTZD]
string
2025-01-01T00:00:00+09:00
updDateTime
更新日時:登録時・更新時の日時。[YYYY-MM-DDThh:mm:ssTZD]
string
2025-01-01T00:00:00+09:00
Example
[ { "storageInfoDeliveryId": "7", "storageInfoId": "7", "storageStoreId": "1", "storageExpectedDateFrom": "2025-01-01", "storageExpectedDateTo": "2025-01-02", "insDateTime": "2025-01-01T00:00:00+09:00", "updDateTime": "2025-01-01T00:00:00+09:00" }]
指定した発注データが存在しない場合
object
type
required
string
title
required
string
detail
string
status
integer
Examples
{ "type": "about:blank", "title": "NotFound", "detail": "指定されたIDのリソースが見つかりません", "status": 404}