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