After signing in to the Partner Commerce application, you are redirected to the Home Page > Overview section where you can view the details of the selected account. You can also access it by clicking the menu icon in the upper left corner of the page and then selecting My Account

The following API with filter and other parameters is used to get the selected account's order and quote data.

GET https://<URL_of_the_Instance>/api/order/v1/orders

GET https://<URL_of_the_Instance>/api/quote/v1/quotes

Change the Account to Work On Behalf Of

As a partner, you work with multiple customers and therefore multiple accounts. You can switch accounts using the top navigation bar. The Overview section displays Orders and Quotes information based on the account you've selected.

To change the account

  1. From the top navigation bar, go to the Account field.
  2. Click the Edit icon ()
  3. Search and select an account.
  4. Click Update.

The following API is used to fetch the account. For more information, click here.

GET https://<URL_of_the_Instance>/api/data/v1/objects/Account

Update the Account Details

As and when required, you can modify the following details of the account:

  • User Information
    • First Name
    • Last Name
    • Email
    • User Name
    • Locale

To update the account details

  1. Navigate to the Overview section > click the Account Details link.
    or
    Navigate to the My Account Settings section.
  2. Click the Edit icon () to modify the respective details.
  3. Enter the details and click Update.
  4. Click Change Password to set the new password.
  5. Enter and confirm the new password and click Submit.

The following API is used to update the account details. For more information, click here.

PUT https://<URL_of_the_Instance>/api/user-management/v1/users/{userId}