Skip to content

Releases: bold-commerce/go-shopify

v4.6.0

09 Aug 17:22
a609e5a
Compare
Choose a tag to compare

v4.6.0-alpha.4

07 Aug 18:57
Compare
Choose a tag to compare
v4.6.0-alpha.4 Pre-release
Pre-release

v4.6.0-alpha.3

23 Jul 02:12
Compare
Choose a tag to compare
v4.6.0-alpha.3 Pre-release
Pre-release

v4.6.0-alpha.2

23 Jul 01:22
Compare
Choose a tag to compare
v4.6.0-alpha.2 Pre-release
Pre-release

v4.6.0-alpha.1

22 Jul 14:36
Compare
Choose a tag to compare
v4.6.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Added Currency, UpdatedAt and RecurringApplicationChargeId properties
  • added current_quantity to LineItem by @masp-92 in #299

New Contributors

Full Changelog: v4.5.0...v4.6.0-alpha.1

The on where we removed Usagecharge->BillingOn

14 Jun 04:56
59f2103
Compare
Choose a tag to compare
  • PR #296 - Usagecharge->BillingOn is deprecated

The one where we removed delivery_category from order_shipping_lines

06 Jun 04:33
25ac86d
Compare
Choose a tag to compare

The one where we fixed the Access Scopes endpoint

26 May 04:54
46c5292
Compare
Choose a tag to compare

The one where we fixed shipping_lines.id and added a bunch of fields

19 May 03:09
3cc7152
Compare
Choose a tag to compare

#284 - Add VariantId to AssignedFulfillmentOrder (thx @Apokalypser )
#285 - Add alt tag to Product Image (thx @ash-mank )
#286 - Add alt member variable to Image tag (thx @ash-mank )
#287 - Add discount_applications to Order (thx @roelofjan-elsinga )
#288 - Change order.shipping_lines.id to uint64 (thx @roelofjan-elsinga )
#289 - Added subtotal and total tax sets to RefundLineItem (thx @lologarithm )

The one where we added ListAll() and fixed ShippingLines

21 Apr 04:33
3554221
Compare
Choose a tag to compare
  • PR #280 Update ShippingLines Id to string
  • PR #282 Add ListAll to all resources (thx @weirdian2k3 )