action voodoomfg_post_order_confirm { label: "Confirms an order from a quote_id and submits it to the Voodoo factory.\n" description: "After generating a quote for an order, you can choose to confirm the order for manufacturing by hitting this endpoint with the quote_id returned by the /order/quote endpoint. Returns the order with a unique order_id in place of the quote_id.\n" provider: voodoomfg method: POST path: "/order/confirm" encoding: json output: { type: "object" additionalProperties: true } }