Skip to main content
POST
Create Customer

Authorizations

x-revolv3-token
string
header
required

Body

firstName
string
required
Required string length: 1 - 150
lastName
string
required
Required string length: 1 - 150
merchantCustomerRefId
string | null
Maximum string length: 100
email
string<email> | null
Maximum string length: 100
billingAddresses
object[] | null
Maximum array length: 10
shippingAddresses
object[] | null
Maximum array length: 10
subscriptions
object[] | null

Response

Created

customerId
integer<int64>
Required range: 1 <= x <= 1000000000
merchantCustomerRefId
string | null
Maximum string length: 100
firstName
string | null
Maximum string length: 150
lastName
string | null
Maximum string length: 150
billingAddresses
object[] | null
shippingAddresses
object[] | null
taxAddresses
object[] | null
subscriptions
object[] | null