spree / spree_wombat

Connect your Spree Commerce storefront to Wombat
BSD 3-Clause "New" or "Revised" License
31 stars 53 forks source link

ShipStation Incompatible with ShipmentSerializer #25

Closed BenMorganIO closed 10 years ago

BenMorganIO commented 10 years ago

Ruby: 2.0.0 Rails: 4.1.4 Spree: 2.3.1 Spree Wombat: 2-3-stable

Expected Result: When using the Spree::Wombat::ShipmentSerializer I should be able to successfully send data to Wombat. While following the Wombat documentation for ShipStation I should be able to send shipment data to ShipStation with this serializer.

Given result: Was able to successfully send the data to Wombat. Followed the Wombat documentation for ShipStation and was set up. When creating a shipment, I received this error: Shipment data validation errors found - Missing attribute 'shipping_carrier'.

Is it possible to be able to specify the shipping carrier in spree_wombat?

JDutil commented 10 years ago

@BenMorganIO if you create a custom serializer to use you can send whatever data you would like.

Read more about that here: https://github.com/spree/spree_wombat#create-custom-serializers