inventory:production
Production orders and bill-of-materials management.
12 endpoints.
- GET
/api/v1/inventory/production/recipesList recipes - POST
/api/v1/inventory/production/recipesCreate recipe - DELETE
/api/v1/inventory/production/recipes/{recipe_id}Delete recipe - GET
/api/v1/inventory/production/recipes/{recipe_id}Get recipe - PUT
/api/v1/inventory/production/recipes/{recipe_id}Update recipe - POST
/api/v1/inventory/production/recipes/{recipe_id}/duplicateDuplicate recipe - GET
/api/v1/inventory/production/runsList production runs - POST
/api/v1/inventory/production/runsCreate production run - GET
/api/v1/inventory/production/runs/{run_id}Get production run - PUT
/api/v1/inventory/production/runs/{run_id}Update production run - POST
/api/v1/inventory/production/runs/{run_id}/calculateWhat-if calculation - POST
/api/v1/inventory/production/runs/{run_id}/completeComplete production run