---
title: "SetOrderCustomerInfo"
method: POST
path: "/api/Orders/SetOrderCustomerInfo"
tags: ["Orders"]
---

# SetOrderCustomerInfo

`POST /api/Orders/SetOrderCustomerInfo`

Update the customer info of a specific order
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- OrdersSetOrderCustomerInfoRequest
  - `orderId` string, uuid — Order id
  - `info` OrderCustomerInfo — OrderCustomerInfo
    - `ChannelBuyerName` string, nullable — Username of customer (Comes from channel)
    - `Address` ShippingAddress — BillingAddress
      - `Address1` string, nullable — First line of customer address.
      - `Address2` string, nullable — Second line of customer address.
      - `Address3` string, nullable — Third line of customer address.
      - `Town` string, nullable — Customer's town.
      - `Region` string, nullable — Customer's region.
      - `PostCode` string, nullable — Customer's postcode.
      - `Country` string, nullable — Customer's country.
      - `CountryId` string, uuid — Customer's country id.
      - `FullName` string, nullable — Customer's first and second name.
      - `Company` string, nullable — Customer's company name.
      - `PhoneNumber` string, nullable — Customer's telephone number.
      - `EmailAddress` string, nullable — Customer's email address.
    - `BillingAddress` union — Customer billing address
      - BillingAddress — BillingAddress
        - `Address1` string, nullable — First line of customer address.
        - `Address2` string, nullable — Second line of customer address.
        - `Address3` string, nullable — Third line of customer address.
        - `Town` string, nullable — Customer's town.
        - `Region` string, nullable — Customer's region.
        - `PostCode` string, nullable — Customer's postcode.
        - `Country` string, nullable — Customer's country.
        - `CountryId` string, uuid — Customer's country id.
        - `FullName` string, nullable — Customer's first and second name.
        - `Company` string, nullable — Customer's company name.
        - `PhoneNumber` string, nullable — Customer's telephone number.
        - `EmailAddress` string, nullable — Customer's email address.
      - ShippingAddress — BillingAddress
        - `Address1` string, nullable — First line of customer address.
        - `Address2` string, nullable — Second line of customer address.
        - `Address3` string, nullable — Third line of customer address.
        - `Town` string, nullable — Customer's town.
        - `Region` string, nullable — Customer's region.
        - `PostCode` string, nullable — Customer's postcode.
        - `Country` string, nullable — Customer's country.
        - `CountryId` string, uuid — Customer's country id.
        - `FullName` string, nullable — Customer's first and second name.
        - `Company` string, nullable — Customer's company name.
        - `PhoneNumber` string, nullable — Customer's telephone number.
        - `EmailAddress` string, nullable — Customer's email address.
    - `TaxId` string, nullable — Buyer's tax number.
  - `saveToCrm` boolean — Whether to save the shipping address into CRM, default = false

## Response `200`

OK

- OrderTotalsInfo — OrderTotalsInfo
  - `Subtotal` number, double — Order subtotal
  - `PostageCost` number, double — Order postage cost
  - `PostageCostExTax` number, double — Order postage cost ex. tax
  - `Tax` number, double — Tax
  - `TotalCharge` number, double — Total charge
  - `PaymentMethod` string, nullable — Payment method
  - `PaymentMethodId` string, uuid — Payment method ID
  - `TotalDiscount` number, double — Total discount applied to the order
  - `Currency` string, nullable — Order currency
  - `CountryTaxRate` number, double — Country tax rate
  - `ConversionRate` number, double — Currency conversion rate. Set at point of save by the currency

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
