export function getProduct(options, id) {
  return get({
    id,
    token: options.token,
    url: options.url,