api/app/serializers/spree/v2/storefront/stock_location_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Spree
  module V2
    module Storefront
      class StockLocationSerializer < BaseSerializer
        set_type :stock_location

        attributes :name
      end
    end
  end
end