ZenodeZenode
Reference

DistributorOffer

Distributor pricing & stock

A distributor's current offer for a part — stock plus its quantity-break price ladder.

JSON
1{
2 "distributor": "Digi-Key",
3 "sku": "296-1772-5-ND",
4 "stock": 14230,
5 "lead_time": "In Stock",
6 "offer_url": "https://www.digikey.com/en/products/detail/...",
7 "updated_at": "2026-05-30T11:02:00Z",
8 "tiers": [
9 {
10 "quantity": 1,
11 "unit_price": 0.68,
12 "currency": "USD"
13 },
14 {
15 "quantity": 100,
16 "unit_price": 0.42,
17 "currency": "USD"
18 }
19 ]
20}
FieldTypeNotes
distributorstringDistributor display name
skustring | nullDistributor part number, if known
stockintUnits in stock at the last snapshot
lead_timestring | nullLead-time estimate (e.g. "In Stock")
offer_urlstring | nullDistributor product page
updated_atstringISO-8601 timestamp of the snapshot
tiersPriceTier[]Quantity-break ladder, ascending by quantity

PriceTier

A single quantity-break price point within an offer.

JSON
1{
2 "quantity": 100,
3 "unit_price": 0.42,
4 "currency": "USD"
5}
FieldTypeNotes
quantityintMinimum order quantity for this tier
unit_pricenumberPer-unit price at that quantity
currencystringISO-4217 currency code

Appears in: PartDetail.pricing.