lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
MIT License
307 stars 130 forks source link

I want to get TAX/VAT by marketplaces from Amazon API via gem peddler. How can I get tax/vat values? #70

Closed amir-budaychiev closed 6 years ago

amir-budaychiev commented 8 years ago
client = MWS::Orders::Client.new(
    primary_marketplace_id: 'xxxxxxxxx',
    merchant_id: 'xxxxxxxxxx',
    aws_access_key_id: 'xxxxxxxxx',
    aws_secret_access_key: 'xxxxxxxxxx',
    auth_token: 'xxxxxxxxx'
)

list_order_items = client.list_order_items('111-111111111-111').parse

puts '!!!!!!!!'
puts list_order_items
puts '!!!!!!!!'

rails runner test.rb

I want to get TAX/VAT by marketplaces from Amazon API via gem peddler. How can I get tax/vat values?

hakanensari commented 8 years ago

@amir-budaychiev, MWS support would be more of help for this type of question.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.