Sha256: 904cdf0850b52b73de9e49216fe6536298b6ae31cbd25ab64372d9bfe68be903
Contents?: true
Size: 278 Bytes
Versions: 7
Compression:
Stored size: 278 Bytes
Contents
module Shipstation class Carrier < ApiResource extend Shipstation::APIOperations::List class << self def list_services(params = {}) response = Shipstation.request(:get, 'carriers/listservices', params) return response end end end end
Version data entries
7 entries across 7 versions & 1 rubygems