Create Customer

I would like to create a customer per repository. You also have to give the array a defaultBillingAddressId and a defaultShippingAddressId. On the other hand, when I first create an address, it asks for a CustomerId. Does anyone have a solution for this? Thanks in advance.

Just generate a random one. UUID are unique and you can generate them beforehand.

Hello Thomas Cr
Thank you for your reply. I found a solution. It looks like this:

image