Create External Order

Create a new external order in the current workspace. This is useful if you process payments outside of ClickFunnels, but still want to make use of ClickFunnels' automations and funnels. You can gain even more functionality by creating invoices for your new orders. It is currently only possible to create invoices with the 'external' payment processor type. Other payment processors like 'payments_ai' are not yet supported. Refer to the corresponding guide for more information here.

Path Params
integer
required
Body Params

Information about a new Order

order
object

Parameters for creating external orders. External orders are orders managed outside of ClickFunnels payment processors (Payments AI or Stripe).

Required fields:

  • order_type: Must be one-time-order or subscription-order
  • live_mode: Must be true or false
  • contact_id or contact_attributes: Either provide a contact_id directly, or use contact_attributes with an email_address to look up an existing contact
  • line_items_attributes: At least one line item with variant_id, products_price_id, and quantity

Note: For one-time orders, line items must reference one-time products. For subscription orders, line items can include both one-time and subscription products.

Responses

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json