Description Usage Arguments Details Value References Examples
View source: R/shopr_get_locations.R
Retrieve the locations associated with a shop
1 2 3 4 5 6 7 | shopr_get_locations(
shopURL,
APIKey,
APIPassword,
APIVersion = NULL,
verbose = FALSE
)
|
shopURL |
shop url (e.g. 'https://superstore-1.myshopify.com') |
APIKey |
API key |
APIPassword |
API password |
APIVersion |
API version |
verbose |
should progress messages be printed? (default FALSE) |
A location represents a geographical location where stores, pop-up stores, headquarters, and warehouses exist. The Location resource can be used to track sales, manage inventory, and configure the tax rates to apply at checkout.
data.table of locations
https://help.shopify.com/en/api/reference/inventory/location#index
1 2 3 4 5 | shopr_get_locations(
shopURL = "https://superstore-1.myshopify.com",
APIKey = "abc123",
APIPassword = "123abc"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.