SDSamtec Developer Portal
What's New

Latest

Current, actionable announcements for API consumers.

This page is intentionally short — only current, actionable announcements. Older entries move to the Archive once they stop being immediately relevant.

DeprecationCatalog

Catalog API: Migrate to V3

V3 improved the underlying paging mechanism for significantly faster traversal of the full catalog. V1 is deprecated — remaining users will be notified before it's removed. V2 deprecated virtualStockQuantity in favor of stockQuantity.

What to do: update the endpoint path from /v1/ or /v2/ to /v3/. Review the response for the stockQuantity and minimumOrderQuantity fields, and confirm your paging logic follows V3's startAfterPart behavior — leave it empty for the first page, then pass the last part number from the previous page's response to continue.

FieldV1V2V3
Stock quantityvirtualStockQuantitystockQuantity (renamed from V1)stockQuantity
Minimum order quantitynot presentminimumOrderQuantity (added)minimumOrderQuantity
Catalog pagingstartAfterPart, with faster underlying traversal

See the Catalog V3 Reference for the full endpoint list, or the Catalog overview for a quick start.