diff --git a/public/navigation.json b/public/navigation.json index db05841c5..1e9c7362c 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -1996,6 +1996,21 @@ "children": [] } ] + }, + { + "name": "Inventory", + "slug": "inventory", + "origin": "", + "type": "markdown", + "children": [ + { + "name": "Batch inventory updates (Beta)", + "slug": "batch-inventory-updates", + "origin": "", + "type": "markdown", + "children": [] + } + ] } ] }, @@ -8303,6 +8318,49 @@ } ] }, + { + "name": "Batch operations", + "slug": "logistics-api-inventory", + "type": "category", + "children": [ + { + "name": "Create batch inventory job", + "slug": "logistics-api", + "type": "openapi", + "method": "POST", + "origin": "", + "endpoint": "/availability/v1/inventory/batch", + "children": [] + }, + { + "name": "Commit batch inventory", + "slug": "logistics-api", + "type": "openapi", + "method": "POST", + "origin": "", + "endpoint": "/availability/v1/inventory/batch/-batchId-/commit", + "children": [] + }, + { + "name": "Get batch inventory status", + "slug": "logistics-api", + "type": "openapi", + "method": "GET", + "origin": "", + "endpoint": "/availability/v1/inventory/batch/-batchId-/status", + "children": [] + }, + { + "name": "Get batch inventory errors", + "slug": "logistics-api", + "type": "openapi", + "method": "GET", + "origin": "", + "endpoint": "/availability/v1/inventory/batch/-batchId-/errors", + "children": [] + } + ] + }, { "name": "Holidays", "slug": "logistics-api-holidays", @@ -18424,7 +18482,8 @@ "origin": "", "type": "category", "children": [ - { + { "name": "New batch inventory endpoints (Beta) in the Logistics API", + "slug": "2026-05-19-logistics-api-new-batch-inventory-endpoints", "name": "FastStore: Gift detection with useIsGiftFromOrderForm", "slug": "2026-05-25-faststore-use-is-gift-from-order-form", "origin": "",