Skip to content

Conversation

@troyjr4103
Copy link
Contributor

Refactor inventory sync to query ShipStation for individual SKUs, fixing "SKU not found" errors due to pagination.

Previously, the sync engine attempted to fetch all inventory from ShipStation in one go. Due to API pagination limits, this often resulted in incomplete data, causing existing SKUs to be incorrectly reported as "not found". This change implements a targeted approach, querying ShipStation for each SKU individually.


Open in WebOpen in CursorOpen Docs

…ror handling

Co-authored-by: troyjr4103 <troyjr4103@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants