class Gemgento::API::SOAP::Catalog::ProductTierPrice

Public Class Methods

info(product_id) click to toggle source
# File lib/gemgento/api/soap/catalog/product_tier_price.rb, line 7
def self.info(product_id)
  message = {
      product: product_id,
      product_id: product_id,
      identifierType: 'id'
  }

  MagentoApi.create_call(:catalog_product_attribute_tier_price_info, message)
end