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 a) clicking the menu () icon in the upper left corner of the page and then selecting My Account, and b) clicking the Account dropdown at the upper right corner of the page.

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 Account dropdown available in the top navigation bar. 

To change the account

  1. From the top navigation bar, click the Account dropdown.
    You can see the Account name and other links to directly access the My Orders, My Quotes, My Carts, and My Favorites sections.
  2. Click the Account name or the Edit () icon. You can review the details of the currently selected account.
  3. Search and select the account to work on behalf of. You can also review the information for the selected account.

    To return to the previous screen, click Back.

  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.

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

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