Skip to content

OrderUpdateRequest

Ellen Heinemann edited this page Nov 19, 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 updated once.

For an example, see: here.