Skip to main content

Result Codes

For every process which runs via the Seller-API there will be result, which is indicated by a specific code. The following result codes are possible and helps to check in detail, if errors came up (format is Code / Result / Description).

200 - OK

Everything is fine.

401 - authentication error

Your call could not be authenticated.

404 - id not found

An id could not be found. (e.g., if you send an incorrect orderId).

405 - method invalid

A method you requested is not valid.

406 - request invalid

The request is invalid (see the result header for error-information).

407 - duplicated id found

E.g., if you try to set the same orderId for a different order during setImportedOrders.

413 - too many elements

If you send more than the permitted amount of elements.

500 - internal server error

Some unknown internal error has occurred. Please try again later and/or report this error to support@channelpilot.com.

700 - [plugin] payment method unknown

Can only occur via a Channel Pilot Pro shop plugin. Payment method is unknown.

701 - [plugin] delivery method unknown

Can only occur via a Channel Pilot Pro shop plugin. Delivery method is unknown.

702 - [plugin] article unknown

Can only occur via a Channel Pilot Pro shop plugin. The provided article is unknown. Please check the setting in your shop plugin for the “unique article number”. This has to correspond to the mapped article number in Channel Pilot.

703 - [plugin] order unknown

Can only occur via a Channel Pilot Pro shop plugin. An order could not be found in the shop system.

704 - order not available

Can only occur if there was a wrong orderIdExternal given in the upload invoice call.

705 - channel not available

Can only occur if there was a wrong channel identifier given in the upload invoice call.

706 - channel not support invoice upload

Can only occur if the given channel does not support uploading invoices in the upload invoice call.

707 - Invoice already available

Can only occur if the overwrite flag in the upload invoice call is “false” and there is already an invoice given

Did this answer your question?