get https://api.pngme.com/api/v1//features/shopping
Returns shopping features. For each of the supported countries, change country in path for desired country.
Supported countries:
- Kenya
- Uganda
- Srilanka
- India
These features are:
- count_clothing_and_fashion_events
- count_ecommerce_platform_events
- count_retail_store_events
- count_shopping_events
- count_wholesale_and_distribution_events
- sum_of_clothing_and_fashion_debits
- sum_of_ecommerce_platform_debits
- sum_of_retail_store_debits
- sum_of_shopping_debits
- sum_of_wholesale_and_distribution_debits
The user is identified by providing one of user_uuid
, phone_number
, or external_id
.
To retrieve a subset of features, provide a list of feature names in the features
query parameter. To retrieve all features, omit the features
query parameter.