Implement Shopify Admin API connector with cursor-based pagination#136
Draft
Implement Shopify Admin API connector with cursor-based pagination#136
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Complete implementation includes: - Connector structure with metadata files - Shopify Admin API authentication - Cursor-based pagination with Link header support - Core resources: products, orders, customers - Comprehensive TypeScript types - JSON schemas and documentation - Working tests with nock - Example usage Co-authored-by: georgevanderson <4805522+georgevanderson@users.noreply.github.com>
Move return statement to end of init method to ensure logging and metrics configuration is applied correctly Co-authored-by: georgevanderson <4805522+georgevanderson@users.noreply.github.com>
Change @connector-factory/core dependency to use workspace:* for consistency with other connectors in the registry Co-authored-by: georgevanderson <4805522+georgevanderson@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Implement Shopify connector for shopify@v1
Implement Shopify Admin API connector with cursor-based pagination
Nov 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implements Shopify Admin API v1 connector with cursor-based pagination using Link header parsing. Supports products, orders, and customers resources with comprehensive filtering and search capabilities.
Core Implementation:
X-Shopify-Access-Tokenheader, configurable API versionpage_infoparameter for cursor-based iterationUsage:
Testing Checklist
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.