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-hand corner of the page and then selecting My Account

To get the selected account's order and quote data, use the following API call with filter and other parameters:

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

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

Change the Account

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 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.

To fetch the account, use the following API call:

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.

To update the account details, use the following API call:

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