customers itembriefs (http://api.3plcentral.com/rels/customers/itembriefs)
Resource:
skinny items
C# Rel Const:
Rels.CustomerSvc.ItemBriefs
URI template:
{id}/items/briefs{?selectTop,selectBottom,rql,sort,classificationhead,kitInclusion}
Obtain URI from:
INTERNAL USE ONLY to support SmartUI shift-click multi-selection
Success status: 200
Name (* = required) Data Type Description
id * int customer id
selectTop int the first item to return from the sorted list; null = don't trim top
selectBottom int the last item to return from the sorted list; null = don't trim bottom
rql string see RQL documentation
sort string see RQL documentation
classificationhead string ItemClassificationId (integer value)
kitInclusion Customer.Models.KitInclusion default is 'either'
- Either
- KitsOnly
- NonKitsOnly
Type Description
ResourceList IList<Customer.Models.ItemBrief>
ItemId int
Sku string
Description string
Deactivated bool
IsKit bool
Sample accept: application/hal+json
{
  "_embedded": {
    "item": [
      {
        "itemId": 1,
        "sku": "str",
        "description": "str",
        "deactivated": true,
        "isKit": true
      }
    ]
  }
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.