Sha256: 506048fe66235af67f6df3d9d22bf25d89461839c17f9ae29e8d11ecc7a7cf2d

Contents?: true

Size: 277 Bytes

Versions: 5

Compression:

Stored size: 277 Bytes

Contents

module Brightpearl
  class OrderShippingStatus < Resource

    class << self
      # https://api-docs.brightpearl.com/order/order-shipping-status/get.html
      def get
        send_request(path: "order-service/order-shipping-status", method: :get)
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby-brightpearl-0.4.0 lib/brightpearl/resources/order_shipping_status.rb
ruby-brightpearl-0.3.0 lib/brightpearl/resources/order_shipping_status.rb
ruby-brightpearl-0.2.0 lib/brightpearl/resources/order_shipping_status.rb
ruby-brightpearl-0.1.01 lib/brightpearl/resources/order_shipping_status.rb
ruby-brightpearl-0.1.0 lib/brightpearl/resources/order_shipping_status.rb