Method: Perka::ClientApi#merchant_locations_get
- Defined in:
- lib/perka/client_api.rb
#merchant_locations_get ⇒ Object
Returns a sparse payload of all live <entityReference payloadName=‘merchantLocation’> locations</entityReference> and their associated <entityReference payloadName=‘merchant’> merchants</entityReference>.
122 123 124 125 |
# File 'lib/perka/client_api.rb', line 122 def merchant_locations_get to_return = Flatpack::Client::FlatpackRequest.new(self, "GET", "/api/2/merchant/locations") to_return end |