How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Infusionsoft (Keap) E Commerce API

E-Commerce-Endpoint

Infusionsoft (Keap) E Commerce API is one of 59 APIs that Infusionsoft (Keap) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include E-Commerce. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 32 operations across 24 paths, and defines 44 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 2 base URLs: https://api.infusionsoft.com/crm/rest, https://api.infusionsoft.com/crm.

32 operations 24 paths 44 schemas 4 DELETE18 GET8 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.infusionsoft.com/crm/rest/v2
Authentication
OAuth 2.0
License
Resource Areas
1

Authentication & Security 1

Infusionsoft (Keap) E Commerce API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow.

Paths & Operations 32

Across 24 paths, the API surfaces 32 operations — 4 DELETE, 18 GET, 8 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

E-Commerce 32

E-Commerce-Endpoint

GET
/v1/orders
List Orders
listOrdersUsingGET 8 params → 200401403404500
POST
/v1/orders
Create an Order
createOrderUsingPOST body → 201401403500
GET
/v1/orders/model
Retrieve Custom Order Model
retrieveOrderModelUsingGET → 200401403404500
GET
/v1/orders/{orderId}
Retrieve an Order
getOrderUsingGET 1 param → 200401403404500
DELETE
/v1/orders/{orderId}
Delete an Order
deleteOrderUsingDELETE 1 param → 204401403404500
POST
/v1/orders/{orderId}/items
Create an Order Item
createOrderItemsOnOrderUsingPOST 1 param body → 201401403500
DELETE
/v1/orders/{orderId}/items/{orderItemId}
Delete an Order Item
deleteOrderOrderItemUsingDELETE 2 params → 204401403404500
PUT
/v1/orders/{orderId}/paymentPlan
Replace an Order Pay Plan
replacePaymentPlanUsingPUT 1 param body → 200401403404500
GET
/v1/orders/{orderId}/payments
Retrieve Order Payments
listOrderPaymentsUsingGET 1 param → 200401403404500
POST
/v1/orders/{orderId}/payments
Create a Payment
createPaymentOnOrderUsingPOST 1 param body → 201401403500
GET
/v1/orders/{orderId}/transactions
Retrieve Order Transactions
listTransactionsForOrderUsingGET 6 params → 200401403404500
GET
/v1/subscriptions
List Subscriptions
listSubscriptionsUsingGET 3 params → 200401403404500
POST
/v1/subscriptions
Create Subscription
createSubscriptionUsingPOST body → 201401403500
GET
/v1/subscriptions/model
Retrieve Subscription Model
retrieveSubscriptionModelUsingGET → 200401403404500
GET
/v1/transactionsdeprecated
List Transactions
listTransactionsUsingGET 5 params → 200401403404500
GET
/v1/transactions/{transactionId}deprecated
Retrieve a Transaction
getTransactionUsingGET 1 param → 200401403404500
PUT
/rest/v1/orders/{orderId}/paymentPlan
Replace an Order Pay Plan
replacePaymentPlan 1 param body → 400401500403409404501405
GET
/rest/v1/subscriptions
List Subscriptions
listSubscriptions 1 param → 400401500403409404501405
POST
/rest/v1/subscriptions
Create Subscription
createSubscription body → 400401500403409404501405
GET
/rest/v1/orders/{orderId}/payments
Retrieve Order Payments
listOrderPayments 1 param → 400401500403409404501405
POST
/rest/v1/orders/{orderId}/payments
Create a Payment
createPaymentOnOrder 1 param body → 400401500403409404501405
POST
/rest/v1/orders/{orderId}/items
Create an Order Item
createOrderItemsOnOrder 1 param body → 400401500403409404501405
GET
/rest/v1/orders
List Orders
listOrders 1 param → 400401500403409404501405
POST
/rest/v1/orders
Create an Order
createOrder body → 400401500403409404501405
GET
/rest/v1/transactions/{transactionId}deprecated
Retrieve a Transaction
getTransaction 1 param → 400401500403409404501405
GET
/rest/v1/transactionsdeprecated
List Transactions
listTransactions 1 param → 400401500403409404501405
GET
/rest/v1/subscriptions/model
Retrieve Subscription Model
retrieveSubscriptionModel → 400401500403409404501405
GET
/rest/v1/orders/{orderId}/transactions
Retrieve Order Transactions
listTransactionsForOrder 2 params → 400401500403409404501405
GET
/rest/v1/orders/{orderId}
Retrieve an Order
getOrder 1 param → 400401500403409404501405
DELETE
/rest/v1/orders/{orderId}
Delete an Order
deleteOrder 1 param → 400401500403409404501405
GET
/rest/v1/orders/model
Retrieve Custom Order Model
retrieveOrderModel → 400401500403409404501405
DELETE
/rest/v1/orders/{orderId}/items/{orderItemId}
Delete an Order Item
deleteOrderOrderItem 2 params → 400401500403409404501405

