JSON Response FormatIf you send a request in JSON format, the response will be in JSON format by default. To return the response in a different format, send a parameter returnformat in the request with a value of "xml." A simple call of FetchProductByUPC returns this:
{
"success":true,
"usedExternal":false,
"result":
{
"brand":"Kleenex",
"manufacturer":"Kimberly-Clark",
"container":"Box",
"description":"Anti-Viral Facial Tissue",
"size":"75",
"category":"Facial Tissue",
"units":"Ct",
"upc":"036000280753",
"ProductHasImage":true,
"ProductHasNutritionFacts":false
}
}
Notes: |