v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Accounts
Update Account
Update shipping account details. <br /> <br />Note: All required fields must be populated in the request, regardless if they need updating or not.
put/v4/shippingAccounts/ups/{shippingAccountId}
Path parameters
shippingAccountIdstring required
Shipping Account Identifier <br />SAPIENT Shipping Account Id (assigned by SAPIENT) or Alias (assigned by you).
Request body
Example request
{
"AccountNumber": "9912347707",
"AccountName": "AB VideoGames",
"AccountAlias": "RM-99112347707",
"ContactName": "John Smith",
"ContactNumber": "0123456789",
"UpsClientId": "ClientId",
"UpsClientSecret": "ClientSecret"
}Response
The shipping account was updated successfully.