...
Code | Success | Message |
---|---|---|
0 | v | cart line added |
1 | domaincode malformed | |
2 | connexion error | |
3 | token empty | |
4 | no token with that key | |
5 | invalid token | |
9 | {param} not {type} {(or undefined)} | |
11 | article not exist | |
12 | giftwrap not exist | |
13 | no postal charges available | |
14 | giftwrap not available for ebooks | |
15 | This secondHand already exists in the cart or in too high a quantity (1 item for the occasion) | |
16 | discount can not be applied | |
99 | uncatched exception |
...
Update product
...
Code | Success | Message |
---|---|---|
0 | v | cart line updated |
1 | domaincode malformed | |
2 | connexion error | |
3 | token empty | |
4 | no token with that key | |
5 | invalid token | |
9 | {param} not {type} {(or undefined)} | |
10 | cart not exist | |
11 | article not exist | |
12 | giftwrap not exist | |
13 | no postal charges available | |
14 | giftwrap not available for ebooks | |
15 | This secondHand already exists in the cart or in too high a quantity (1 item for the occasion) | |
16 | discount can not be applied | |
99 | uncatched exception |
...
Modifier
...
Code | Success | Message |
---|---|---|
0 | v | cart line removed |
1 | domaincode malformed | |
2 | connexion error | |
3 | token empty | |
4 | no token with that key | |
5 | invalid token | |
9 | {param} not {type} {(or undefined)} | |
10 | cart not exist | |
11 | article not exist | |
12 | giftwrap not exist | |
13 | no postal charges available | |
14 | giftwrap not available for ebooks | |
15 | This secondHand already exists in the cart or in too high a quantity (1 item for the occasion) | |
16 | discount can not be applied | |
99 | uncatched exception |