16 17 18 19
# File 'lib/printful/resources/catalog.rb', line 16 def variant(id:) response = get_request("products/variant/#{id}") Variant.new(response.body["result"]["variant"]) end