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/amazon/{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
{
"AccountName": "AB VideoGames",
"AccountAlias": "RM-99112347707",
"ContactName": "John Smith",
"ContactNumber": "0123456789"
}Response
The shipping account was updated successfully.