-
Notifications
You must be signed in to change notification settings - Fork 112
Description
Is there an existing issue for this?
- I have searched the existing issues
Which topic?
POST /V1/customers api issue
What's wrong with the content?
API Documentation: https://developer.adobe.com/commerce/webapi/rest/tutorials/orders/order-create-customer/
But the api works if the endpoint is: <magento_url>/<store_view_code>/rest/V1/customers (client project)
Please refer the ticket - magento/magento2#38994
What changes do you propose?
Preconditions and environment
- Magento version 2.4.5-P8
- Should have at least one website
Steps to reproduce
- Create an integration and get the access token
- Using the token, make a call to POST /V1/customers API to create customer
Expected result
https://example.magento.test/rest/<store_code>/V1/customers api should work
Actual result
Getting 400 Bad request error:
{
"message": "Specified request cannot be processed."
}
Additional information
API Documentation: https://developer.adobe.com/commerce/webapi/rest/tutorials/orders/order-create-customer/
But the api works if the endpoint is: <magento_url>/<store_view_code>/rest/V1/customers (client project)
Anything else that can help to cover this?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status