Frequently asked questions (orders)

This page collects common questions about order connections, exports, and errors.

chevron-rightCan I connect my order connections to multiple webshops in one project?hashtag

No. One project supports one webshop connection or one Channable API connection.

The first order connection sets the webshop/API connection for the project.

If you need multiple webshops, create multiple projects.

chevron-rightHow can I download my orders and order returns as CSV?hashtag

You can export orders and order returns as a CSV per project.

The export includes all orders retrieved by your order connections.

circle-info

After 90 days, order data is anonymized. You will see # instead of customer data.

Exceptions:

  • Amazon orders are anonymized after 30 days.

  • Zalando orders are anonymized after 110 days.

circle-info

One ordered product equals one CSV row.

Download the CSV

Go to Orders > Processed orders.

Click Download as CSV.

Adjust the time span if needed.

Open the CSV in Excel

Import the file as data. Do not double-click it.

Use Microsoft’s guide: https://support.office.com/en-us/article/import-or-export-text-txt-or-csv-files-5250ac4c-663c-47ce-937b-339e391393baarrow-up-right

chevron-rightMy order connection is not retrieving (some) ordershashtag

Follow these checks in order.

1) Check if your order connection is activated

Go to Setup > Setup orders.

Blue dot means active. Orange dot means inactive.

To activate:

  • Click Settings next to the order connection.

  • Click Activate order connection.

2) Check if the correct connections are used

Use the same connections across setups.

  • In Orders setup, the import connection must match Import setup.

  • The API export connection must match the one in the order connection.

Open the API Settings tab to confirm the connection name.

3) Check for an expired API connection

Expired marketplace connections block order retrieval.

Refresh the connection in the Connections overview.

Help article: https://helpcenter.channable.com/get-started/getting-started/connections-in-channable/how-to-renew-a-connectionarrow-up-right

4) Check the creation date of the order connection

Older open orders may not be retrieved retroactively.

Support can sometimes backdate the connection a few days.

5) If you use the Channable API

Verify you call the correct endpoint: https://api.channable.com/v1/docs#tag/orders/operation/all_orders_companies__company_id__projects__project_id__orders_getarrow-up-right

chevron-rightMy T&T codes are visible in Channable, but not in the marketplacehashtag

This usually means the transporter mapping is missing or mismatched.

circle-info

Check your transporter configuration in the order connection settings.

See Configuring Transporter Settings for Order Connections.

If you use the Channable API, verify your shipment POST request: https://api.channable.com/v1/docs#tag/orders/operation/shipment_companies__company_id__projects__project_id__orders__order_id__shipment_postarrow-up-right

chevron-rightWhere can I find the Shopware shipment method id and shipping tax name?hashtag
circle-info

If you don’t have an order connection yet, start with How to set up an order connectionarrow-up-right.

Shipment method id

This field is mandatory. You cannot save without it.

Shopware shipment method IDs are 32 characters long.

Example:

1234567e1a2d3fdd4fdef56dd78901d0

You can find it in the shipping method URL:

https://shopware6.demo.de/channable/public/admin#/sw/settings/shipping/detail/1234567e1a2d3fdd4fdef56dd78901d0

Use the part after detail/.

Shipping tax name

This field is optional.

If empty, shipping tax is treated as 0%.

Find the tax name in Settings > Taxes in Shopware.

Fill in the tax name, not the percentage.

chevron-rightPrestashop error: “Invalid address data, missing mandatory data”hashtag

Mandatory address data is missing or invalid.

Common causes:

  • Buyer entered a value that Prestashop rejects.

    • Process the order manually.

  • Buyer skipped a field you set as required.

    • Update the required fields in Prestashop.

    • Then resend the order.

Prestashop guide: https://www.hostknox.com/knowledgebase/221/How-to-make-fields-on-the-customer-registration-form-in-PrestaShop-required.htmlarrow-up-right

For more Prestashop errors, see Solving errors in my order connection with Prestashoparrow-up-right.

chevron-rightPrestashop error: “Product out of stock”hashtag

The ordered product has stock 0.

Common causes:

  • Stock reached 0 in the last sync window.

    • Resend when stock is available again.

    • Contact support if it happens often.

  • The product ID is unknown in Channable.

    • This often means products exist outside Channable.

    • You must process the order manually.

If you need to resend a failed order, see How to fix/resend a failed order.

Last updated

Was this helpful?