EndPoints for FastSpring Connector
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 |
---|---|---|
Get Product IDs | get_product_ids | |
Get Products | get_products | |
Get Products Publish Status | get_products_visibility | |
Get Product | get_product | |
Create Product | post_product | |
Update Product | put_product | |
Get Product Prices | get_product_prices | |
Get Order Items | get_order_items | |
Get Order Items by OrderId | get_order_item | |
Get Orders | get_orders | |
Get Order by Id | get_order | |
Get Accounts | get_accounts | |
Get Account Orders (For all accounts) | get_account_orders | |
Get Account Charges | get_account_charges | |
Get Account Orders (For a single account) | get_account_orders_by_id | |
Get Account Charges by Id | get_account_charges_by_id | |
Get Account By Id | get_account | |
Get Subscriptions Ids | get_subscription_ids | |
Get Subscriptions | get_subscriptions | |
Get Subscription By Id | get_subscription | |
Get Quote By Id | get_quote | |
Get Quotes | get_quotes | |
Get Subscription Report | get_subscription_report | |
Get Revenue Report | get_revenue_report | |
Generic 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. |
Generic 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. |