import api from '~/api/instance' export const getProductsVariationsList = async (productId: number) => await api.wc.v3ProductsVariationsList(productId, { per_page: 99 })