• Resolved jcredland

    (@jcredland)


    We have a woocommerce store selling software. We have some potential resellers. When the reseller sells the software the customer needs to make an account on our site and have the product added to their account (essentially creating a free order).

    One way to do this would be to create a load of coupon codes that the reseller can sell to their customers, which can then be redeemed for the product on our site.

    But we’d like to make this as easy for the customer as possible.

    Is there any plugin or solution for doing this a bit more seamlessly. Ideally creating an account from details provided by the reseller and pushing the zero-cost order into the new account?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jcredland,

    One option would be to use the WooCommerce REST API to allow your affiliates to create customers programmatically. It would take some work, but you can use it to create orders for your affiliates automatically as they are placed. Here’s the URL to the documentation about the REST API.

    https://woocommerce.github.io/woocommerce-rest-api-docs/

    Another option would be to create coupons as you mentioned and give them to the affiliates. That works to, but wouldn’t be automated.

    Let me know if you have any questions,

    Hello @jcredland,

    It’s been a while since we heard from you, so I’m marking this thread resolved. Hopefully, you’ve been able to resolve this, but if you haven’t, please let open up a new topic and we’ll be happy to help out.

    Cheers

    Thread Starter jcredland

    (@jcredland)

    Ah- thanks I’ll look at the rest API. I did figure out how we could write our own API to inject orders as well since I posted this but haven’t tried to implement it yet.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘integrate software resellers’ is closed to new replies.