powered by
This function returns the top level of categories only, for further levels run function with list_output = FALSE for nested list.
list_output = FALSE
taxonomy(key = auth_cache$KEY, list_output = FALSE)
Your API access key.
Indicator for list output.
A tibble with 15 columns in base response format.
taxonomy gives returns the category taxonomy used by walmart.com to categorize items.
taxonomy
An API key will be required to run this function and can be acquired by creating an account on the following website https://developer.walmartlabs.com/member.
For more information refer to the original documentation https://developer.walmartlabs.com/docs/read/Taxonomy_API.
# NOT RUN { key <- "************************" taxonomy(key = key) taxonomy(key = key, list_output = TRUE) # }
Run the code above in your browser using DataLab