-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: first start addding shipping_label attribute #1713
feat: first start addding shipping_label attribute #1713
Conversation
🦋 Changeset detectedLatest commit: 0bc3bc5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@JannikZed is attempting to deploy a commit to the Saleor Commerce Team on Vercel. A member of the Team first needs to authorize it. |
this PR is tested with the merchant center and allows us to setup free shipping just for specific items. |
@JannikZed can you fix errors from |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1713 +/- ##
==========================================
- Coverage 44.06% 44.06% -0.01%
==========================================
Files 643 643
Lines 296028 296058 +30
Branches 1997 2000 +3
==========================================
+ Hits 130434 130444 +10
- Misses 165188 165208 +20
Partials 406 406 ☔ View full report in Codecov by Sentry. |
@krzysztofzuraw not sure, how the code coverage did decrease? Tests are in there.. so maybe you can take a look about that. All other checks pass. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Scope of the PR
Adding support for shipping_label in the attributes mapping.
Docs: https://support.google.com/merchants/answer/6324504?hl=en
Checklist