Join Slack
Powered by
As another question. Is there documentation on how...
# support
v
victor
07/25/2023, 2:02 PM
As another question. Is there documentation on how to create an order programmatically? Or is it just: Order > Add Items > Advance State > Add Shipment > Add Payments > Finalise
k
kennyadsl
07/25/2023, 2:13 PM
I’d try to use this:
https://github.com/solidusio/solidus/blob/main/core/lib/spree/core/importer/order.rb
If you pass the right params, it will do all the work.
Its specs
might help as documentation.
v
victor
07/25/2023, 2:14 PM
Thanks!
Open in Slack
Previous
Next