
export function shopifyUidToGid(uid: string) {
	return atob(uid)
}
