Skip to content

Releases: joecampo/laravel-shipstation

3.1.1

27 Apr 00:48
Compare
Choose a tag to compare

Updated readme.
Advanced Options $nonMachinable, $saturdayDelivery, and $containsAlcohol are set to false by default.

3.1.0

23 Feb 15:58
Compare
Choose a tag to compare
  • Closes #3 add /fulfillments endpoint

3.0.0

28 Dec 18:11
Compare
Choose a tag to compare
  • Closes #1 use json instead of form_params
  • Removed $orderTotal property from Order model as it is a read-only field (calculated by ShipStation)
  • $adjustment property on OrderItem model defaults to false

2.0.1

29 Aug 14:06
Compare
Choose a tag to compare

Searching for a shipment with the forOrderNumber shipment helper for an order that does not exist returns an empty shipment object. Fixed docblocks.

2.0.0

26 Aug 16:28
Compare
Choose a tag to compare

Renamed helper functions to show that they use the orderNumber parameter & added support for possible multiple pages when searching by the orderNumber parameter (e.g. the $shipStation->shipments->forOrderNumber helper)

1.0.1

01 Jun 12:59
Compare
Choose a tag to compare

Fix for order exists helper as the ShipStation API will return partial matches when using the orderNumber query parameter filter.

1.0.0

10 May 15:25
Compare
Choose a tag to compare

Initial release.