How do I import a single order that contains multiple products?

In other words, how to import a single OrderID with multiple ProductIDs & Product Names

Our native integrations, found on your Wicked Authorizations page, are able to automatically import single orders that contain multiple products. There's no need for additional work.

If you need to import orders that contain multiple products using a non-native method, you have one remaining option:

API

Our API is currently the only available option to import a single order containing multiple products. To accomplish this, you'll need to manually develop the API integration.

CSV, HTTP Post, or Zapier

Our CSV import, HTTP Post, and Zapier options are NOT able to import single orders with multiple productIDs. Instead, you will need to create separate rows for each productID. Each row must have a unique OrderID.

Here is an example

This original order:
OrderID: 1 with ProductIDs: A and B

It needs to be transformed into separate rows like this:
OrderID: 1 with ProductID: A
OrderID: 2 with ProductID: B

If you'd like to make a feature request to create additional options, then please let us know by sending an email to support@wickedreports.com. We'll log any feedback you provide with our product team. This feedback will directly affect our team's feature prioritization. Thank you.