Create Production Order Confirmation (order level)
s4_production_order_confirmation_createPost an order-level confirmation for a production order by providing order ID, yield quantity, and unit. Use for whole-order confirmations; operation-level confirmations require a separate tool.
Instructions
Post an order-level confirmation for a production order (confirms the whole order, not a single operation). Required: orderID, confirmationYieldQuantity, confirmationUnit. Do not set orderOperation/sequence here — that creates an operation-level confirmation instead (use s4_production_operation_confirmation_create).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderID | Yes | Production order number | |
| postingDate | No | Posting date, ISO format 'YYYY-MM-DD' | |
| additionalFields | No | Extra fields merged into the request body as-is | |
| confirmationUnit | Yes | Unit of measure, e.g. 'EA' | |
| isFinalConfirmation | No | Whether this is the final confirmation for the order | |
| confirmationScrapQuantity | No | Scrap quantity, if any | |
| confirmationYieldQuantity | Yes | Confirmed yield quantity, e.g. '10' |