prerequisites

Number of APIs: 8

  1. Retrieving an anonymous token GET {{api-url}}/customerlogin/auth/anonymous/login?client_id={{client_id_storefront}}&hybris-tenant={{tenant}}

  2. Logging in the customer - retrieving saasToken and customer access token POST {{api-url}}/customer/{{tenant}}/login

  3. Creating a second product POST {{api-url}}/product/{{tenant}}/products

  4. Creating new price model (BASIC) POST {{api-url}}/price/{{tenant}}/priceModels

  5. Retrieving price model GET {{api-url}}/price/{{tenant}}/priceModels/{{priceModelId}}

  6. Creating price for second product POST {{api-url}}/price/{{tenant}}/prices

  7. Retrieving access token POST {{api-url}}/oauth/token

  8. Creating a new customer POST {{api-url}}/customer/{{tenant}}/signup