v1

latestOpenAPI 3.0.12026-07-242073551.1 MB
Shipping Accounts

Link Locations

Link one or more shipping locations with a FedEx shipping account.

post/v4/shippingAccounts/fedex/{shippingAccountId}/linkLocations

Path parameters

shippingAccountIdstring required

Shipping Account Identifier <br />SAPIENT Shipping Account Id (assigned by SAPIENT) or Alias (assigned by you).

Request body

ShippingLocationIdstring required

A unique identifier for the shipping location assigned by the system or by you (alias), allowing users to reference and manage specific locations effectively. <br /> <br />Note: The information provided in this field and the ShippingAccountId field are being linked with each other.

Example request

[
  {
    "ShippingLocationId": "D94E8CFD-604B-4B87-83E9-3F20CAF02837"
  }
]

Response

The shipping location(s) have been linked to the account successfully.