Skip to main content
POST
Create Account From Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API token.

Body

application/json
token
string
required

The confirmationToken from the checkout response.

password
string
required

At least 8 characters, with an uppercase letter, a lowercase letter and a number.

Minimum string length: 8

Response

The account was created and the customer signed in.

message
string
email
string<email>
token
string

A customer access token, valid for one week.