Skip to content

Instantly share code, notes, and snippets.

@Harasz
Created September 1, 2021 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Harasz/db94b63167caa5586f940473bdf82727 to your computer and use it in GitHub Desktop.
Save Harasz/db94b63167caa5586f940473bdf82727 to your computer and use it in GitHub Desktop.
const client = new Shopify.Clients.Rest(session.shop, session.accessToken);
const productDetails = await client.get({
path: `products/${productId}`,
type: DataType.JSON,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment