Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Orders /UpdateBillingAddress

Allows 150 calls per minute

Response: Task



Update the billing address of a specific order

Parameters

NameTypeDescription
orderIdGuidOrder id
billingAddressCustomerAddressBilling address

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Orders/UpdateBillingAddress

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

orderId=04c6cf2e-4b92-4953-b0d9-21794a1e832a&billingAddress={
  "EmailAddress": "sample string 1",
  "Address1": "sample string 2",
  "Address2": "sample string 3",
  "Address3": "sample string 4",
  "Town": "sample string 5",
  "Region": "sample string 6",
  "PostCode": "sample string 7",
  "Country": "sample string 8",
  "Continent": "sample string 9",
  "FullName": "sample string 10",
  "Company": "sample string 11",
  "PhoneNumber": "sample string 12",
  "CountryId": "0fcdbf6a-469f-45ce-8f88-9654104d1844"
}

Response

This is an example of the response JSON. Results will vary depending on your data.

null