This guide is intended for customers with custom-built third-party API integrations. It provides an additional method for updating orders, rather than the standard approach.
To update an existing order in Mintsoft using a Custom API, use the POST method with the endpoint: /api/Order/{id}.
Fields You Can Update
Order Number.
External Order Reference.
Order Value.
VAT Number.
Required Delivery Date.
Required Despatch Date.
Title.
First Name.
Last Name.
Company Name.
Email.
Phone.
Mobile.
Address 1.
Address 2.
Address 3.
Town.
County.
Post Code.
Country.
Required as ID.
Delivery Notes.
Gift Messages.
Currency.
Courier Service.
Can use ID or name, but ID takes precedence
Example Request
This example updates the first name and last name on an order:
{ "FirstName": "NEW FIRST NAME", "LastName": "NEW LAST NAME" }