Skip to content

OrderUpdateRequest

woutse edited this page Nov 18, 2024 · 3 revisions

It is possible to update an order after it was created.

$request = new OrderUpdateRequest();

Remarks

Conditions are:

order must be of type fastCheckout.

only the fields reference and description can be updated.

the fields must be null, and can only be update once.

Clone this wiki locally