v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipping Accounts
Get Account
Provides details for a The Delivery Group account. <br />Information about the account number, alias, account type, and contact details is included in the response.
get/v4/shippingAccounts/tdg/{shippingAccountId}
Path parameters
shippingAccountIdstring required
Shipping Account Identifier <br />SAPIENT Shipping Account Id (assigned by SAPIENT) or Alias (assigned by you).
Response
Returns the shipping account.
Example response
{
"CarrierCode": "RM",
"AccountNumber": "0123456789",
"AccountName": "AB VideoGames",
"AccountAlias": "JSL",
"AccountStatus": "Enabled",
"ContactName": "John Smith",
"ContactNumber": "0123456789",
"Username": "ClientId",
"LastUpdatedBy": "User A"
}