bold-commerce / go-shopify

Go client for the Shopify API
MIT License
318 stars 252 forks source link

Support latest fulfillment endpoint #194

Closed brendankay closed 1 year ago

brendankay commented 1 year ago

Makes the following changes in order to support creating fulfillments in version 2022-07.

This should still be backwards compatible with earlier versions.

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (4f1e0df) compared to base (49ba021). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #194 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 38 39 +1 Lines 1537 1546 +9 ========================================= + Hits 1537 1546 +9 ``` | [Impacted Files](https://codecov.io/gh/bold-commerce/go-shopify/pull/194?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bold+Commerce) | Coverage Δ | | |---|---|---| | [fulfillment.go](https://codecov.io/gh/bold-commerce/go-shopify/pull/194/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bold+Commerce#diff-ZnVsZmlsbG1lbnQuZ28=) | `100.00% <100.00%> (ø)` | | | [fulfillment\_order.go](https://codecov.io/gh/bold-commerce/go-shopify/pull/194/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bold+Commerce#diff-ZnVsZmlsbG1lbnRfb3JkZXIuZ28=) | `100.00% <100.00%> (ø)` | | | [order.go](https://codecov.io/gh/bold-commerce/go-shopify/pull/194/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bold+Commerce#diff-b3JkZXIuZ28=) | `100.00% <100.00%> (ø)` | | | [util.go](https://codecov.io/gh/bold-commerce/go-shopify/pull/194/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bold+Commerce#diff-dXRpbC5nbw==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bold+Commerce). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Bold+Commerce)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

brendankay commented 1 year ago

Whoops, this was developed for internal use to get the minimum done to work with version 2022-07, it isn't fully featured for a wider release.