Retrieve accessory information by sku.
Sample parameter inputs are shown below.
https://api.movincool.entrinix.com/service/accessory
Examples:
This will return all of the makes in JSON format.
Sample result outputs are shown below.
{
"count": 1,
"elapsed_time": "0.0139",
"result": {
"sku": "484750-0020",
"name": "Stand Kit",
"description": "Blue metal, tubular frame raises unit off the ground.",
"price": 278.66,
"image_url": "http://movincool.localhost/service/image/accessory/26"
},
"sku": "484750-0020"
}