Hello I am trying to create vendors via the Vendor API. I am using ver 4.13.2.SP2 of Multivendor.
CS-Cart normal vendor flow is:
If a user registers as a Vendor and purchases a package CS-Cart has a basic flow of events(Triggers that happen automatically in the background)
- A vendor account is created
- A vendor admin is created
- They are assigned to a storefront
- A series of emails are sent to the vendor (log in information, account information, billing/payment information)
- All of the above actions currently happen in CS-Cart automatically
Now if a Vendor is created via the API the exact same events as mentioned above in 1-4 should happen without manual interaction. Instead what happens is this:
- A vendor account is created
- A vendor admin is created
The vendor is not added to any storefront and no emails are sent to the vendor as when they sign up directly on the website.
I have opened several support tickets with CS-Cart and they say that the API does not work this way and would need a paid modification.
Any guidance or clarity would be appreciated.