Adding the CSD API to the wrapper

  1. Click the Menu button.
  2. Click the Control Panel tab.
  3. Click Rhythm API Wrapper.
  4. Click Add ION API.
  5. Specify this information:
    • A name for the API. This name must be unique in the tenant.
    • The base URL of the API.
    • The credentials to use to access the API.
  6. Click Save.
  7. Add these endpoints using the GET method:
    • sxapiSFCustomerSummary
    • sxapirgetcustomerdatacreditv2

    Specify the parameter template as needed. For example, specify this lookup information:

    {
    "customerNumber": {
    "type": "lookup",
    "call": "/delegate/ecom-api/users/current",
    "path":"$.activeUserGroup.customerNumber"
    },"companyNumber":"1000","operatorInit": "LC02", "operatorPassword":""
    }
  8. Click Submit.
  9. Optionally, debug the endpoints to ensure that they function as expected.