在庫引当商品一覧取得
GET /products/{product_id}/inventory_reservations
GET
/products/{product_id}/inventory_reservations
在庫引当商品情報一覧を取得します。
対象プラン
- スタンダード
- プレミアム
- プレミアムプラス
- フードビジネス
- リテールビジネス
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” product_id
required
string
商品ID
※ ユーザーアクセストークンを利用する場合、ユーザーの所属する店舗で販売している商品IDを指定してください。
Query Parameters
Section titled “Query Parameters ” fields
array
検索パラメータ(カンマ区切りで指定可)
Response項目を指定可能
※一部項目(withで指定する項目、2階層目以降の項目)については指定不可
sort
string
並び順(カンマ区切りで指定可)
指定可能なパラメータ
- reservationProductId:引当商品商品ID
limit
integer
上限数
page
integer
ページ
Responses
Section titled “ Responses ”取得成功
Array<object>
object
productId
商品ID:数字15桁以内。
string
reservationProductId
引当商品商品ID:数字15桁以内。
string
reservationAmount
引当数:数字3桁以内。
string
Example
[ { "productId": "string", "reservationProductId": "string", "reservationAmount": "string" }]