Push to 3PL
Endpoint: POST /v10/production-order-delivery-notes/{productionOrderDeliveryNoteId}/push-to-3pl
Queues a production order delivery note for document exchange with the entity's configured Generic 3PL integration.
The entity must have the Generic3pl app installed with create_production_orders enabled.
Path parameters
| Parameter | Type | Description |
|---|---|---|
productionOrderDeliveryNoteId | integer | The ID of the production order delivery note to push |
Request body (optional)
| Parameter | Type | Default | Description |
|---|---|---|---|
redo | boolean | false | If true, re-pushes the delivery note even if it was already pushed previously |
Example request body
{
"redo": false
}
Response
Status: 204 No Content
The response body is empty.
Error responses
| Status | Description |
|---|---|
404 | Delivery note not found or does not belong to the authenticated entity |
500 | Generic3pl app is not installed or not configured for the entity |