v1
latestOpenAPI 3.0.02026-07-244074117.0 KBSimulation
Create a testing customer
(Sandbox Only) Creates a test customer with a user password for the simulating the checkout process
post/v4/simulation/customer
Request body
Example request
{
"address": {
"line1": "123 Main St",
"city": "San Francisco",
"country": "US",
"state": "CA",
"postalCode": "94107"
}
}Response
The created test customer along with the email and password for login.