Skip to main content

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

ParameterTypeDescription
productionOrderDeliveryNoteIdintegerThe ID of the production order delivery note to push

Request body (optional)

ParameterTypeDefaultDescription
redobooleanfalseIf 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

StatusDescription
404Delivery note not found or does not belong to the authenticated entity
500Generic3pl app is not installed or not configured for the entity