US AbilityOne Commission · Example Payload

Procurement List Api Productsearchresponse Example

Federal GovernmentDisability EmploymentProcurementNonprofitAccessibility

Procurement List Api Productsearchresponse Example is an example object payload from US AbilityOne Commission, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totaloffsetlimitproducts

Example Payload

Raw ↑
{
  "total": 48,
  "offset": 0,
  "limit": 25,
  "products": [
    {
      "nsn": "7510-01-234-5678",
      "description": "PEN, BALLPOINT",
      "longDescription": "Ballpoint pen, retractable, medium point, black ink",
      "nonprofitAffiliate": "NIB",
      "performingAgency": "Lighthouse for the Blind - St. Louis",
      "unitOfMeasure": "DZ",
      "unitPrice": 4.85,
      "approvalDate": "2005-03-15",
      "status": "active",
      "federalSupplyClass": "7510",
      "productGroupName": "Office Supplies"
    }
  ]
}