Sha256: ed6591588b7cc1bd31279e70cc90697d3667414010c33732a97037279189b2e1
Contents?: true
Size: 429 Bytes
Versions: 1
Compression:
Stored size: 429 Bytes
Contents
module Gemgento module API module SOAP module Catalog class ProductTierPrice 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 end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gemgento-2.8.0 | lib/gemgento/api/soap/catalog/product_tier_price.rb |