Skip to main content

The production order object

Production order

ParameterData typeDefaultDescription
production_order_numberstringNULLThe production order number
statusstringopenPossible values: in_production, partially_sent, sent, partially_received, received, partially_booked, booked, closed
supplier_idintThe supplier of the production order
expected_deliverydateNULLThe expected delivery date of the production order
external_commentsstringNULLThe external comments of the production order
internal_commentsstringNULLThe internal comments of the production order
created_atdatetime
updated_atdatetime
orders.*An array of sales orders attached to the production order
lines.*An array of object production order line

Production order line

ParameterData typeDefaultDescription
product_idintThe product
variant_idintThe variant
orderedintThe ordered
quantityintThe quantity
in_productionintHow much is currently in production of the quantity?
in_deliveryintHow much is currently on production order deliveries of the quantity?
on_the_wayintHow much is currently on sent production order deliveries of the quantity?
receivedintHow much has already been received of the quantity
unit_pricedecimalWhat's the unit cost price
created_atdatetime
updated_atdatetime