Method: AvaTax::Client::Definitions#list_marketplace_locations
- Defined in:
- lib/avatax/client/definitions.rb
#list_marketplace_locations(options = {}) ⇒ FetchResult
Retrieve the list of locations for a marketplace.
Retrieves the list of suggested locations for a marketplace. Swagger Name: AvaTaxClient
472 473 |
# File 'lib/avatax/client/definitions.rb', line 472 def list_marketplace_locations(={}) path = "/api/v2/definitions/marketplacelocations" get(path, , AvaTax::VERSION) end |