Sha256: 58499f8e09643dc3ff3bb20e63cb9334c1f35b6ffcbeb8a55faa62d993b994c5

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

module Brightpearl
  class ProductAvailability < Resource
    extend Brightpearl::APIOperations::Get
    class << self
      def resource_path
        "warehouse-service/product-availability/"
      end
      
      # https://api-docs.brightpearl.com/warehouse/product-availability/get.html

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-brightpearl-0.3.0 lib/brightpearl/resources/product_availability.rb