Class: Gemgento::API::SOAP::Catalog::ProductTierPrice
- Inherits:
-
Object
- Object
- Gemgento::API::SOAP::Catalog::ProductTierPrice
- Defined in:
- lib/gemgento/api/soap/catalog/product_tier_price.rb
Class Method Summary collapse
Class Method Details
.info(product_id) ⇒ Object
7 8 9 10 11 12 13 14 15 |
# File 'lib/gemgento/api/soap/catalog/product_tier_price.rb', line 7 def self.info(product_id) = { product: product_id, product_id: product_id, identifierType: 'id' } MagentoApi.create_call(:catalog_product_attribute_tier_price_info, ) end |