prerequisites
Number of APIs: 8
-
Retrieving an anonymous token GET {{api-url}}/customerlogin/auth/anonymous/login?client_id={{client_id_storefront}}&hybris-tenant={{tenant}}
-
Logging in the customer - retrieving saasToken and customer access token POST {{api-url}}/customer/{{tenant}}/login
-
Creating a second product POST {{api-url}}/product/{{tenant}}/products
-
Creating new price model (BASIC) POST {{api-url}}/price/{{tenant}}/priceModels
-
Retrieving price model GET {{api-url}}/price/{{tenant}}/priceModels/{{priceModelId}}
-
Creating price for second product POST {{api-url}}/price/{{tenant}}/prices
-
Retrieving access token POST {{api-url}}/oauth/token
-
Creating a new customer POST {{api-url}}/customer/{{tenant}}/signup