get http://staging-apigateway.snapdeal.com/seller-api/seller/v2/info
get seller details to create recurring campaigns and provide loan options.
| Parameters | Data Type | Description |
|---|---|---|
| recurringTypesAllowed | String[] | Recurring duration options allowed for the seller. |
| loanAmount | double | Maximum loan amount seller is eligible to take. |
| totalTaxPercentage | double | Tax percentage to be applied. |
| minCampaignBudget | double | Minimum budget to set in campaigns to be created. |
| defaultCampaignBudget | double | Default budget with which campaigns will be created. |
| maxAllowedCategories | long | Maximum number of categories for which campaigns will be set up. |
| eligibleForAds | boolean | If the seller is eligible for ads - should have live products, should satisfy minimum rating criteria. |
| loanAllowed | boolean | If the seller is eligible to avail loan. Should be a new seller and no running campaigns. |
| userExist | boolean | If the user exists in the ads platform |
| anyCampaignActive | boolean | Whether the seller has any active campaign |
| recurringEnabled | boolean | if the seller has any active recurring campaign |
