class Brightpearl::OrderShippingStatus
Public Class Methods
get()
click to toggle source
api-docs.brightpearl.com/order/order-shipping-status/get.html
# File lib/brightpearl/resources/order_shipping_status.rb, line 6 def get send_request(path: "order-service/order-shipping-status", method: :get) end