Skip to main content
All CollectionsSubscriptionsOrderful
Orderful Connections and Settings
Orderful Connections and Settings

Connect iPaaS.com with Orderful to streamline data synchronization, manage EDI transactions, and efficiently handle shipping and tracking details.

Updated over a week ago

How to Connect

Prerequisites

API URL:

  • For the production environment, use the following: https://api.orderful.com/v3/

API Key:

  • In the Orderful portal, navigate to Account Icon > Settings > Organization Settings > API Credentials.

  • Use the copy button to copy the API Token.

  • Enter this token into the iPaaS API Key field and save your subscription settings.

Configure Subscription Settings

In iPaaS.com, navigate to the Orderful subscription settings and provide the following information:

Field

Description

Required

Example

Name

A unique name for the subscription.

Yes

Orderful_Integration

Version

Specifies the iPaaS.com integration version to use.

Yes

v1.0

Transaction Tracking Match Method

Defines the field to search during transaction tracking.

No

ShipmentIdentification

API Key

Key for API authentication.

Yes

Your_API_Key

API URL

The endpoint URL for your Orderful API instance.

Yes

Authentication Method

  1. Log in to the Orderful portal.

  2. Navigate to Settings > Organization Settings > API Credentials.

  3. Copy the API Token.

  4. Enter this token in the API Key field of your Orderful subscription in iPaaS.com.

  5. Save the subscription.

Optional Configuration: Transaction Tracking Match Method

This feature helps define how tracking details from Orderful’s Ship Notice/Manifest (856) correspond to iPaaS transactions. Choose from the following options:

  1. ShipmentIdentification:

    1. Searches Orderful transactions using the shipmentIdentification field in the ship notice manifest.

    2. If a match is found, iPaaS.com will link the transaction.

    3. If no match is found, an error will occur.

  2. PurchaseOrderNumber:

    1. Searches Orderful transactions using the purchaseOrderNumber field.

    2. This is the default method if no match method is specified.

  3. Fallback:

    1. First searches the purchaseOrderNumber field.

    2. If not found, searches the shipmentIdentification field.

    3. Links the first match found or returns an error if no match exists.

Initialization

Currently, initialization is not supported for Orderful in iPaaS.com. All data synchronization and mappings must be configured manually during the integration process.

Throttling

Throttling ensures that Orderful’s API isn’t overwhelmed by excessive API calls, preserving system performance during heavy data transfers.


While the throttling fields are required, the values are pre-populated by the integration settings. For more details, refer to Subscription Configuration – Edit.

Did this answer your question?