Download an example import file
Redirects to a populated example CSV for the given import type — the same sample data rake spree:load_sample_data uses, pinned to the installed Spree version. Returns 404 for a type that ships no example file.
Required scope: the write scope of the imported resource — write_products for product imports, write_customers for customer imports, etc. (for API-key authentication).
GET
Download an example import file
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Query Parameters
Registered import type, e.g. products.
Response
302
Redirect to the example CSV
Download an example import file

