API Documentation

Inventory ItemsEdit Inventory Item

Method: /items/[id].[format]
Permissions Required:
  • Modify Inventory
Syntax:
https://[subdomain].salesbinder.com/api/2.0/items/[id].json
HTTP Request Type: PUT
Example JSON Data to Submit
{
   "item": {
      "name":"My Renamed API Added Item"
   }
}
Example XML Data to Submit
<item>
  <name>My Renamed API Added Item</name>
</item>
Success:

If you have been successful in updating an item, the response will return the updated data object along with a “message” value of “Saved” as seen below.

Example JSON Returned Response
{
    "message": "Saved",
    "item": {
        "id": "8eb67f97-8ec1-4ec5-ae49-87be9dec43b0",
        "category_id": "54f53d13-aa14-48e2-974f-29436882ca98",
        "status_id": 0,
        "location_id": null,
        "zone_id": null,
        "unit_of_measure_id": null,
        "name": "My Renamed API Added Item",
        "purchase_date": null,
        "sold_date": null,
        "description": "Hello world.",
        "serial_number": "123456",
        "sku": "ABC123",
        "barcode": "",
        "item_number": 5285,
        "multiple": true,
        "threshold": 2,
        "cost": 1200,
        "price": 1500,
        "quantity": 14,
        "weight": 3,
        "published": true,
        "archived": false,
        "modified": "2016-11-11T01:03:39+00:00",
        "created": "2016-11-11T00:50:35+00:00",
        "item_variation_count": 0
    }
}

Updated on February 8th, 2022

Network Status:
100% Global Availability