For developers
By Qliro
Language | Language Code |
Swedish | sv-se |
English | en-us |
Finnish | fi-fi |
Danish | da-dk |
French | fr-fr |
German | de-de |
Norwegian | nb-no |
Dutch | nl-nl |
PricePerIncVat
>= PricePerItemExVat
PricePerItemIncVat
>= 0PricePerItemExVat
>= 0PricePerItemIncVat
<= 0PricePerItemExVat
<= 0ErrorCode
, ErrorMessage
- describing the issue and an ErrorReference
- to be able to identify the request.
1 2 3 4 5
{ "ErrorCode": "ORDER_NOT_FOUND", "ErrorMessage": "Order not found", "ErrorReference": "d7da92f4-1ad9-48c3-9cd3-26559c98e64c" }
Method | ErrorCode | Remark |
UpdateItems | ITEM_SHIPPED_WITH_DIFFERENT_PRICEEXVAT_DESCRIPTION | You can not change the price of an item if it has been shipped as a partial shippment |
UpdateItems | NO_ITEMS_LEFT_IN_RESERVATION | Free orders only, can not update items if all have been shipped |
UpdateItems | PAYMENT_ONHOLD | You need to schedule a re-try |
MarkItemsAsShipped | INVALID_REQUEST_TOTAL_AMOUNT | You can not capture more than the order amount |
ReturnItems | INVALID_REQUEST_TOTAL_AMOUNT | You can not return items of 0 value or less |
MarkItemsAsShipped/ReturnItems | INVALID_ITEM | Item in request does exist on order |
MarkItemsAsShipped/ReturnItems | EXCEEDING_QUANTITY | You can not capture or return a greater qty than exists on the order |
AddItemsToInvoice | NO_SHIPPED_ITEMS_AVAILABLE | You can not add items to invlice before shippment |
Any | ORDER_NOT_FOUND | |
Any | MERCHANT_MISMATCH | |
Any | NO_PAYMENT_TRANSACTION | |
Any | OPERATION_NOT_SUPPORTED | Check DetailedErrorMessage field can be due to many reasons |
Any | OPERATION_NOT_SUPPORTED | If ErrorMessage is: "Evaluation, Operation is not supported for this order Another transaction is already in process. Please retry shortly" you need to schedule a re-try |
Any | CURRENCY_MISMATCH | |
Any | INVALID_REQUEST | Check DetailedErrorMessage field can be due to many reasons |
Any | NO_ITEMS_TO_CANCEL | |
Any | NO_QUALIFIED_ITEMS_TO_MANAGE | |
Any | NO_SUCCESSFUL_PAYMENT | |
Any | ORDER_HAS_BEEN_CANCELLED | |
Any | INVALID_REVERSAL_AMOUNT | Reversal can not excede original payment |
Any | INVALID_REQUEST_TOTAL_AMOUNT | Reversal can not excede original payment |
Any | UPDATE_MERCHANT_REFERENCE_NOT_SUPPORTED | |
Any | INVALID_PAYMENT_STATUS | You can only manage success transactions |
Any | INVALID_PAYMENT_TYPE |