-
Notifications
You must be signed in to change notification settings - Fork 1
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();
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.