Sign in

Get default country

documented

Returns the default country for the store.

GET /api/v2/storefront/countries/defaultCountriesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://demo.spreecommerce.org/api/v2/storefront/countries/default" \
  -X GET \
  -H "Accept: application/vnd.api+json"
Get default country · Spree Commerce · OpenIntegrations