I create some orders programmatically via the Woo API, the standard endpoints for creating an order, nothing special.
But when I create an order via API for a customer that belongs to a user group and should have a discount, this discount does not apply for this API-created order.
The same customer has discount when the order is submitted via checkout.
1. Do you have compatibility with Woo API, or not? I always though that you have compatibility with Woo API because is something basic and commonly used. I'm a little surpised it doesn't work!
2. If no compatibility exists, is it something you could do in a reasonable ETA?
3. If no compatibility exists and you can't provide it, can you guide me or point me to a direction of how to implement it myself? Is it possible?
I create some orders programmatically via the Woo API, the standard endpoints for creating an order, nothing special.
But when I create an order via API for a customer that belongs to a user group and should have a discount, this discount does not apply for this API-created order.
The same customer has discount when the order is submitted via checkout.
1. Do you have compatibility with Woo API, or not? I always though that you have compatibility with Woo API because is something basic and commonly used. I'm a little surpised it doesn't work!
2. If no compatibility exists, is it something you could do in a reasonable ETA?
3. If no compatibility exists and you can't provide it, can you guide me or point me to a direction of how to implement it myself? Is it possible?
Thank you