Skip to main content

Store

The store API allows getting information that is at the store level instead of the customer level. These APIs contain information that is generic for all customers and do not contain any customer information.

getShippingCountries v1.13.0 read addresses Types

Get all the shipping countries for the store

import { getShippingCountries } from '@rechargeapps/storefront-client';
await getShippingCountries(session, { limit: 250 });