[21402] feat(shopify): add Discount Code actions#21428
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (66)
📝 WalkthroughWalkthroughShopify adds discount-code and price-rule actions, app methods, validation, and pagination support. Existing Shopify action and source versions are incremented, and the package version changes from ChangesShopify discount-code integration
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant Action
participant ShopifyApp
participant ShopifyAPI
Action->>ShopifyApp: submit discount-code operation
ShopifyApp->>ShopifyAPI: call REST endpoint
ShopifyAPI-->>ShopifyApp: return response or paginated results
ShopifyApp-->>Action: return response and summary
Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
QA passed. |
Summary
Closes #21402
Adds six Shopify actions for working with discount codes:
Checklist
Please check the following items before your PR can be reviewed:
Versioning
0.0.1for new ones)package.json's version updatedNew app
If this is a new app, please submit an app integration request - the PR will only be reviewed after the app is integrated.
CodeRabbit review
After the PR is opened, and if new changes are pushed, CodeRabbit will automatically review it. Do not 'mark as resolved' CodeRabbit's comments, but reply to them instead, whether you agree (and update the PR accordingly) or disagree.
Summary by CodeRabbit
New Features
Chores