Skip to main content

The production order delivery note object

Production order delivery note

ParameterData typeDefaultDescription
production_order_numberstringNULLThe production order delivery note number
statusstringopenPossible values: open, sent, received, booked
supplier_idintThe supplier of the production order delivery note
expected_arrivaldateNULLThe expected arrival date of the delivery
original_expected_arrivaldateNULLThe first expected arrival date of the delivery
expected_departuredateNULLThe expected departure date of the delivery
original_expected_departuredateNULLThe first expected departure date of the delivery
notesstringNULLNotes
created_atdatetime
updated_atdatetime
lines.*An array of object production order delivery note line

Production order delivery note line

ParameterData typeDefaultDescription
product_idintThe product
variant_idintThe variant
orderedintHow much is expected to be received of the variant
receivedintHow much is counted. NOTE This does not apply until the delivery note has status received or booked
diffintThe difference between ordered and received
textstringNULLText of the production order line
created_atdatetime
updated_atdatetime