Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 60 additions & 1 deletion public/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}
]
}
]
},
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": "",
Expand Down
Loading