Class: MuffinMan::Sellers::V1
- Inherits:
-
MuffinMan::SpApiClient
- Object
- MuffinMan::SpApiClient
- MuffinMan::Sellers::V1
- Defined in:
- lib/muffin_man/sellers/v1.rb
Constant Summary
Constants inherited from MuffinMan::SpApiClient
MuffinMan::SpApiClient::ACCESS_TOKEN_URL, MuffinMan::SpApiClient::AWS_REGION_MAP, MuffinMan::SpApiClient::SERVICE_NAME, MuffinMan::SpApiClient::UNPROCESSABLE_ENTITY_STATUS_CODE
Instance Attribute Summary
Attributes inherited from MuffinMan::SpApiClient
#access_token_cache_key, #client_id, #client_secret, #config, #credentials, #local_var_path, #pii_data_elements, #query_params, #refresh_token, #region, #request_body, #request_type, #sandbox, #scope
Instance Method Summary collapse
-
#account ⇒ Object
This is only available in the EU region.
- #marketplace_participations ⇒ Object
Methods inherited from MuffinMan::SpApiClient
Constructor Details
This class inherits a constructor from MuffinMan::SpApiClient
Instance Method Details
#account ⇒ Object
This is only available in the EU region.
7 8 9 10 11 |
# File 'lib/muffin_man/sellers/v1.rb', line 7 def account @local_var_path = "/sellers/v1/account" @request_type = "GET" call_api end |
#marketplace_participations ⇒ Object
13 14 15 16 17 |
# File 'lib/muffin_man/sellers/v1.rb', line 13 def marketplace_participations @local_var_path = "/sellers/v1/marketplaceParticipations" @request_type = "GET" call_api end |