Skip to content

Instantly share code, notes, and snippets.

@jamesmills
Created September 7, 2012 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesmills/3667389 to your computer and use it in GitHub Desktop.
Save jamesmills/3667389 to your computer and use it in GitHub Desktop.
Tesco API - Issue 1
There is an error with the response from the CHANGEBASKET function.
Sending
http://www.techfortesco.com/groceryapi/restservice.aspx?COMMAND=CHANGEBASKET&PRODUCTID=5556666777788888&CHANGEQUANTITY=1&SESSIONKEY={sessionKey}
Should not return
{ "StatusCode": 0, "StatusInfo": "Basket change completed successfully" }
It should return an error as that item cannot be found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment