SKU 在庫の件数を取得
Enterprise-only. Returns the number of warehouse-SKU rows that match the same filters accepted by Search SKU inventory. The same SKU across N warehouses counts as N rows. Use it to size pagination before walking the cursor. Accepts only the optional warehouseIdList and skuList filters — there is no pageSize, cursor, or isForward.
数えられる対象
totalNumberOfRecords は、相異なる SKU 値の数ではなく**「倉庫-SKU」行**を数えます。3 つの倉庫に在庫がある SKU は 3 としてカウントされます。これは、Search SKU inventory が同じフィルタでページネーションする対象とまったく同じです。
関連
- SKU 在庫を検索 — 一致する「倉庫-SKU」行をページ送りします。
承認
Your API key
Your API token — keep this private
クエリパラメータ
Comma-separated list of warehouse IDs to filter by (e.g. 1001,1002). Same rules as Search SKU inventory: positive integers, no duplicates, at most 100 entries, each owned by the authenticated account. Omit to count rows across all owned warehouses. Optional.
Comma-separated list of SKUs to filter by (e.g. SKU-006,SKU-001). Same rules as Search SKU inventory: at most 100 entries, each matching the SKU pattern (alphanumerics plus #, -, _; maximum 32 characters), matched after trim and uppercase normalization. Omit to count all SKUs. Optional.
レスポンス
Success
Total-count companion to Search SKU inventory. totalNumberOfRecords is returned as a top-level field alongside the standard correlationId and meta envelope.
Number of matching warehouse-SKU rows for the same filters (the same SKU across N warehouses counts as N rows), not the number of distinct SKU values.