Customers
Create Customer
Creates a customer by email, or returns the existing customer with that email.
post/v1/shops/{shopId}/customers
Request body
Example request
{
"email": "buyer@example.com"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.