You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
}
Is there an existing issue for this?
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
Steps to reproduce
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
The text was updated successfully, but these errors were encountered: