v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Accounts
Update Account
Update the details of an existing shipping account. With this endpoint, you can modify various attributes of the shipping account, such as contact information, service options, and others. This helps maintain current and accurate information for effective shipping operations.
put/v4/shippingAccounts/rm/{shippingAccountId}
Path parameters
shippingAccountIdstring required
A unique identifier for the shipping account assigned by the system (ShippingAccountId) or by you (AccountAlias), allowing for efficient reference and management of individual accounts within the system.
Request body
Example request
{
"AccountRegisteredEmail": "my.email@example.com",
"RegisteredBillingPostcode": "TW20 0HJ",
"AccountNumber": "9912347707",
"AccountName": "AB VideoGames",
"AccountAlias": "RM-99112347707",
"ContactName": "John Smith",
"ContactNumber": "0123456789"
}Response
The shipping account was updated successfully.