Schemas 44

The contract defines 44 schemas that model the data the API accepts and returns. The most detailed are EcommerceReportingOrder (26 properties), OrderItem (24 properties), Subscription (18 properties), Order (17 properties). Each schema is shown below with its type and property counts.

CustomFieldOption
object
3 properties
Throwable
object
5 properties
Order
object
17 properties
OrderItemTax
object
6 properties
CustomFieldOption_2
object
2 properties
TransactionSearchCommand
object
7 properties
View
object
1 property
SubscriptionList
object
4 properties
CreatePayment
object
8 properties
Product_
object
11 properties
SubscriptionListCommand
object
3 properties
EcommerceReportingPaymentPlan
object
12 properties
ProductOption
object
17 properties
CreateOrder
object
9 properties 5 required
EcommerceReportingPaymentGateway
object
3 properties
OrderItem
object
24 properties
CustomFieldMetaData
object
7 properties
CreateSubscription
object
11 properties 2 required
DefaultHttpStatusCode
ModelAndView
object
7 properties
HttpStatus
SubscriptionPlan
object
9 properties
RestV1AddressInformation
object
13 properties
EcommerceReportingOrderContactDetails
object
6 properties
PaymentResult
object
5 properties
EcommerceReportingOrder
object
26 properties
ObjectModel
object
2 properties
SubscriptionPlan_
object
9 properties
EcommerceReportingTransaction
object
15 properties
CreateOrderItem
object
5 properties 2 required
PaymentGatewayV1
object
2 properties
OrderSearchCommand
object
10 properties
InvoicePayment
object
11 properties
EcommerceReportingShippingInformation
object
13 properties
OrderList
object
4 properties
TransactionList
object
4 properties
EcommerceReportingSimpleProduct
object
6 properties
RestPaymentPlan
object
8 properties 3 required
HttpStatusCode
object
6 properties
ProductOptionValue
object
6 properties
Subscription
object
18 properties
EcommerceReportingOrderItem
object
15 properties
CustomFieldOption_3
object
2 properties
CustomFieldMetaData_2
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infusionsoft-e-commerce-api-openapi.yml Raw ↑

Other APIs Infusionsoft (Keap) publishes across the network.

Infusionsoft XML-RPC API
Infusionsoft (Keap) Account Info API
Infusionsoft (Keap) Affiliate API
Infusionsoft (Keap) Appointment API
Infusionsoft (Keap) Automation API
Infusionsoft (Keap) Automation Category API
Infusionsoft (Keap) Business Profile API
Infusionsoft (Keap) Campaign API
Infusionsoft (Keap) Category Discounts API
Infusionsoft (Keap) Company API
Infusionsoft (Keap) Contact API
Infusionsoft (Keap) Custom Fields API
Where this information came from

This is an independent, third-party profile of Infusionsoft (Keap) E Commerce API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.