Slide 38
Slide 38 text
REMOVE COMMENTED CODE
const adminApiClient = new Shopify.Clients.Rest(
session.shop,
session.accessToken,
);
// const storefrontTokenResponse = await adminApiClient.post({
// path: 'storefront_access_tokens',
// type: DataType.JSON,
// data: {
// storefront_access_token: {
// title: 'This is my test access token',
// },
// },
// });