Endpoints
On this page you will see possible API actions you can perform with FastSpring connector. We will refer this as API EndPoint or just EndPoint.
Label | Name | Description |
---|---|---|
Create Product | post_product | |
Get Account By Id | get_account | |
Get Account Charges | get_account_charges | |
Get Account Charges by Id | get_account_charges_by_id | |
Get Account Orders (For a single account) | get_account_orders_by_id | |
Get Account Orders (For all accounts) | get_account_orders | |
Get Accounts | get_accounts | |
Get Order by Id | get_order | |
Get Order Items | get_order_items | |
Get Order Items by OrderId | get_order_item | |
Get Orders | get_orders | |
Get Product | get_product | |
Get Product IDs | get_product_ids | |
Get Product Prices | get_product_prices | |
Get Products | get_products | |
Get Products Publish Status | get_products_visibility | |
Get Quote By Id | get_quote | |
Get Quotes | get_quotes | |
Get Revenue Report | get_revenue_report | |
Get Subscription By Id | get_subscription | |
Get Subscription Report | get_subscription_report | |
Get Subscriptions | get_subscriptions | |
Get Subscriptions Ids | get_subscription_ids | |
Update Product | put_product | |
Make Generic API Request | generic_request | This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |
Make Generic API Request (Bulk Write) | generic_request_bulk_write | This is a generic endpoint for bulk write purpose. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL. |