customers itemsummariesacrosscustomers (http://api.3plcentral.com/rels/customers/itemsummariesacrosscustomers)
Resource:
Collection: of itemsummary
C# Rel Const:
Rels.CustomerSvc.ItemSummariesAcrossCustomers
URI template:
itemsummaries{?pgsiz,pgnum,rql,sort}
Obtain URI from:
For use in disambiguating duplicate skus
If query would return > 40 results, status 400 is returned.
Success status: 200; Response is cacheable
Name Data Type Description
pgsiz int default 20; max records to return per response; use "next" or "prev" link to paginate
pgnum int considering pgsiz, returns the pgnum-th page, 1-indexed
rql string see RQL documentation
sort string see RQL documentation
Type Description
TotalResults int
ResourceList IList<Customer.Models.ItemSummary>
Sample accept: application/hal+json
{
  "totalResults": 1,
  "_embedded": {
    "http://api.3plCentral.com/rels/customers/itemsummary": [
      {
        "customerIdentifier": {
          "externalId": "str",
          "name": "str",
          "id": 3
        },
        "itemId": 1,
        "sku": "str",
        "upc": "str",
        "description": "str",
        "price": 1.0,
        "trackBys": {
          "trackLotNumber": 0,
          "trackSerialNumber": 0,
          "trackExpirationDate": 0,
          "trackCost": 0,
          "outboundMobileSerialization": 0,
          "autoHoldExpirationDaysThreshold": 1,
          "isPickLotNumberRequired": true,
          "isPickSerialNumberRequired": true,
          "isPickExpirationDateRequired": true
        },
        "inventoryUnitIdentifier": {
          "name": "str",
          "id": 2
        },
        "secondaryUnit": {
          "inventoryAlso": true,
          "upc": "str",
          "unitIdentifier": {
            "name": "str",
            "id": 2
          },
          "inventoryUnitsPerUnit": 3.0
        },
        "packageUnit": {
          "imperial": {
            "netWeight": 1.0,
            "length": 1.0,
            "width": 1.0,
            "height": 1.0,
            "weight": 1.0
          },
          "metric": {
            "netWeight": 1.0,
            "length": 1.0,
            "width": 1.0,
            "height": 1.0,
            "weight": 1.0
          },
          "upc": "str",
          "unitIdentifier": {
            "name": "str",
            "id": 2
          },
          "inventoryUnitsPerUnit": 2.0
        },
        "pallets": {
          "typeIdentifier": {
            "name": "str",
            "id": 2
          },
          "tie": 1.0,
          "high": 1.0,
          "qty": 1.0,
          "imperial": {
            "length": 1.0,
            "width": 1.0,
            "height": 1.0,
            "weight": 1.0
          },
          "metric": {
            "length": 1.0,
            "width": 1.0,
            "height": 1.0,
            "weight": 1.0
          },
          "upc": "str"
        },
        "autoHoldOnReceive": true,
        "autoHoldExpirationDaysThreshold": 1,
        "isAssembly": true,
        "materialNotes": "str",
        "classificationIdentifier": {
          "name": "str",
          "id": 2
        },
        "isHazMat": true,
        "_embedded": {
          "item": [
            {
              "qualifier": "str"
            }
          ]
        }
      }
    ]
  }
}

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.