This guide will walk through the steps needed to submit orders to UltraCart as a Channel Partner via REST API calls. This method is heavily used by Call Centers and Distribution websites.

The REST API does not accept credit card numbers or cvv numbers. If you are submitting orders with credit card payment information, you must use hosted fields to create tokens first. You may then include the card number and (optionally) the cvv number tokens.

Create API Key

You must create an API key (Authorized Application).

Create Custom Channel Partner

Select an UltraCart REST SDK

UltraCart provides the following language SDKs for accessing our API. You can access it directly using REST if you need an unsupported language.

Program Calls

Call the ChannelPartnerAPI.insertChannelPartnerOrder( )

See: https://www.ultracart.com/api/#Operation11

The api link above contains a complete example written in C#. (Most call centers use C#.)

Check the Logs

https://secure.ultracart.com/merchant/configuration/apiManagementApp.do

Each API key has logging. Review the logs. Contact UltraCart is you have any problems. We support our REST API and SDKs via our free support and are eager to assist you with programming questions.

Documentation: https://www.ultracart.com/resources/api-and-webhooks.html