post https://eu-ext.linnworks.net/api/Orders/SetOrderCustomerInfo
Update the customer info of a specific order
Rate limit: 150 / minute
Log in to see full request history
Response
Update the customer info of a specific order
Rate limit: 150 / minute
xxxxxxxxxx
curl --request POST \
--url https://eu-ext.linnworks.net/api/Orders/SetOrderCustomerInfo \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
14{
"Subtotal": 0,
"PostageCost": 0,
"PostageCostExTax": 0,
"Tax": 0,
"TotalCharge": 0,
"PaymentMethod": "string",
"PaymentMethodId": "00000000-0000-0000-0000-000000000000",
"ProfitMargin": 0,
"TotalDiscount": 0,
"Currency": "string",
"CountryTaxRate": 0,
"ConversionRate": 0
}