Skip to main content

Create customer in Magento 2

Create customer in Magento 2.

Application

  • Magento 2

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
EmailEmail address of the user to createText (Short)Yes
First nameFirst name of the user to createText (Short)Yes
Last nameLast name of the user to createText (Short)Yes
Address 1 streetText (Short)No
Address 1 cityText (Short)No
Address 1 regionText (Short)No
Address 1 postal codeText (Short)No
Address 1 country IDText (Short)No
Address 1 companyText (Short)No
Address 1 faxText (Short)No
Address 1 first nameText (Short)No
Address 1 last nameText (Short)No
Address 1 middle nameText (Short)No
Address 1 prefixText (Short)No
Address 1 suffixText (Short)No
Address 1 telephoneText (Short)No
Address 1 default billing?Whether this address is default billing addressTrue/FalseNo
Address 1 default shipping?Whether this address is default shipping addressTrue/FalseNo
Amazon IDText (Short)No
ConfirmationText (Short)No
Attribute 1 code IDText (Short)No
Attribute 1 valueText (Short)No
Attribute 2 code IDText (Short)No
Attribute 1 valueText (Short)No
Attribute 3 code IDText (Short)No
Attribute 3 valueText (Short)No
Date of birthDatetimeNo
Default billing address IDText (Short)No
Default shipping address IDText (Short)No
GenderText (Short)No
Group IDText (Short)No
Is subscribed?True/FalseNo
Middle nameText (Short)No
PasswordText (Short)No
PrefixText (Short)No
Store IDText (Short)No
SuffixText (Short)No
Vertex customer codeText (Short)No
Vertex customer countryText (Short)No
Website IDText (Short)No

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A