action voodoomfg_post_order_create { label: "Quotes an order and returns a quote_id that is used to confirm the order.\n" description: "Creates an order for the requested items, shipping address, and shipping method. This method returns the order along with a quote_id, which needs to be confirmed with /order/confirm prior to the order actually being started. quote_ids are only valid for 15 minutes.\n" provider: voodoomfg method: POST path: "/order/create" encoding: json output: { type: "object" additionalProperties: true } }