Request tiered pricing
Call `pricing.getQuote` with quantity targets to receive break points, surcharges, and lead times.
const pricing = await client.call("pricing.getQuote", {
sku: "ESP32-C3-WROOM-02",
quantity: 500
});
Calculate landed costs with contract pricing, moq handling, and break-even analytics.
Call `pricing.getQuote` with quantity targets to receive break points, surcharges, and lead times.
const pricing = await client.call("pricing.getQuote", {
sku: "ESP32-C3-WROOM-02",
quantity: 500
});
Include `region`, `incoterm`, and `shipToCountry` to generate landed cost estimates with freight and duties baked in.