cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice error : There is no resource for path

former_member634278
Participant
0 Kudos

Hello,

When i using Mobile application and try to create a new customer registration i got the below error :

"There is no resource for path /rest/v1/electronics/customers"

otherwise , the other resources are working like /products , /cart , .....

Any help will be appreciated .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Looking at your path, I think you want to create a new customer in "electronics" site. OOTB controller class mapping does't allow it. To achieve this behaviour, you need to customize controller classes. Here is the link for reference.