@@ -1,5 +1,7 @@
module ShopifyAPI
class Fulfillment < Base
self.prefix = "/admin/orders/:order_id/"
+
+ def cancel; load_attributes_from_response(post(:cancel, {}, only_id)); end
end